| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index e35ae92e0c9f08a2a52273a11e3c56362403f57b..677b07f49909102bd85dc903c6fac29389814d5d 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -10312,6 +10312,13 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Media.VAVEA.EncoderFailure" enum="VAVEAEncoderFailure">
|
| + <owner>posciak@chromium.org</owner>
|
| + <summary>
|
| + Error codes reported by video encode using VA-API hardware video encoder.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Media.VideoCapture.AspectRatio">
|
| <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
|
| <summary>
|
| @@ -47026,6 +47033,10 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| <int value="4" label="VAAPI_ERROR"/>
|
| </enum>
|
|
|
| +<enum name="VAVEAEncoderFailure" type="int">
|
| + <int value="0" label="VAAPI_ERROR"/>
|
| +</enum>
|
| +
|
| <enum name="VideoCodec" type="int">
|
| <int value="0" label="kUnknownVideoCodec"/>
|
| <int value="1" label="kCodecH264"/>
|
|
|