Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/engine/codeclist/
H A Daudio_codeclist_info.cpp33 constexpr int MAX_CHANNEL_COUNT_MP3 = 2; variable
83 audioMp3Capability.channels = Range(1, MAX_CHANNEL_COUNT_MP3); in GetMP3DecoderCapability()
97 audioMp3Capability.channels = Range(1, MAX_CHANNEL_COUNT_MP3); in GetMP3EncoderCapability()
/ohos5.0/foundation/multimedia/av_codec/test/unittest/codeclist_test/
H A Dcodeclist_mock.h147 constexpr uint32_t MAX_CHANNEL_COUNT_MP3 = 2; variable
H A Dcaps_unit_test.cpp448 EXPECT_EQ(MAX_CHANNEL_COUNT_MP3, audioCaps->GetSupportedChannel().maxVal); in CheckAVDecMP3()