Searched refs:dst_size (Results 1 - 25 of 44) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/mga/
H A Dmga_warp.c117 unsigned int src_size, dst_size; local
122 dst_size = WARP_UCODE_SIZE(src_size);
124 pcbase += dst_size;
125 vcbase += dst_size;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/doc/examples/
H A Dscaling_video.c58 const char *dst_size = NULL; local
74 dst_size = argv[2];
76 if (av_parse_video_size(&dst_w, &dst_h, dst_size) < 0) {
79 dst_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/
H A Dresample.c272 int src_size, int dst_size, int update_ctx)
281 dst_size= FFMIN(dst_size, new_size);
282 c->dsp.resample_one(dst, src, dst_size, index2, incr);
284 index += dst_size * c->dst_incr_div;
285 index += (frac + dst_size * (int64_t)c->dst_incr_mod) / c->src_incr;
289 c->frac = (frac + dst_size * (int64_t)c->dst_incr_mod) % c->src_incr;
297 dst_size = FFMIN(dst_size, delta_n);
298 if (dst_size >
270 swri_resample(ResampleContext *c, uint8_t *dst, const uint8_t *src, int *consumed, int src_size, int dst_size, int update_ctx) argument
308 multiple_resample(ResampleContext *c, AudioData *dst, int dst_size, AudioData *src, int src_size, int *consumed) argument
[all...]
H A Dsoxr_resample.c75 struct ResampleContext * c, AudioData *dst, int dst_size,
80 &idone, dst->ch, (size_t)dst_size, &odone);
74 process( struct ResampleContext * c, AudioData *dst, int dst_size, AudioData *src, int src_size, int *consumed) argument
H A Dresample_template.c74 int dst_size, int64_t index2, int64_t incr)
80 for (dst_index = 0; dst_index < dst_size; dst_index++) {
73 resample_one(void *dest, const void *source, int dst_size, int64_t index2, int64_t incr) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Dbufferevent_pair.c154 size_t src_size, dst_size; local
161 dst_size = evbuffer_get_length(dst->input);
162 if (dst_size < dst->wm_read.high) {
163 n = dst->wm_read.high - dst_size;
186 dst_size = evbuffer_get_length(dst->input);
188 if (dst_size >= dst->wm_read.low) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dtiertexseqv.c40 unsigned char *dst, int dst_size)
48 for (i = 0, sz = 0; i < 64 && sz < dst_size; i++) {
57 for (i = 0; i < 64 && dst_size > 0; i++) {
63 memset(dst, *src++, FFMIN(len, dst_size));
67 memcpy(dst, src, FFMIN(len, dst_size));
71 dst_size -= len;
38 seq_unpack_rle_block(const unsigned char *src, const unsigned char *src_end, unsigned char *dst, int dst_size) argument
H A Ddsicinav.c116 static int cin_decode_huffman(const unsigned char *src, int src_size, unsigned char *dst, int dst_size) argument
121 unsigned char *dst_end = dst + dst_size;
149 static int cin_decode_lzss(const unsigned char *src, int src_size, unsigned char *dst, int dst_size) argument
153 unsigned char *dst_end = dst + dst_size, *dst_start = dst;
181 static void cin_decode_rle(const unsigned char *src, int src_size, unsigned char *dst, int dst_size) argument
184 unsigned char *dst_end = dst + dst_size;
H A Dpcxenc.c51 * @param dst_size size of output buffer
58 static int pcx_rle_encode( uint8_t *dst, int dst_size, argument
64 // check worst-case upper bound on dst_size
65 if (dst_size < 2LL * src_plane_size * nplanes || src_plane_size <= 0)
H A Dresample2.c232 int av_resample(AVResampleContext *c, short *dst, short *src, int *consumed, int src_size, int dst_size, int update_ctx){ argument
243 dst_size= FFMIN(dst_size, (src_size-1-index) * (int64_t)c->src_incr / c->dst_incr);
245 for(dst_index=0; dst_index < dst_size; dst_index++){
254 for(dst_index=0; dst_index < dst_size; dst_index++){
H A Diff.c221 * @param dst_size the destination plane size in bytes
226 static int decode_byterun(uint8_t *dst, int dst_size, argument
230 for (x = 0; x < dst_size && buf < buf_end;) {
235 memcpy(dst + x, buf, FFMIN3(length, dst_size - x, buf_end - buf));
239 memset(dst + x, *buf++, FFMIN(length, dst_size - x));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtiertexseqv.c41 unsigned char *dst, int dst_size)
49 for (i = 0, sz = 0; i < 64 && sz < dst_size; i++) {
58 for (i = 0; i < 64 && dst_size > 0; i++) {
64 memset(dst, *src++, FFMIN(len, dst_size));
68 memcpy(dst, src, FFMIN(len, dst_size));
72 dst_size -= len;
39 seq_unpack_rle_block(const unsigned char *src, const unsigned char *src_end, unsigned char *dst, int dst_size) argument
H A Ddsicinvideo.c95 unsigned char *dst, int dst_size)
100 unsigned char *dst_end = dst + dst_size;
130 unsigned char *dst, int dst_size)
134 unsigned char *dst_end = dst + dst_size, *dst_start = dst;
165 unsigned char *dst, int dst_size)
168 unsigned char *dst_end = dst + dst_size;
94 cin_decode_huffman(const unsigned char *src, int src_size, unsigned char *dst, int dst_size) argument
129 cin_decode_lzss(const unsigned char *src, int src_size, unsigned char *dst, int dst_size) argument
164 cin_decode_rle(const unsigned char *src, int src_size, unsigned char *dst, int dst_size) argument
H A Dpcxenc.c57 * @param dst_size size of output buffer
64 static int pcx_rle_encode( uint8_t *dst, int dst_size, argument
70 // check worst-case upper bound on dst_size
71 if (dst_size < 2LL * src_plane_size * nplanes || src_plane_size <= 0)
H A Dresample2.c237 int av_resample(AVResampleContext *c, short *dst, short *src, int *consumed, int src_size, int dst_size, int update_ctx){ argument
248 dst_size= FFMIN(dst_size, (src_size-1-index) * (int64_t)c->src_incr / c->dst_incr);
250 for(dst_index=0; dst_index < dst_size; dst_index++){
258 for(dst_index=0; dst_index < dst_size; dst_index++){
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dimgutils.h168 * @param dst_size the size in bytes of dst
178 int av_image_copy_to_buffer(uint8_t *dst, int dst_size,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtmppkt.h162 * @param dst_size output buffer size
166 const uint8_t *name, uint8_t *dst, int dst_size);
H A Drtmppkt.c297 const uint8_t *name, uint8_t *dst, int dst_size)
321 snprintf(dst, dst_size, "%g", av_int2double(AV_RB64(data)));
324 snprintf(dst, dst_size, "%s", *data ? "true" : "false");
328 av_strlcpy(dst, data, FFMIN(len+1, dst_size));
296 ff_amf_get_field_value(const uint8_t *data, const uint8_t *data_end, const uint8_t *name, uint8_t *dst, int dst_size) argument
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_unlzma.c175 uint64_t dst_size; member in struct:__anon19714
267 header.dst_size = SWAP_LE64(header.dst_size);
272 buffer = xmalloc(MIN(header.dst_size, header.dict_size));
282 while (global_pos + buffer_pos < header.dst_size) {
486 } while (len != 0 && buffer_pos < header.dst_size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/wusbcore/
H A Dcrypto.c196 size_t ivsize, dst_size; local
215 dst_size = blen + sizeof(b0) + sizeof(b1) + zero_padding;
216 dst_buf = kzalloc(dst_size, GFP_KERNEL);
247 sg_init_one(&sg_dst, dst_buf, dst_size);
251 result = crypto_blkcipher_encrypt(&desc, &sg_dst, sg, dst_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavresample/
H A Dresample.c317 int *consumed, int src_size, int dst_size, int update_ctx,
333 dst_size = FFMIN(dst_size,
338 for(dst_index = 0; dst_index < dst_size; dst_index++) {
343 dst_index = dst_size;
349 for (dst_index = 0; dst_index < dst_size; dst_index++) {
316 resample(ResampleContext *c, void *dst, const void *src, int *consumed, int src_size, int dst_size, int update_ctx, int nearest_neighbour) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtmppkt.h194 * @param dst_size output buffer size
198 const uint8_t *name, uint8_t *dst, int dst_size);
H A Drtmppkt.c465 const uint8_t *name, uint8_t *dst, int dst_size)
489 snprintf(dst, dst_size, "%g", av_int2double(AV_RB64(data)));
492 snprintf(dst, dst_size, "%s", *data ? "true" : "false");
496 av_strlcpy(dst, data, FFMIN(len+1, dst_size));
464 ff_amf_get_field_value(const uint8_t *data, const uint8_t *data_end, const uint8_t *name, uint8_t *dst, int dst_size) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Ddecompress_unlzma.c230 uint64_t dst_size; member in struct:lzma_header
344 } while (len != 0 && wr->buffer_pos < wr->header->dst_size);
602 ENDIAN_CONVERT(header.dst_size);
610 wr.bufsize = MIN(header.dst_size, header.dict_size);
626 while (get_pos(&wr) < header.dst_size) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dsrc_movie.c388 static char *describe_frame_to_str(char *dst, size_t dst_size, argument
394 snprintf(dst, dst_size,
402 snprintf(dst, dst_size,
408 snprintf(dst, dst_size, "%s BUG", av_get_media_type_string(frame_type));

Completed in 264 milliseconds

12