Searched refs:firstOutputFile (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/InnerAPI/ |
H A D | InnerFunctionTest.cpp | 555 bool isSame = compareFile(firstOutputFile, secondOutputFile); 572 string firstOutputFile = "FUNCTION_015_1_flush.pcm"; variable 581 bool isSame = compareFile(firstOutputFile, secondOutputFile); 597 string firstOutputFile = "FUNCTION_016_1_flush.pcm"; variable 607 bool isSame = compareFile(firstOutputFile, secondOutputFile); 623 string firstOutputFile = "FUNCTION_017_1_flush.pcm"; variable 632 bool isSame = compareFile(firstOutputFile, secondOutputFile); 658 bool isSame = compareFile(firstOutputFile, secondOutputFile); 674 string firstOutputFile = "FUNCTION_019_1_reset.pcm"; variable 700 string firstOutputFile = "FUNCTION_020_1_reset.pcm"; variable [all …]
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/ |
H A D | NativeFunctionTest.cpp | 835 string firstOutputFile = "FUNCTION_014_1.pcm"; variable 878 string firstOutputFile = "FUNCTION_015_1.pcm"; variable 920 string firstOutputFile = "FUNCTION_016_1.pcm"; variable 963 string firstOutputFile = "FUNCTION_017_1.pcm"; variable 1004 string firstOutputFile = "FUNCTION_FLUSH_AMRWB_1.pcm"; variable 1034 string firstOutputFile = "FUNCTION_FLUSH_AMRNB_1.pcm"; variable 1064 string firstOutputFile = "FUNCTION_018_1.pcm"; variable 1107 string firstOutputFile = "FUNCTION_019_1.pcm"; variable 1149 string firstOutputFile = "FUNCTION_020_1.pcm"; variable 1192 string firstOutputFile = "FUNCTION_021_1.pcm"; variable [all …]
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/NativeAPI/ |
H A D | NativeFunctionTest.cpp | 494 string firstOutputFile = "FUNCTION_007_1.aac"; variable 506 …encoderDemo->NativeRunCaseFlush(inputFile, firstOutputFile, secondOutputFile, decoderName.c_str(),… 508 bool isSame = compareFile(firstOutputFile, secondOutputFile); 526 string firstOutputFile = "FUNCTION_008_1.flac"; variable 540 …encoderDemo->NativeRunCaseFlush(inputFile, firstOutputFile, secondOutputFile, decoderName.c_str(),… 542 bool isSame = compareFile(firstOutputFile, secondOutputFile); 560 string firstOutputFile = "FUNCTION_009_1.aac"; variable 572 …encoderDemo->NativeRunCaseReset(inputFile, firstOutputFile, secondOutputFile, decoderName.c_str(),… 574 bool isSame = compareFile(firstOutputFile, secondOutputFile); 592 string firstOutputFile = "FUNCTION_010_1.flac"; variable [all …]
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_encoder/InnerAPI/ |
H A D | InnerFunctionTest.cpp | 349 string firstOutputFile = "FUNCTION_007_InnerFlush1.aac"; variable 362 …encoderDemo->InnerRunCaseFlush(inputFile, firstOutputFile, secondOutputFile, encoderName.c_str(), … 380 string firstOutputFile = "FUNCTION_008_InnerReset1.aac"; variable 393 …encoderDemo->InnerRunCaseReset(inputFile, firstOutputFile, secondOutputFile, encoderName.c_str(), … 411 string firstOutputFile = "FUNCTION_009_InnerFlush1.flac"; variable 425 …encoderDemo->InnerRunCaseFlush(inputFile, firstOutputFile, secondOutputFile, encoderName.c_str(), … 443 string firstOutputFile = "FUNCTION_010_InnerReset1.flac"; variable 456 …encoderDemo->InnerRunCaseReset(inputFile, firstOutputFile, secondOutputFile, encoderName.c_str(), …
|