Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dchannel_layout.h162 int av_get_extended_channel_layout(const char *name, uint64_t* channel_layout, int* nb_channels);
Dchannel_layout.c161 int av_get_extended_channel_layout(const char *name, uint64_t* channel_layout, int* nb_channels) in av_get_extended_channel_layout() function
/third_party/ffmpeg/libavfilter/
Daf_channelsplit.c77 … if ((ret = av_get_extended_channel_layout(s->channels_str, &channel_layout, &nb_channels)) < 0) in init()
Dformats.c651 if (av_get_extended_channel_layout(arg, &chlayout, &nb_channels) < 0) { in ff_parse_channel_layout()
/third_party/ffmpeg/doc/
DAPIchanges661 Add av_get_extended_channel_layout()