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

Commit 26e9996d authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix lvm process copy length" am: 1414b048 am: db17d857 am:...

Merge "Fix lvm process copy length" am: 1414b048 am: db17d857 am: 055e38dc am: 2c6c5657 am: 9e2fff28

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/2619907



Change-Id: I2d4ee94bd2d70fcb3ecc6f5a281ff18b4797311a
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents bdf2989b 9e2fff28
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 */
            }

            /*