Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dopus.c297 int (*channel_reorder)(int, int) = channel_reorder_unknown; in ff_opus_parse_extradata() local
377 channel_reorder = channel_reorder_vorbis; in ff_opus_parse_extradata()
408 uint8_t idx = channel_map[channel_reorder(channels, i)]; in ff_opus_parse_extradata()
423 if (channel_map[channel_reorder(channels, j)] == idx) { in ff_opus_parse_extradata()