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

Unified Diff: content/browser/renderer_host/media/video_capture_controller.cc

Issue 660493002: VideoCapture: Sort VideoPixelFormat in order of preference (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: obsolete UMA Created 6 years, 2 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
« no previous file with comments | « no previous file | media/video/capture/video_capture_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/media/video_capture_controller.cc
diff --git a/content/browser/renderer_host/media/video_capture_controller.cc b/content/browser/renderer_host/media/video_capture_controller.cc
index 07c9ca141088b9f7d9ad7fd968277409b5767a59..18a5e5dd7847586d6d18c4848d9f1cde29084341 100644
--- a/content/browser/renderer_host/media/video_capture_controller.cc
+++ b/content/browser/renderer_host/media/video_capture_controller.cc
@@ -636,9 +636,6 @@ void VideoCaptureController::DoIncomingCapturedVideoFrameOnIOThread(
buffer_format.frame_size.height());
UMA_HISTOGRAM_COUNTS("Media.VideoCapture.FrameRate",
buffer_format.frame_rate);
- UMA_HISTOGRAM_ENUMERATION("Media.VideoCapture.PixelFormat",
- buffer_format.pixel_format,
- media::PIXEL_FORMAT_MAX);
has_received_frames_ = true;
}
« no previous file with comments | « no previous file | media/video/capture/video_capture_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698