Searched refs:bottom_buf (Results 1 – 1 of 1) sorted by relevance
192 const AVFrame *bottom_buf) in blend_frame() argument215 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() local235 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()