Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 1202a6b60079f2066c9738e4b16817c83f498370..4c6013c8b7d14266974084118b9feda5873befb0 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -14388,7 +14388,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. |
@@ -62686,6 +62696,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"/> |