Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dformats.h299 int ff_formats_check_pixel_formats(void *log, const AVFilterFormats *fmts);
Dformats.c687 int ff_formats_check_pixel_formats(void *log, const AVFilterFormats *fmts) in ff_formats_check_pixel_formats() function
Davfiltergraph.c323 if ((ret = ff_formats_check_pixel_formats(log, cfg->formats)) < 0) in filter_link_check_formats()