Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 1e2d3174ff61237a3c948590d5827c2b9df0e172..5ab7dc83eb07ba226342e20113d5382513c1bcf3 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -14046,7 +14046,17 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</summary> |
</histogram> |
+<histogram name="Media.VAVDA.DecoderFailure" enum="VAVDADecoderFailure"> |
+ <owner>posciak@chromium.org</owner> |
+ <summary> |
+ Error codes reported by video decode using VA-API hardware video decoder. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Media.VAVDAH264.DecoderFailure" enum="VAVDAH264DecoderFailure"> |
+ <obsolete> |
+ Deprecated as of 4/2015, partially replaced by Media.VAVDA.DecoderFailure. |
+ </obsolete> |
<owner>posciak@chromium.org</owner> |
<summary> |
Error codes reported by video decode using VA-API hardware video decoder. |
@@ -61749,6 +61759,10 @@ To add a new entry, add it with any value and run test to compute valid value. |
<int value="2" label="Other"/> |
</enum> |
+<enum name="VAVDADecoderFailure" type="int"> |
+ <int value="0" label="VAAPI_ERROR"/> |
+</enum> |
+ |
<enum name="VAVDAH264DecoderFailure" type="int"> |
<int value="0" label="FRAME_MBS_ONLY_FLAG_NOT_ONE"/> |
<int value="1" label="GAPS_IN_FRAME_NUM"/> |