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

Commit 56074e3c authored by Shunkai Yao's avatar Shunkai Yao
Browse files

Fix lvm process copy length

Bug: 271500140
Test: Test with YoutubeMusic with EQ enabled on both HIDL and AIDL
Change-Id: I1f6d45231772a63024f250dc7525d78e82e13913
(cherry picked from commit d72a6868)
Merged-In: I1f6d45231772a63024f250dc7525d78e82e13913
parent 6f95dfbb
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -168,7 +168,7 @@ LVM_ReturnStatus_en LVM_Process(LVM_Handle_t hInstance, const LVM_FLOAT* pInData
            if (pToProcess != pProcessed) {
                Copy_Float(pToProcess,   /* Source */
                           pProcessed,   /* Destination */
                           (LVM_INT16)(NrChannels * NrFrames)); /* Copy all samples */
                           SampleCount); /* Copy all samples */
            }

            /*