Home
last modified time | relevance | path

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

/system/media/audio_utils/include/audio_utils/
Dchannels.h107 constexpr inline AUDIO_GEOMETRY_HEIGHT kHeightFromChannelIdx [] = { variable
136 static_assert(std::size(kHeightFromChannelIdx) == FCC_26); in heightFromChannelIdx()
137 if (idx < std::size(kHeightFromChannelIdx)) return kHeightFromChannelIdx[idx]; in heightFromChannelIdx()