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

Commit 6d5cd43e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "AAudio: doc that 24BIT_PACKED is little-endian" into sc-dev am: 1cc5b43d

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

Change-Id: I20947997bd5a29e529b400bcbc7dbb01cf0c3af8
parents e34819e0 1cc5b43d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -82,7 +82,9 @@ enum {

    /**
     * This format uses 24-bit samples packed into 3 bytes.
     * The bytes are in the native endian order.
     * The bytes are in little-endian order, so the least significant byte
     * comes first in the byte array.
     *
     * The maximum range of the data is -8388608 (0x800000)
     * to 8388607 (0x7FFFFF).
     *