summaryrefslogtreecommitdiffstats
path: root/ppapi/api/dev/pp_video_dev.idl
diff options
context:
space:
mode:
authorihf@chromium.org <ihf@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-02 02:15:05 +0000
committerihf@chromium.org <ihf@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-02 02:15:05 +0000
commite9b0c3dc7c8ebe253fb870374056a99fe8292516 (patch)
tree02afe11850ba9039168fd6748abd1367efbbde28 /ppapi/api/dev/pp_video_dev.idl
parent88ca18a4ce45374ee1cb63d14a4a2eb95a100d65 (diff)
downloadchromium_src-e9b0c3dc7c8ebe253fb870374056a99fe8292516.zip
chromium_src-e9b0c3dc7c8ebe253fb870374056a99fe8292516.tar.gz
chromium_src-e9b0c3dc7c8ebe253fb870374056a99fe8292516.tar.bz2
Collect UMA stats for ppapi hardware video decode.
The values are in particular Media.PepperVideoDecoderPictureCount Number of requested PictureBuffers. Media.PepperVideoDecoderPictureHeight Height of picture. Media.PepperVideoDecoderError Decoder NotifyError code. BUG=chromium:217356 Review URL: https://chromiumcodereview.appspot.com/14184005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197785 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/api/dev/pp_video_dev.idl')
-rw-r--r--ppapi/api/dev/pp_video_dev.idl3
1 files changed, 1 insertions, 2 deletions
diff --git a/ppapi/api/dev/pp_video_dev.idl b/ppapi/api/dev/pp_video_dev.idl
index 936eede..97bd4ce 100644
--- a/ppapi/api/dev/pp_video_dev.idl
+++ b/ppapi/api/dev/pp_video_dev.idl
@@ -97,9 +97,8 @@ struct PP_Picture_Dev {
};
/**
- * Decoder error codes reported to the plugin. A reasonable naive
+ * Decoder error codes reported to the plugin. A reasonable naive
* error handling policy is for the plugin to Destroy() the decoder on error.
- * Note: Keep these in sync with media::VideoDecodeAccelerator::Error.
*/
[assert_size(4)]
enum PP_VideoDecodeError_Dev {