Home
last modified time | relevance | path

Searched refs:av_frame_copy_props (Results 1 – 25 of 224) sorted by relevance

123456789

/third_party/ffmpeg/libavfilter/
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()
Daf_acopy.c34 ret = av_frame_copy_props(out, in); in filter_frame()
Dvf_tinterlace.c389 av_frame_copy_props(out, cur); in filter_frame()
422 av_frame_copy_props(out, cur); in filter_frame()
457 av_frame_copy_props(out, cur); in filter_frame()
493 av_frame_copy_props(out, next); in filter_frame()
Dvf_copy.c53 ret = av_frame_copy_props(out, in); in filter_frame()
Daf_asetnsamples.c83 ret = av_frame_copy_props(pad_frame, frame); in activate()
Dvf_derain.c86 av_frame_copy_props(out, in); in filter_frame()
Daf_extrastereo.c79 av_frame_copy_props(out, in); in filter_frame()
Dvf_showpalette.c92 av_frame_copy_props(out, in); in filter_frame()
Dvf_pixdesctest.c71 av_frame_copy_props(out, in); in filter_frame()
Dvf_dnn_processing.c258 av_frame_copy_props(out, in); in filter_frame()
370 av_frame_copy_props(out, in); in activate_async()
Dvf_vflip.c96 av_frame_copy_props(out, in); in flip_bayer()
Dvf_shuffleplanes.c119 ret = av_frame_copy_props(copy, frame); in shuffleplanes_filter_frame()
Daf_tremolo.c66 av_frame_copy_props(out, in); in filter_frame()
Daf_stereowiden.c107 av_frame_copy_props(out, in); in filter_frame()
Daf_dcshift.c101 av_frame_copy_props(out, in); in filter_frame()
Dvf_hwdownload.c148 err = av_frame_copy_props(output, input); in hwdownload_filter_frame()
Daf_bs2b.c144 ret = av_frame_copy_props(out_frame, frame); in filter_frame()
Dvf_hwupload_cuda.c146 ret = av_frame_copy_props(out, in); in cudaupload_filter_frame()
Dvf_fieldorder.c103 av_frame_copy_props(out, frame); in filter_frame()
Dvf_pp.c140 av_frame_copy_props(outbuf, inbuf); in pp_filter_frame()
Daf_aderivative.c147 av_frame_copy_props(out, in); in filter_frame()
Daf_compensationdelay.c139 av_frame_copy_props(out, in); in filter_frame()
Daf_acontrast.c181 av_frame_copy_props(out, in); in filter_frame()
Dvf_colorkey_opencl.c165 err = av_frame_copy_props(output_frame, input_frame); in filter_frame()
/third_party/ffmpeg/fftools/
Dffmpeg_videotoolbox.c96 ret = av_frame_copy_props(vt->tmp_frame, frame); in videotoolbox_retrieve_data()

123456789