Merge "fix API description on how to round average qp"
This commit is contained in:
@@ -1147,7 +1147,7 @@ public final class MediaFormat {
|
|||||||
* A key describing the per-frame average block QP (Quantization Parameter).
|
* A key describing the per-frame average block QP (Quantization Parameter).
|
||||||
* This is a part of a video 'Encoding Statistics' export feature.
|
* This is a part of a video 'Encoding Statistics' export feature.
|
||||||
* This value is emitted from video encoder for a video frame.
|
* 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.
|
* The associated value is an integer.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user