Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dvorbis_data.c37 const uint64_t ff_vorbis_channel_layouts[9] = { variable
Dvorbis.h29 extern const uint64_t ff_vorbis_channel_layouts[9];
Dlibopusenc.c191 av_assert2(avctx->channels < FF_ARRAY_ELEMS(ff_vorbis_channel_layouts)); in libopus_check_vorbis_layout()
197 } else if (avctx->channel_layout != ff_vorbis_channel_layouts[avctx->channels - 1]) { in libopus_check_vorbis_layout()
Dlibopusdec.c67 ff_vorbis_channel_layouts[avc->channels - 1]; in libopus_decode_init()
Dvorbisdec.c1083 avctx->channel_layout = ff_vorbis_channel_layouts[vc->audio_channels - 1]; in vorbis_decode_init()
1794 avctx->channel_layout = ff_vorbis_channel_layouts[vc->audio_channels - 1]; in vorbis_decode_frame()
1895 .channel_layouts = ff_vorbis_channel_layouts,
Dopus.c376 layout = ff_vorbis_channel_layouts[channels - 1]; in ff_opus_parse_extradata()