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

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmdp4_overlay.c175 uint32 src_size, src_xy, dst_size, dst_xy; local
183 dst_size = ((pipe->dst_h << 16) | pipe->dst_w);
195 outpdw(rgb_base + 0x0008, dst_size); /* MDP_RGB_DST_SIZE */
214 uint32 frame_size, src_size, src_xy, dst_size, dst_xy; local
223 dst_size = ((pipe->dst_h << 16) | pipe->dst_w);
236 outpdw(vg_base + 0x0008, dst_size); /* MDP_RGB_DST_SIZE */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Diff.c477 * @param dst_size the destination plane size in bytes
482 static int decode_byterun(uint8_t *dst, int dst_size, argument
487 for (x = 0; x < dst_size && buf < buf_end;) {
491 length = FFMIN3(value + 1, dst_size - x, buf_end - buf);
495 length = FFMIN(-value + 1, dst_size - x);
502 if (x < dst_size) {
504 memset(dst+x, 0, dst_size - x);
H A Dxxan.c90 uint8_t *dst, const int dst_size)
95 const uint8_t *dst_end = dst + dst_size;
89 xan_unpack_luma(XanContext *s, uint8_t *dst, const int dst_size) argument
H A Dutvideoenc.c359 static int write_huff_codes(uint8_t *src, uint8_t *dst, int dst_size, argument
366 init_put_bits(&pb, dst, dst_size);
H A Don2avc.c194 int dst_size, int type, float band_scale)
198 for (i = 0; i < dst_size; i += 4) {
220 int dst_size, int type, float band_scale)
224 for (i = 0; i < dst_size; i += 2) {
193 on2avc_decode_quads(On2AVCContext *c, GetBitContext *gb, float *dst, int dst_size, int type, float band_scale) argument
219 on2avc_decode_pairs(On2AVCContext *c, GetBitContext *gb, float *dst, int dst_size, int type, float band_scale) argument
H A Dg2meet.c177 uint8_t *dst, int *dst_size)
190 *dst_size = dst - dst_start;
176 jpg_unescape(const uint8_t *src, int src_size, uint8_t *dst, int *dst_size) argument
H A Dexr.c555 uint16_t *dst, int dst_size)
592 ret = huf_decode(freq, hdec, gb, nBits, iM, dst_size, dst);
554 huf_uncompress(GetByteContext *gb, uint16_t *dst, int dst_size) argument
H A Davcodec.h4560 * @param dst_size the amount of space in samples available in dst
4565 int av_resample(struct AVResampleContext *c, short *dst, short *src, int *consumed, int src_size, int dst_size, int update_ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dimgutils.c356 int av_image_copy_to_buffer(uint8_t *dst, int dst_size, argument
364 if (size > dst_size || size < 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ecryptfs/
H A Dcrypto.c71 * @dst_size: size of dst buffer, or number of hex characters pairs to convert
73 void ecryptfs_from_hex(char *dst, char *src, int dst_size) argument
78 for (x = 0; x < dst_size; x++) {
1959 * @dst_size: Size of the encoded filename in bytes
1963 void ecryptfs_encode_for_filename(unsigned char *dst, size_t *dst_size, argument
1972 (*dst_size) = 0;
1991 (*dst_size) = (num_blocks * 4);
2020 * @dst: If NULL, this function only sets @dst_size and returns. If
2023 * @dst_size: Set to the size of the decoded string.
2028 ecryptfs_decode_from_filename(unsigned char *dst, size_t *dst_size, argument
[all...]
H A Decryptfs_kernel.h160 extern void ecryptfs_from_hex(char *dst, char *src, int dst_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dxxan.c63 uint8_t *dst, const int dst_size)
68 const uint8_t *dst_end = dst + dst_size;
62 xan_unpack_luma(XanContext *s, uint8_t *dst, const int dst_size) argument
H A Davcodec.h3586 * @param dst_size the amount of space in samples available in dst
3590 int av_resample(struct AVResampleContext *c, short *dst, short *src, int *consumed, int src_size, int dst_size, int update_ctx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/
H A Dswresample_internal.h156 typedef int (* multiple_resample_func)(struct ResampleContext *c, AudioData *dst, int dst_size, AudioData *src, int src_size, int *consumed);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/wavefront/
H A Dwavefront_synth.c530 unsigned int dst_size)
534 for (i = 0; i < dst_size; i++) {
560 munge_buf (unsigned char *src, unsigned char *dst, unsigned int dst_size)
564 unsigned int last = dst_size / 2;
527 munge_int32(unsigned int src, unsigned char *dst, unsigned int dst_size) argument
559 munge_buf(unsigned char *src, unsigned char *dst, unsigned int dst_size) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_atempo.c912 int dst_size; local
962 dst_size = dst_end - dst;
963 nbytes = FFMIN(src_size, dst_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/include/libavcodec/
H A Davcodec.h2612 * @param dst_size the amount of space in samples available in dst
2616 int av_resample(struct AVResampleContext *c, short *dst, short *src, int *consumed, int src_size, int dst_size, int update_ctx);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dtree-log.c330 u32 dst_size = btrfs_item_size_nr(path->nodes[0], local
332 if (dst_size != item_size)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffprobe.c747 static inline char *upcase_string(char *dst, size_t dst_size, const char *src) argument
750 for (i = 0; src[i] && i < dst_size-1; i++)

Completed in 358 milliseconds

12