summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorposciak@chromium.org <posciak@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-24 07:19:06 +0000
committerposciak@chromium.org <posciak@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-24 07:19:06 +0000
commitd6c3ababc64d662e3a899d2fb0f7b3b00f3e0357 (patch)
tree2c98166821b945dc829c66081c878044e11b75cf /tools
parent9827316c9acd9879e6fde0fc273ddd638a951248 (diff)
downloadchromium_src-d6c3ababc64d662e3a899d2fb0f7b3b00f3e0357.zip
chromium_src-d6c3ababc64d662e3a899d2fb0f7b3b00f3e0357.tar.gz
chromium_src-d6c3ababc64d662e3a899d2fb0f7b3b00f3e0357.tar.bz2
VAVDA: Add UMA statistics for unsupported H264 features and VAAPI failures.
BUG=229609 Review URL: https://chromiumcodereview.appspot.com/14189013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@196064 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/metrics/histograms/histograms.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index ad1e298..8597b80 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -522,6 +522,12 @@ other types of suffix sets.
<summary>Video codec used in HTML5 media.</summary>
</histogram>
+<histogram name="Media.VAVDAH264.DecoderFailure" enum="VAVDAH264DecoderFailure">
+ <summary>
+ Error codes reported by video decode using VA-API hardware video decoder.
+ </summary>
+</histogram>
+
<histogram name="Navigation.MainFrameScheme" enum="NavigationScheme">
<summary>The scheme of the URL for each main-frame navigation.</summary>
</histogram>
@@ -6293,6 +6299,14 @@ other types of suffix sets.
<int value="3" label="Group not reported and trial was disabled"/>
</enum>
+<enum name="VAVDAH264DecoderFailure" type="int">
+ <int value="0" label="FRAME_MBS_ONLY_FLAG_NOT_ONE"/>
+ <int value="1" label="GAPS_IN_FRAME_NUM"/>
+ <int value="2" label="MID_STREAM_RESOLUTION_CHANGE"/>
+ <int value="3" label="INTERLACED_STREAM"/>
+ <int value="4" label="VAAPI_ERROR"/>
+</enum>
+
<enum name="WalletErrors" type="int">
<int value="0" label="Baseline: Issued request"/>
<int value="1" label="Fatal error (deprecated)"/>