Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds