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

Commit 12179c33 authored by Shunkai Yao's avatar Shunkai Yao
Browse files

Fix cts Pre/post Processing failures on Cuttlefish aidl

Bug: 295055755
Test: atest android.media.audio.cts.AudioPreProcessingTest
Test: atest android.media.audio.cts.DynamicsProcessingTest
Change-Id: Ia887a6c51ec13b9bb01581065c9272a7e02dad1f
parent 816e644a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@ const Descriptor AcousticEchoCancelerSw::kDescriptor = {
        .common = {.id = {.type = getEffectTypeUuidAcousticEchoCanceler(),
                          .uuid = getEffectImplUuidAcousticEchoCancelerSw(),
                          .proxy = std::nullopt},
                   .flags = {.type = Flags::Type::INSERT,
                   .flags = {.type = Flags::Type::PRE_PROC,
                             .insert = Flags::Insert::FIRST,
                             .volume = Flags::Volume::CTRL},
                   .name = AcousticEchoCancelerSw::kEffectName,
+1 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ const Descriptor DynamicsProcessingSw::kDescriptor = {
        .common = {.id = {.type = getEffectTypeUuidDynamicsProcessing(),
                          .uuid = getEffectImplUuidDynamicsProcessingSw(),
                          .proxy = std::nullopt},
                   .flags = {.type = Flags::Type::INSERT,
                   .flags = {.type = Flags::Type::POST_PROC,
                             .insert = Flags::Insert::FIRST,
                             .volume = Flags::Volume::CTRL},
                   .name = DynamicsProcessingSw::kEffectName,
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ const Descriptor NoiseSuppressionSw::kDescriptor = {
        .common = {.id = {.type = getEffectTypeUuidNoiseSuppression(),
                          .uuid = getEffectImplUuidNoiseSuppressionSw(),
                          .proxy = std::nullopt},
                   .flags = {.type = Flags::Type::INSERT,
                   .flags = {.type = Flags::Type::PRE_PROC,
                             .insert = Flags::Insert::FIRST,
                             .volume = Flags::Volume::CTRL},
                   .name = NoiseSuppressionSw::kEffectName,