Searched refs:overlay_formats (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_overlay.c235 AVFilterFormats *overlay_formats; local
240 overlay_formats = ff_make_format_list(overlay_pix_fmts_yuv420);
244 overlay_formats = ff_make_format_list(overlay_pix_fmts_yuv422);
248 overlay_formats = ff_make_format_list(overlay_pix_fmts_yuv444);
252 overlay_formats = ff_make_format_list(overlay_pix_fmts_rgb);
259 ff_formats_ref(overlay_formats, &ctx->inputs [OVERLAY]->out_formats);

Completed in 65 milliseconds