Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dformats.h320 int ff_formats_check_channel_layouts(void *log, const AVFilterChannelLayouts *fmts);
Dformats.c711 int ff_formats_check_channel_layouts(void *log, const AVFilterChannelLayouts *fmts) in ff_formats_check_channel_layouts() function
Davfiltergraph.c330 (ret = ff_formats_check_channel_layouts(log, cfg->channel_layouts)) < 0) in filter_link_check_formats()