Loading media/codec2/hidl/1.0/vts/functional/audio/VtsHalMediaC2V1_0TargetAudioDecTest.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -465,6 +465,10 @@ TEST_P(Codec2AudioDecDecodeTest, DecodeTest) { if (mMime.find("raw") != std::string::npos) { bitStreamInfo[0] = 8000; bitStreamInfo[1] = 1; } else if (mCompName == g711alaw || mCompName == g711mlaw) { // g711 test data is all 1-channel and has no embedded config info. bitStreamInfo[0] = 8000; bitStreamInfo[1] = 1; } else { ASSERT_NO_FATAL_FAILURE(getInputChannelInfo(mComponent, mMime, bitStreamInfo)); } Loading Loading
media/codec2/hidl/1.0/vts/functional/audio/VtsHalMediaC2V1_0TargetAudioDecTest.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -465,6 +465,10 @@ TEST_P(Codec2AudioDecDecodeTest, DecodeTest) { if (mMime.find("raw") != std::string::npos) { bitStreamInfo[0] = 8000; bitStreamInfo[1] = 1; } else if (mCompName == g711alaw || mCompName == g711mlaw) { // g711 test data is all 1-channel and has no embedded config info. bitStreamInfo[0] = 8000; bitStreamInfo[1] = 1; } else { ASSERT_NO_FATAL_FAILURE(getInputChannelInfo(mComponent, mMime, bitStreamInfo)); } Loading