Home
last modified time | relevance | path

Searched refs:ff_framesync_get_frame (Results 1 - 25 of 29) sorted by relevance

12

/third_party/ffmpeg/libavfilter/
H A Dvf_threshold.c124 if ((ret = ff_framesync_get_frame(&s->fs, 0, &in, 0)) < 0 || in process_frame()
125 (ret = ff_framesync_get_frame(&s->fs, 1, &threshold, 0)) < 0 || in process_frame()
126 (ret = ff_framesync_get_frame(&s->fs, 2, &min, 0)) < 0 || in process_frame()
127 (ret = ff_framesync_get_frame(&s->fs, 3, &max, 0)) < 0) in process_frame()
H A Dvf_displace.c246 if ((ret = ff_framesync_get_frame(&s->fs, 0, &in, 0)) < 0 || in process_frame()
247 (ret = ff_framesync_get_frame(&s->fs, 1, &xpic, 0)) < 0 || in process_frame()
248 (ret = ff_framesync_get_frame(&s->fs, 2, &ypic, 0)) < 0) in process_frame()
H A Dframesync.c248 int ff_framesync_get_frame(FFFrameSync *fs, unsigned in, AVFrame **rframe, in ff_framesync_get_frame() function
377 if ((ret = ff_framesync_get_frame(fs, 0, &mainpic, 1)) < 0 || in ff_framesync_dualinput_get()
378 (ret = ff_framesync_get_frame(fs, 1, &secondpic, 0)) < 0) { in ff_framesync_dualinput_get()
H A Dvf_remap.c281 if ((ret = ff_framesync_get_frame(&s->fs, 0, &in, 0)) < 0 || in process_frame()
282 (ret = ff_framesync_get_frame(&s->fs, 1, &xpic, 0)) < 0 || in process_frame()
283 (ret = ff_framesync_get_frame(&s->fs, 2, &ypic, 0)) < 0) in process_frame()
H A Dvf_remap_opencl.c145 err = ff_framesync_get_frame(fs, 0, &input_main, 0); in remap_opencl_process_frame()
148 err = ff_framesync_get_frame(fs, 1, &input_xmap, 0); in remap_opencl_process_frame()
151 err = ff_framesync_get_frame(fs, 2, &input_ymap, 0); in remap_opencl_process_frame()
H A Dvf_limitdiff.c208 if ((ret = ff_framesync_get_frame(&s->fs, 0, &filtered, 0)) < 0 || in process_frame()
209 (ret = ff_framesync_get_frame(&s->fs, 1, &source, 0)) < 0) in process_frame()
212 if ((ret = ff_framesync_get_frame(&s->fs, 2, &reference, 0)) < 0) in process_frame()
H A Dvf_maskedclamp.c135 if ((ret = ff_framesync_get_frame(&s->fs, 0, &base, 0)) < 0 || in process_frame()
136 (ret = ff_framesync_get_frame(&s->fs, 1, &dark, 0)) < 0 || in process_frame()
137 (ret = ff_framesync_get_frame(&s->fs, 2, &bright, 0)) < 0) in process_frame()
H A Dvf_maskedminmax.c187 if ((ret = ff_framesync_get_frame(&s->fs, 0, &src, 0)) < 0 || in process_frame()
188 (ret = ff_framesync_get_frame(&s->fs, 1, &f1, 0)) < 0 || in process_frame()
189 (ret = ff_framesync_get_frame(&s->fs, 2, &f2, 0)) < 0) in process_frame()
H A Dvf_maskedmerge.c114 if ((ret = ff_framesync_get_frame(&s->fs, 0, &base, 0)) < 0 || in process_frame()
115 (ret = ff_framesync_get_frame(&s->fs, 1, &overlay, 0)) < 0 || in process_frame()
116 (ret = ff_framesync_get_frame(&s->fs, 2, &mask, 0)) < 0) in process_frame()
H A Dvf_multiply.c134 if ((ret = ff_framesync_get_frame(&s->fs, 0, &src, 0)) < 0 || in process_frame()
135 (ret = ff_framesync_get_frame(&s->fs, 1, &ref, 0)) < 0) in process_frame()
H A Dvf_maskedthreshold.c169 if ((ret = ff_framesync_get_frame(&s->fs, 0, &src, 0)) < 0 || in process_frame()
170 (ret = ff_framesync_get_frame(&s->fs, 1, &ref, 0)) < 0) in process_frame()
H A Dvf_overlay_opencl.c132 err = ff_framesync_get_frame(fs, 0, &input_main, 0); in overlay_opencl_blend()
135 err = ff_framesync_get_frame(fs, 1, &input_overlay, 0); in overlay_opencl_blend()
H A Dframesync.h256 int ff_framesync_get_frame(FFFrameSync *fs, unsigned in, AVFrame **rframe,
285 * ff_framesync_get_frame()) while the frame returned in f1 is still owned
H A Dvf_hysteresis.c90 if ((ret = ff_framesync_get_frame(&s->fs, 0, &base, 0)) < 0 || in process_frame()
91 (ret = ff_framesync_get_frame(&s->fs, 1, &alt, 0)) < 0) in process_frame()
H A Dvf_midequalizer.c92 if ((ret = ff_framesync_get_frame(&s->fs, 0, &in0, 0)) < 0 || in process_frame()
93 (ret = ff_framesync_get_frame(&s->fs, 1, &in1, 0)) < 0) in process_frame()
H A Dvf_overlay_vaapi.c216 err = ff_framesync_get_frame(fs, 0, &input_main, 0); in overlay_vaapi_blend()
219 err = ff_framesync_get_frame(fs, 1, &input_overlay, 0); in overlay_vaapi_blend()
H A Dvf_colormap.c442 if ((ret = ff_framesync_get_frame(&s->fs, 0, &in, 1)) < 0 || in process_frame()
443 (ret = ff_framesync_get_frame(&s->fs, 1, &source, 0)) < 0 || in process_frame()
444 (ret = ff_framesync_get_frame(&s->fs, 2, &target, 0)) < 0) in process_frame()
H A Dvf_blend_vulkan.c362 RET(ff_framesync_get_frame(fs, IN_TOP, &top, 0)); in blend_frame()
363 RET(ff_framesync_get_frame(fs, IN_BOTTOM, &bottom, 0)); in blend_frame()
H A Dvf_overlay_vulkan.c367 err = ff_framesync_get_frame(fs, 0, &input_main, 0); in overlay_vulkan_blend()
370 err = ff_framesync_get_frame(fs, 1, &input_overlay, 0); in overlay_vulkan_blend()
H A Df_streamselect.c61 if ((ret = ff_framesync_get_frame(&s->fs, i, &in[i], 0)) < 0) in process_frame()
H A Dvf_lut2.c302 if ((ret = ff_framesync_get_frame(&s->fs, 0, &srcx, 0)) < 0 || in process_frame()
303 (ret = ff_framesync_get_frame(&s->fs, 1, &srcy, 0)) < 0) in process_frame()
H A Dvf_premultiply.c654 if ((ret = ff_framesync_get_frame(&s->fs, 0, &base, 0)) < 0 || in process_frame()
655 (ret = ff_framesync_get_frame(&s->fs, 1, &alpha, 0)) < 0) in process_frame()
H A Dvf_mergeplanes.c159 if ((ret = ff_framesync_get_frame(&s->fs, i, &in[i], 0)) < 0) in process_frame()
H A Dvf_overlay_qsv.c238 ret = ff_framesync_get_frame(fs, i, &frame, 0); in process_frame()
H A Dvf_program_opencl.c195 err = ff_framesync_get_frame(&ctx->fs, i, &ctx->frames[i], 0); in program_opencl_filter()

Completed in 19 milliseconds

12