Home
last modified time | relevance | path

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

/system/media/audio_utils/include/audio_utils/
Dchannels.h154 constexpr inline AUDIO_GEOMETRY_DEPTH kDepthFromChannelIdx[] = { variable
181 static_assert(std::size(kDepthFromChannelIdx) == FCC_24); in depthFromChannelIdx()
182 if (idx < std::size(kDepthFromChannelIdx)) return kDepthFromChannelIdx[idx]; in depthFromChannelIdx()