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

Commit c9a07e41 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: I4596e98f5d2f3258460ec07eb685fef21c91333b
parents e2f185ed 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).
     *