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

Commit aaa0309a authored by Wonsik Kim's avatar Wonsik Kim
Browse files

aacdec: don't report DRC_COMPRESSION_MODE back

DRC_COMPRESSION_MODE is not meant to be read back from components

Bug: 149751672
Test: atest CtsMediaTestCases -- --module-arg CtsMediaTestCases:size:small
Test: atest CtsMediaTestCases:DecoderTestAacDrc
Change-Id: Id1d5968e6a64d72ea2aec743807dc3b0f1e2024c
parent 30c1d421
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -877,11 +877,6 @@ void C2SoftAacDec::process(
            work->worklets.front()->output.configUpdate.push_back(
                    C2Param::Copy(currentBoostFactor));

            C2StreamDrcCompressionModeTuning::input currentCompressMode(0u,
                    (C2Config::drc_compression_mode_t) compressMode);
            work->worklets.front()->output.configUpdate.push_back(
                    C2Param::Copy(currentCompressMode));

            C2StreamDrcEncodedTargetLevelTuning::input currentEncodedTargetLevel(0u,
                    (C2FloatValue) (encTargetLevel*-0.25));
            work->worklets.front()->output.configUpdate.push_back(