Home
last modified time | relevance | path

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

/system/media/audio_utils/tests/
Dchannels_tests.cpp60 static constexpr AUDIO_GEOMETRY_DEPTH checkConstexprDepth = depthFromChannelIdx(RIGHT_IDX); in TEST()
74 const AUDIO_GEOMETRY_DEPTH depth = depthFromChannelIdx(i); in TEST()
/system/media/audio_utils/include/audio_utils/
Dchannels.h180 constexpr inline AUDIO_GEOMETRY_DEPTH depthFromChannelIdx(size_t idx) { in depthFromChannelIdx() function