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

Unified Diff: media/base/android/media_codec_video_decoder.h

Issue 1367403003: Added UMA metrics for MediaSourcePlayer and MediaCodecPlayer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mtplayer-drm
Patch Set: Addressed most of the comments Created 5 years, 3 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:
View side-by-side diff with in-line comments
Download patch
Index: media/base/android/media_codec_video_decoder.h
diff --git a/media/base/android/media_codec_video_decoder.h b/media/base/android/media_codec_video_decoder.h
index ca28e9b9a552bf1e2a0155ccde48c54891f366fe..e6ef93e55935b862e2c715f9e79b67b30bbd1b91 100644
--- a/media/base/android/media_codec_video_decoder.h
+++ b/media/base/android/media_codec_video_decoder.h
@@ -36,7 +36,8 @@ class MediaCodecVideoDecoder : public MediaCodecDecoder {
const base::Closure& error_cb,
const SetTimeCallback& update_current_time_cb,
const VideoSizeChangedCallback& video_size_changed_cb,
- const base::Closure& codec_created_cb);
+ const base::Closure& codec_created_cb,
+ FrameStatistics* frame_statistics);
~MediaCodecVideoDecoder() override;
const char* class_name() const override;

Powered by Google App Engine
This is Rietveld 408576698