| /third_party/ffmpeg/libavcodec/ |
| H A D | xwddec.c | 221 uint32_t *dst = (uint32_t *)p->data[1]; in xwd_decode_frame() local
|
| H A D | targa.c | 59 uint8_t *dst = line; in targa_decode_rle() local 114 uint8_t *dst; decode_frame() local [all...] |
| H A D | tiertexseqv.c | 40 seq_unpack_rle_block(const unsigned char *src, const unsigned char *src_end, unsigned char *dst, int dst_size) seq_unpack_rle_block() argument 78 seq_decode_op1(SeqVideoContext *seq, const unsigned char *src, const unsigned char *src_end, unsigned char *dst) seq_decode_op1() argument 128 seq_decode_op2(SeqVideoContext *seq, const unsigned char *src, const unsigned char *src_end, unsigned char *dst) seq_decode_op2() argument 147 seq_decode_op3(SeqVideoContext *seq, const unsigned char *src, const unsigned char *src_end, unsigned char *dst) seq_decode_op3() argument 171 unsigned char *dst; seqvideo_decode() local [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | af_vibrato.c | 61 double *dst; in filter_frame() local
|
| H A D | fflcms2.c | 220 cmsCIEXYZ dst[4]; in ff_icc_profile_read_primaries() local 275 double dst[FF_ARRAY_ELEMS(testramp)]; in ff_icc_profile_detect_transfer() local [all...] |
| H A D | vf_bitplanenoise.c | 120 uint8_t *dst = s->filter ? out->data[plane]: NULL; in filter_frame() local 149 uint16_t *dst = s->filter ? (uint16_t *)out->data[plane] : NULL; in filter_frame() local [all...] |
| H A D | colorspacedsp_yuv2yuv_template.c | 45 opixel **dst = (opixel **) _dst; in yuv2yuv() local
|
| H A D | median_template.c | 63 pixel *dst = (pixel *)ddst; in filter_plane() local
|
| H A D | transform.c | 125 int ff_affine_transform(const uint8_t *src, uint8_t *dst, in ff_affine_transform() argument
|
| H A D | vf_colorkey_opencl.c | 100 cl_mem src, dst; in filter_frame() local
|
| H A D | vf_neighbor_opencl.c | 130 cl_mem src, dst; in neighbor_opencl_filter_frame() local
|
| H A D | vf_nlmeans_init.h | 40 static void compute_safe_ssd_integral_image_c(uint32_t *dst, ptrdiff_t dst_linesize_32, in compute_safe_ssd_integral_image_c() argument [all...] |
| H A D | vsrc_sierpinski.c | 98 uint8_t *dst = frame->data[0] + start * frame->linesize[0]; in draw_triangle_slice() local 123 uint8_t *dst = frame->data[0] + start * frame->linesize[0]; in draw_carpet_slice() local
|
| H A D | vf_feedback.c | 135 AVFrame *dst = NULL; in activate() local [all...] |
| H A D | vf_fieldorder.c | 76 uint8_t *dst, *src; in filter_frame() local [all...] |
| H A D | vf_transpose_opencl.c | 140 cl_mem src, dst; in transpose_opencl_filter_frame() local
|
| H A D | vf_hwmap.c | 271 AVFrame *src, *dst; in hwmap_get_buffer() local
|
| H A D | vf_median.c | 68 static void hadd(htype *dst, const htype *src, int bins) in hadd() argument 74 static void hsub(htype *dst, const htype *src, int bins) in hsub() argument 80 static void hmuladd(htype *dst, const htype *src, int f, int bins) in hmuladd() argument [all...] |
| /third_party/ffmpeg/libavresample/ |
| H A D | audio_data.c | 225 int ff_audio_data_copy(AudioData *dst, AudioData *src, ChannelMapInfo *map) in ff_audio_data_copy() argument 278 ff_audio_data_combine(AudioData *dst, int dst_offset, AudioData *src, int src_offset, int nb_samples) ff_audio_data_combine() argument [all...] |
| /third_party/ffmpeg/libavutil/ |
| H A D | des.c | 292 static void av_des_crypt_mac(AVDES *d, uint8_t *dst, const uint8_t *src, in av_des_crypt_mac() argument 324 void av_des_crypt(AVDES *d, uint8_t *dst, const uint8_t *src, in av_des_crypt() argument 330 void av_des_mac(AVDES *d, uint8_t *dst, const uint8_t *src, int count) in av_des_mac() argument
|
| H A D | cast5.c | 396 static void encipher(AVCAST5* cs, uint8_t* dst, const uint8_t* src) in encipher() argument 423 static void decipher(AVCAST5* cs, uint8_t* dst, const uint8_t* src, uint8_t *iv) in decipher() argument 480 void av_cast5_crypt2(AVCAST5* cs, uint8_t* dst, const uint8_t* src, int count, uint8_t *iv, int decrypt) in av_cast5_crypt2() argument 500 av_cast5_crypt(AVCAST5* cs, uint8_t* dst, const uint8_t* src, int count, int decrypt) av_cast5_crypt() argument [all...] |
| H A D | buffer.c | 117 static void buffer_replace(AVBufferRef **dst, AVBufferRef **src) in buffer_replace() argument 235 AVBufferRef *dst = *pdst; in av_buffer_replace() local
|
| H A D | hwcontext_drm.c | 120 drm_map_frame(AVHWFramesContext *hwfc, AVFrame *dst, const AVFrame *src, int flags) drm_map_frame() argument 222 drm_transfer_data_from(AVHWFramesContext *hwfc, AVFrame *dst, const AVFrame *src) drm_transfer_data_from() argument 253 drm_transfer_data_to(AVHWFramesContext *hwfc, AVFrame *dst, const AVFrame *src) drm_transfer_data_to() argument 285 drm_map_from(AVHWFramesContext *hwfc, AVFrame *dst, const AVFrame *src, int flags) drm_map_from() argument [all...] |
| /third_party/ffmpeg/libavformat/ |
| H A D | mux_utils.c | 124 int ff_stream_encode_params_copy(AVStream *dst, const AVStream *src) in ff_stream_encode_params_copy() argument [all...] |
| H A D | assdec.c | 52 static int read_dialogue(ASSContext *ass, AVBPrint *dst, const uint8_t *p, in read_dialogue() argument [all...] |