Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 333253002: Add VaapiVideoEncodeAccelerator for HW-accelerated video encode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update pre-sandbox hook to include accelerated encode Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« media/filters/h264_bitstream_buffer.h ('K') | « media/media.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"/>
xhwang 2014/06/20 07:34:39 If you don't report success cases, how do you calc
Pawel Osciak 2014/06/20 10:53:16 The idea is this should be 0. Anything else is bad
+</enum>
+
<enum name="VideoCodec" type="int">
<int value="0" label="kUnknownVideoCodec"/>
<int value="1" label="kCodecH264"/>
« media/filters/h264_bitstream_buffer.h ('K') | « media/media.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698