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

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

Merge "fix API description on how to round average qp" am: 1c0277d7 am:...

Merge "fix API description on how to round average qp" am: 1c0277d7 am: 8428f9e7 am: e766c3d7 am: 0760c5a6

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2067619



Change-Id: Ic85f36d07603d631ab9598b05c403eeb428b3272
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents c8578e21 0760c5a6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1247,7 +1247,7 @@ public final class MediaFormat {
     * A key describing the per-frame average block QP (Quantization Parameter).
     * This is a part of a video 'Encoding Statistics' export feature.
     * This value is emitted from video encoder for a video frame.
     * The average value is rounded down (using floor()) to integer value.
     * The average value is rounded to the nearest integer value.
     *
     * The associated value is an integer.
     */