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

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

Issue 1016773002: MJPEG acceleration for video capture using VAAPI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix many thread issues Created 5 years, 9 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: 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 3a546542204006b613768841f0bac2bc936504de..5d45d847872dd4cd329b5ca40eebfedcdb0618de 100644
--- a/content/browser/renderer_host/media/video_capture_controller.cc
+++ b/content/browser/renderer_host/media/video_capture_controller.cc
@@ -296,6 +296,7 @@ void VideoCaptureController::DoIncomingCapturedVideoFrameOnIOThread(
const base::TimeTicks& timestamp) {
DCHECK_CURRENTLY_ON(BrowserThread::IO);
DCHECK_NE(buffer->id(), VideoCaptureBufferPool::kInvalidId);
+ DVLOG(3) << __func__;
wuchengli 2015/04/14 09:41:43 remove
kcwu 2015/04/14 20:02:34 Done.
int count = 0;
if (state_ == VIDEO_CAPTURE_STATE_STARTED) {

Powered by Google App Engine
This is Rietveld 408576698