Searched refs:MAX_CHANNEL_COUNT_MP3 (Results 1 – 3 of 3) sorted by relevance
33 constexpr int MAX_CHANNEL_COUNT_MP3 = 2; variable83 audioMp3Capability.channels = Range(1, MAX_CHANNEL_COUNT_MP3); in GetMP3DecoderCapability()97 audioMp3Capability.channels = Range(1, MAX_CHANNEL_COUNT_MP3); in GetMP3EncoderCapability()
147 constexpr uint32_t MAX_CHANNEL_COUNT_MP3 = 2; variable
448 EXPECT_EQ(MAX_CHANNEL_COUNT_MP3, audioCaps->GetSupportedChannel().maxVal); in CheckAVDecMP3()