Searched refs:AMRNB_CHANNEL_COUNT (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/ |
H A D | NativeFunctionTest.cpp | 37 constexpr int32_t AMRNB_CHANNEL_COUNT = 1; variable 212 OH_AVFormat_SetIntValue(format, OH_MD_KEY_AUD_CHANNEL_COUNT, AMRNB_CHANNEL_COUNT); in runDecode() 1037 int32_t channelCount = AMRNB_CHANNEL_COUNT; 1264 OH_AVFormat_SetIntValue(format, OH_MD_KEY_AUD_CHANNEL_COUNT, AMRNB_CHANNEL_COUNT);
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/audio_test/ |
H A D | audio_decoder_capi_unit_test.cpp | 54 constexpr uint32_t AMRNB_CHANNEL_COUNT = 1; variable 518 …Format_SetIntValue(format_, MediaDescriptionKey::MD_KEY_CHANNEL_COUNT.data(), AMRNB_CHANNEL_COUNT); in Configure() 2150 …Format_SetIntValue(format_, MediaDescriptionKey::MD_KEY_CHANNEL_COUNT.data(), AMRNB_CHANNEL_COUNT); 2172 …Format_SetIntValue(format_, MediaDescriptionKey::MD_KEY_CHANNEL_COUNT.data(), AMRNB_CHANNEL_COUNT);
|