Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index fb3d9a74f13a3458e4bd0a0f92d83d117d1e7896..5e30a1a2f8c15255b4876b6f2393bd3e58235b88 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -10214,6 +10214,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> |
| @@ -45443,6 +45450,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"/> |
|
Ilya Sherman
2014/06/20 20:04:30
Is there really only a single failure type? What
Pawel Osciak
2014/06/20 22:28:11
The class I'm adding reuses VaapiWrapper, which is
|
| +</enum> |
| + |
| <enum name="VideoCodec" type="int"> |
| <int value="0" label="kUnknownVideoCodec"/> |
| <int value="1" label="kCodecH264"/> |