Home
last modified time | relevance | path

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

/system/media/audio_utils/tests/
Dchannels_tests.cpp57 constexpr size_t RIGHT_IDX = 1; // bit position of AUDIO_CHANNEL_OUT_FRONT_RIGHT; in TEST() local
58 static constexpr AUDIO_GEOMETRY_SIDE checkConstexprSide = sideFromChannelIdx(RIGHT_IDX); in TEST()
59 static constexpr AUDIO_GEOMETRY_HEIGHT checkConstexprHeight = heightFromChannelIdx(RIGHT_IDX); in TEST()
60 static constexpr AUDIO_GEOMETRY_DEPTH checkConstexprDepth = depthFromChannelIdx(RIGHT_IDX); in TEST()
65 static constexpr ssize_t leftIdx = pairIdxFromChannelIdx(RIGHT_IDX); in TEST()