Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dopus.c386 int ambisonic_order = ff_sqrt(channels) - 1; in ff_opus_parse_extradata() local
387 if (channels != ((ambisonic_order + 1) * (ambisonic_order + 1)) && in ff_opus_parse_extradata()
388 channels != ((ambisonic_order + 1) * (ambisonic_order + 1) + 2)) { in ff_opus_parse_extradata()
404 if (channels != ((ambisonic_order + 1) * (ambisonic_order + 1))) in ff_opus_parse_extradata()
/third_party/ffmpeg/libavutil/
Dchannel_layout.c655 static int ambisonic_order(const AVChannelLayout *channel_layout) in ambisonic_order() function
701 int order = ambisonic_order(channel_layout); in try_describe_ambisonic()
/third_party/ffmpeg/libavformat/
Dmov.c7524 int ambisonic_order, channel_order, normalization, channel_count; in mov_read_SA3D() local
7549 ambisonic_order = avio_rb32(pb); in mov_read_SA3D()
7566 if (ambisonic_order < 0 || channel_count != (ambisonic_order + 1LL) * (ambisonic_order + 1LL)) { in mov_read_SA3D()
7569 channel_count, ambisonic_order); in mov_read_SA3D()