Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioProfileVectorHelper.cpp260 const uint32_t supportedChannelCount = audio_channel_count_from_in_mask(supported); in checkCompatibleChannelMask() local
268 const uint32_t equivalentBits = (1 << supportedChannelCount) - 1 ; in checkCompatibleChannelMask()
271 if (supportedChannelCount <= FCC_2) { in checkCompatibleChannelMask()