/third_party/ffmpeg/libavfilter/ |
H A D | vf_threshold.c | 124 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 D | vf_displace.c | 246 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 D | framesync.c | 248 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 D | vf_remap.c | 281 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 D | vf_remap_opencl.c | 145 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 D | vf_limitdiff.c | 208 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 D | vf_maskedclamp.c | 135 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 D | vf_maskedminmax.c | 187 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 D | vf_maskedmerge.c | 114 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 D | vf_multiply.c | 134 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 D | vf_maskedthreshold.c | 169 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 D | vf_overlay_opencl.c | 132 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 D | framesync.h | 256 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 D | vf_hysteresis.c | 90 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 D | vf_midequalizer.c | 92 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 D | vf_overlay_vaapi.c | 216 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 D | vf_colormap.c | 442 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 D | vf_blend_vulkan.c | 362 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 D | vf_overlay_vulkan.c | 367 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 D | f_streamselect.c | 61 if ((ret = ff_framesync_get_frame(&s->fs, i, &in[i], 0)) < 0) in process_frame()
|
H A D | vf_lut2.c | 302 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 D | vf_premultiply.c | 654 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 D | vf_mergeplanes.c | 159 if ((ret = ff_framesync_get_frame(&s->fs, i, &in[i], 0)) < 0) in process_frame()
|
H A D | vf_overlay_qsv.c | 238 ret = ff_framesync_get_frame(fs, i, &frame, 0); in process_frame()
|
H A D | vf_program_opencl.c | 195 err = ff_framesync_get_frame(&ctx->fs, i, &ctx->frames[i], 0); in program_opencl_filter()
|