Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/InnerAPI/
H A DInnerFunctionTest.cpp387 int32_t bitrateList[] = {32000, 128000}; variable
393 int32_t bitrate = bitrateList[i];
420 int32_t bitrateList[] = {40000, 128000, 320000}; variable
425 int32_t bitrate = bitrateList[i];
450 int32_t bitrateList[] = {195000, 780000}; variable
456 int32_t bitrate = bitrateList[i];
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/NativeAPI/
H A DNativeFunctionTest.cpp310 long bitrateList[] = {32000L, 96000L, 128000L, 256000L, 300000L, 500000L}; variable
326 OH_AVFormat* format = getAVFormatAAC(channelCount, sampleRate, bitrateList[i]);
329 string outputFile = "FUNCTION_003_" + to_string(bitrateList[i]) + ".aac";
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/InnerAPI/
H A DInnerFunctionTest.cpp184 int32_t bitrateList[] = {32000, 96000, 128000, 256000, 300000, 500000}; variable
189 int32_t bitrate = bitrateList[i];