Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5132fc5e authored by Ray Essick's avatar Ray Essick
Browse files

Revert "force g711 test to match 1-channel sample data"

This reverts commit 72b55c5e.

Reason for revert: test was already correct
Bug: 143163373
Test: vts-tradefed run vts --module VtsHalMediaC2V1_0Host
Change-Id: Id3b3fab14386a9660bb75af99a667c3c5a943de4
parent 72b55c5e
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -547,10 +547,6 @@ TEST_P(Codec2AudioDecDecodeTest, DecodeTest) {
    if (mCompName == raw) {
        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, mCompName, bitStreamInfo));