/foundation/multimedia/av_codec/test/moduletest/audio_decoder/InnerAPI/ |
H A D | InnerFunctionTest.cpp | 550 string firstOutputFile = "FUNCTION_014_16000_1_aac_output_1_flush.pcm"; in HWTEST_F() local 553 decoderDemo->InnerRunCaseFlush(inputFile, firstOutputFile, secondOutputFile, decoderName.c_str(), format); in HWTEST_F() 555 bool isSame = compareFile(firstOutputFile, secondOutputFile); in HWTEST_F() 572 string firstOutputFile = "FUNCTION_015_1_flush.pcm"; in HWTEST_F() local 580 decoderDemo->InnerRunCaseFlush(inputFile, firstOutputFile, secondOutputFile, decoderName.c_str(), format); in HWTEST_F() 581 bool isSame = compareFile(firstOutputFile, secondOutputFile); in HWTEST_F() 597 string firstOutputFile = "FUNCTION_016_1_flush.pcm"; in HWTEST_F() local 606 decoderDemo->InnerRunCaseFlush(inputFile, firstOutputFile, secondOutputFile, decoderName.c_str(), format); in HWTEST_F() 607 bool isSame = compareFile(firstOutputFile, secondOutputFile); in HWTEST_F() 623 string firstOutputFile in HWTEST_F() local 654 string firstOutputFile = "FUNCTION_018_16000_1_aac_output_1_reset.pcm"; HWTEST_F() local 674 string firstOutputFile = "FUNCTION_019_1_reset.pcm"; HWTEST_F() local 700 string firstOutputFile = "FUNCTION_020_1_reset.pcm"; HWTEST_F() local 727 string firstOutputFile = "FUNCTION_021_1.pcm"; HWTEST_F() local [all...] |
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/ |
H A D | NativeFunctionTest.cpp | 835 string firstOutputFile = "FUNCTION_014_1.pcm"; in HWTEST_F() local 857 decoderDemo->NativeRunCaseFlush(inputFile, firstOutputFile, secondOutputFile, decoderName.c_str(), format); in HWTEST_F() 859 bool isSame = compareFile(firstOutputFile, secondOutputFile); in HWTEST_F() 878 string firstOutputFile = "FUNCTION_015_1.pcm"; in HWTEST_F() local 899 decoderDemo->NativeRunCaseFlush(inputFile, firstOutputFile, secondOutputFile, decoderName.c_str(), format); in HWTEST_F() 901 bool isSame = compareFile(firstOutputFile, secondOutputFile); in HWTEST_F() 920 string firstOutputFile = "FUNCTION_016_1.pcm"; in HWTEST_F() local 942 decoderDemo->NativeRunCaseFlush(inputFile, firstOutputFile, secondOutputFile, decoderName.c_str(), format); in HWTEST_F() 944 bool isSame = compareFile(firstOutputFile, secondOutputFile); in HWTEST_F() 963 string firstOutputFile in HWTEST_F() local 1004 string firstOutputFile = "FUNCTION_FLUSH_AMRWB_1.pcm"; HWTEST_F() local 1034 string firstOutputFile = "FUNCTION_FLUSH_AMRNB_1.pcm"; HWTEST_F() local 1064 string firstOutputFile = "FUNCTION_018_1.pcm"; HWTEST_F() local 1107 string firstOutputFile = "FUNCTION_019_1.pcm"; HWTEST_F() local 1149 string firstOutputFile = "FUNCTION_020_1.pcm"; HWTEST_F() local 1192 string firstOutputFile = "FUNCTION_021_1.pcm"; HWTEST_F() local 1233 string firstOutputFile = "FUNCTION_AMRWB_RESET_1.pcm"; HWTEST_F() local 1260 string firstOutputFile = "FUNCTION_AMRNB_RESET_1.pcm"; HWTEST_F() local [all...] |
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/InnerAPI/ |
H A D | InnerFunctionTest.cpp | 349 string firstOutputFile = "FUNCTION_007_InnerFlush1.aac"; in HWTEST_F() local 362 encoderDemo->InnerRunCaseFlush(inputFile, firstOutputFile, secondOutputFile, encoderName.c_str(), format); in HWTEST_F() 380 string firstOutputFile = "FUNCTION_008_InnerReset1.aac"; in HWTEST_F() local 393 encoderDemo->InnerRunCaseReset(inputFile, firstOutputFile, secondOutputFile, encoderName.c_str(), format); in HWTEST_F() 411 string firstOutputFile = "FUNCTION_009_InnerFlush1.flac"; in HWTEST_F() local 425 encoderDemo->InnerRunCaseFlush(inputFile, firstOutputFile, secondOutputFile, encoderName.c_str(), format); in HWTEST_F() 443 string firstOutputFile = "FUNCTION_010_InnerReset1.flac"; in HWTEST_F() local 456 encoderDemo->InnerRunCaseReset(inputFile, firstOutputFile, secondOutputFile, encoderName.c_str(), format); in HWTEST_F()
|
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/NativeAPI/ |
H A D | NativeFunctionTest.cpp | 494 string firstOutputFile = "FUNCTION_007_1.aac"; in HWTEST_F() local 506 encoderDemo->NativeRunCaseFlush(inputFile, firstOutputFile, secondOutputFile, decoderName.c_str(), format); in HWTEST_F() 508 bool isSame = compareFile(firstOutputFile, secondOutputFile); in HWTEST_F() 526 string firstOutputFile = "FUNCTION_008_1.flac"; in HWTEST_F() local 540 encoderDemo->NativeRunCaseFlush(inputFile, firstOutputFile, secondOutputFile, decoderName.c_str(), format); in HWTEST_F() 542 bool isSame = compareFile(firstOutputFile, secondOutputFile); in HWTEST_F() 560 string firstOutputFile = "FUNCTION_009_1.aac"; in HWTEST_F() local 572 encoderDemo->NativeRunCaseReset(inputFile, firstOutputFile, secondOutputFile, decoderName.c_str(), format); in HWTEST_F() 574 bool isSame = compareFile(firstOutputFile, secondOutputFile); in HWTEST_F() 592 string firstOutputFile in HWTEST_F() local [all...] |