/third_party/ffmpeg/libavfilter/ |
D | vf_threshold.c | 128 if ((ret = ff_framesync_get_frame(&s->fs, 0, &in, 0)) < 0 || in process_frame() 129 (ret = ff_framesync_get_frame(&s->fs, 1, &threshold, 0)) < 0 || in process_frame() 130 (ret = ff_framesync_get_frame(&s->fs, 2, &min, 0)) < 0 || in process_frame() 131 (ret = ff_framesync_get_frame(&s->fs, 3, &max, 0)) < 0) in process_frame()
|
D | vf_maskedmerge.c | 118 if ((ret = ff_framesync_get_frame(&s->fs, 0, &base, 0)) < 0 || in process_frame() 119 (ret = ff_framesync_get_frame(&s->fs, 1, &overlay, 0)) < 0 || in process_frame() 120 (ret = ff_framesync_get_frame(&s->fs, 2, &mask, 0)) < 0) in process_frame()
|
D | vf_maskedclamp.c | 140 if ((ret = ff_framesync_get_frame(&s->fs, 0, &base, 0)) < 0 || in process_frame() 141 (ret = ff_framesync_get_frame(&s->fs, 1, &dark, 0)) < 0 || in process_frame() 142 (ret = ff_framesync_get_frame(&s->fs, 2, &bright, 0)) < 0) in process_frame()
|
D | vf_maskedminmax.c | 202 if ((ret = ff_framesync_get_frame(&s->fs, 0, &src, 0)) < 0 || in process_frame() 203 (ret = ff_framesync_get_frame(&s->fs, 1, &f1, 0)) < 0 || in process_frame() 204 (ret = ff_framesync_get_frame(&s->fs, 2, &f2, 0)) < 0) in process_frame()
|
D | framesync.c | 253 int ff_framesync_get_frame(FFFrameSync *fs, unsigned in, AVFrame **rframe, in ff_framesync_get_frame() function 382 if ((ret = ff_framesync_get_frame(fs, 0, &mainpic, 1)) < 0 || in ff_framesync_dualinput_get() 383 (ret = ff_framesync_get_frame(fs, 1, &secondpic, 0)) < 0) { in ff_framesync_dualinput_get()
|
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()
|
D | vf_displace.c | 251 if ((ret = ff_framesync_get_frame(&s->fs, 0, &in, 0)) < 0 || in process_frame() 252 (ret = ff_framesync_get_frame(&s->fs, 1, &xpic, 0)) < 0 || in process_frame() 253 (ret = ff_framesync_get_frame(&s->fs, 2, &ypic, 0)) < 0) in process_frame()
|
D | vf_overlay_opencl.c | 133 err = ff_framesync_get_frame(fs, 0, &input_main, 0); in overlay_opencl_blend() 136 err = ff_framesync_get_frame(fs, 1, &input_overlay, 0); in overlay_opencl_blend()
|
D | framesync.h | 261 int ff_framesync_get_frame(FFFrameSync *fs, unsigned in, AVFrame **rframe,
|
D | vf_maskedthreshold.c | 174 if ((ret = ff_framesync_get_frame(&s->fs, 0, &src, 0)) < 0 || in process_frame() 175 (ret = ff_framesync_get_frame(&s->fs, 1, &ref, 0)) < 0) in process_frame()
|
D | vf_midequalizer.c | 97 if ((ret = ff_framesync_get_frame(&s->fs, 0, &in0, 0)) < 0 || in process_frame() 98 (ret = ff_framesync_get_frame(&s->fs, 1, &in1, 0)) < 0) in process_frame()
|
D | vf_hysteresis.c | 95 if ((ret = ff_framesync_get_frame(&s->fs, 0, &base, 0)) < 0 || in process_frame() 96 (ret = ff_framesync_get_frame(&s->fs, 1, &alt, 0)) < 0) in process_frame()
|
D | vf_overlay_vulkan.c | 357 err = ff_framesync_get_frame(fs, 0, &input_main, 0); 360 err = ff_framesync_get_frame(fs, 1, &input_overlay, 0);
|
D | vf_lut2.c | 300 if ((ret = ff_framesync_get_frame(&s->fs, 0, &srcx, 0)) < 0 || in process_frame() 301 (ret = ff_framesync_get_frame(&s->fs, 1, &srcy, 0)) < 0) in process_frame()
|
D | f_streamselect.c | 61 if ((ret = ff_framesync_get_frame(&s->fs, i, &in[i], 0)) < 0) in process_frame()
|
D | vf_program_opencl.c | 193 err = ff_framesync_get_frame(&ctx->fs, i, &ctx->frames[i], 0); in program_opencl_filter()
|
D | vf_mergeplanes.c | 146 if ((ret = ff_framesync_get_frame(&s->fs, i, &in[i], 0)) < 0) in process_frame()
|
D | vf_premultiply.c | 653 if ((ret = ff_framesync_get_frame(&s->fs, 0, &base, 0)) < 0 || in process_frame() 654 (ret = ff_framesync_get_frame(&s->fs, 1, &alpha, 0)) < 0) in process_frame()
|
D | vf_overlay_qsv.c | 239 ret = ff_framesync_get_frame(fs, i, &frame, 0); in process_frame()
|
D | vf_mix.c | 210 if ((ret = ff_framesync_get_frame(&s->fs, i, &in[i], 0)) < 0) in process_frame()
|
D | vf_stack.c | 168 if ((ret = ff_framesync_get_frame(&s->fs, i, &in[i], 0)) < 0) in process_frame()
|
D | vf_xmedian.c | 243 if ((ret = ff_framesync_get_frame(&s->fs, i, &in[i], 0)) < 0) in process_frame()
|
D | vf_bm3d.c | 896 if ((ret = ff_framesync_get_frame(&s->fs, 0, &src, 0)) < 0 || in process_frame() 897 (ret = ff_framesync_get_frame(&s->fs, 1, &ref, 0)) < 0) in process_frame()
|