Home
last modified time | relevance | path

Searched defs:equivalentBits (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DAudioProfile.cpp221 const uint32_t equivalentBits = (1 << supportedChannelCount) - 1 ; in checkCompatibleChannelMask() local
228 const uint32_t equivalentBits = (1 << channelCount) - 1; in checkCompatibleChannelMask() local