Searched refs:supportedLayoutMap (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/test/unittest/audio_test/ |
H A D | audio_encoder_capi_unit_test.cpp | 203 void ChannelLayoutTest(map<OH_AudioChannelLayout, int32_t> &supportedLayoutMap, 535 …CodeCapiEncoderUnitTest::ChannelLayoutTest(map<OH_AudioChannelLayout, int32_t> &supportedLayoutMap, in ChannelLayoutTest() argument 545 for (iter = supportedLayoutMap.begin(); iter != supportedLayoutMap.end(); iter++) { in ChannelLayoutTest() 1944 map<OH_AudioChannelLayout, int32_t> supportedLayoutMap = { variable 1971 ChannelLayoutTest(supportedLayoutMap, unsupportedLayoutMap, AAC_PROFILE_HE); 1981 map<OH_AudioChannelLayout, int32_t> supportedLayoutMap = { variable 2009 ChannelLayoutTest(supportedLayoutMap, unsupportedLayoutMap, AAC_PROFILE_HE_V2);
|