Home
last modified time | relevance | path

Searched refs:av_frame_copy_props (Results 1 - 25 of 254) sorted by relevance

1234567891011

/third_party/ffmpeg/libavfilter/
H A Dyadif_common.c45 av_frame_copy_props(yadif->out, yadif->cur); in return_frame()
83 av_frame_copy_props(dst, f); in fixstride()
150 av_frame_copy_props(yadif->out, yadif->cur); in ff_yadif_filter_frame()
H A Dvf_copy.c46 ret = av_frame_copy_props(out, in); in filter_frame()
H A Daf_acopy.c34 ret = av_frame_copy_props(out, in); in filter_frame()
H A Dvf_tinterlace.c383 av_frame_copy_props(out, cur); in filter_frame()
416 av_frame_copy_props(out, cur); in filter_frame()
451 av_frame_copy_props(out, cur); in filter_frame()
487 av_frame_copy_props(out, next); in filter_frame()
H A Daf_adynamicsmooth.c63 av_frame_copy_props(out, in); in filter_frame()
H A Daf_dcshift.c72 av_frame_copy_props(out, in); in filter_frame()
H A Daf_extrastereo.c78 av_frame_copy_props(out, in); in filter_frame()
H A Daf_asetnsamples.c78 ret = av_frame_copy_props(pad_frame, frame); in activate()
H A Daf_tremolo.c66 av_frame_copy_props(out, in); in filter_frame()
H A Dvf_derain.c74 av_frame_copy_props(out, in); in filter_frame()
H A Dvf_vflip.c96 av_frame_copy_props(out, in); in flip_bayer()
H A Dvf_pixdesctest.c71 av_frame_copy_props(out, in); in filter_frame()
H A Dvf_shuffleplanes.c119 ret = av_frame_copy_props(copy, frame); in shuffleplanes_filter_frame()
H A Dvf_showpalette.c91 av_frame_copy_props(out, in); in filter_frame()
H A Daf_aderivative.c123 av_frame_copy_props(out, in); in filter_frame()
H A Daf_stereowiden.c108 av_frame_copy_props(out, in); in filter_frame()
H A Daf_vibrato.c71 av_frame_copy_props(out, in); in filter_frame()
H A Daf_acontrast.c151 av_frame_copy_props(out, in); in filter_frame()
H A Daf_bs2b.c137 ret = av_frame_copy_props(out_frame, frame); in filter_frame()
H A Dvf_hflip.c131 av_frame_copy_props(out, in); in filter_frame()
H A Dvf_fieldorder.c96 av_frame_copy_props(out, frame); in filter_frame()
H A Dvf_hwupload_cuda.c146 ret = av_frame_copy_props(out, in); in cudaupload_filter_frame()
H A Dvf_hwdownload.c147 err = av_frame_copy_props(output, input); in hwdownload_filter_frame()
/third_party/ffmpeg/libavutil/
H A Dframe.h664 * the frame is unreferenced. av_frame_copy_props() calls create a new
696 * av_frame_copy_props() calls create a new reference with av_buffer_ref()
851 int av_frame_copy_props(AVFrame *dst, const AVFrame *src);
/third_party/ffmpeg/fftools/
H A Dffmpeg_videotoolbox.c96 ret = av_frame_copy_props(vt->tmp_frame, frame); in videotoolbox_retrieve_data()

Completed in 10 milliseconds

1234567891011