Home
last modified time | relevance | path

Searched refs:bottom_buf (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_blend.c192 const AVFrame *bottom_buf) in blend_frame() argument
215 ThreadData td = { .top = top_buf, .bottom = bottom_buf, .dst = dst_buf, in blend_frame()
232 AVFrame *top_buf, *bottom_buf, *dst_buf; in blend_frame_for_dualinput() local
235 ret = ff_framesync_dualinput_get(fs, &top_buf, &bottom_buf); in blend_frame_for_dualinput()
238 if (!bottom_buf) in blend_frame_for_dualinput()
240 dst_buf = blend_frame(ctx, top_buf, bottom_buf); in blend_frame_for_dualinput()