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

Unified Diff: media/capture/video/linux/v4l2_capture_delegate.h

Issue 2354783002: ImageCapture: Implement takePhoto() for Windows (Closed)
Patch Set: xianglu@ comments Created 4 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
« no previous file with comments | « media/capture/video/blob_utils.cc ('k') | media/capture/video/linux/v4l2_capture_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/capture/video/linux/v4l2_capture_delegate.h
diff --git a/media/capture/video/linux/v4l2_capture_delegate.h b/media/capture/video/linux/v4l2_capture_delegate.h
index 2ed379be80e5a51497f87860c57e8c40d1a1ef12..66b63c60b244d8cf5e1a6cd9651723d2b1d61a01 100644
--- a/media/capture/video/linux/v4l2_capture_delegate.h
+++ b/media/capture/video/linux/v4l2_capture_delegate.h
@@ -63,17 +63,14 @@ class V4L2CaptureDelegate final
friend class base::RefCountedThreadSafe<V4L2CaptureDelegate>;
~V4L2CaptureDelegate();
+ class BufferTracker;
+
// VIDIOC_QUERYBUFs a buffer from V4L2, creates a BufferTracker for it and
// enqueues it (VIDIOC_QBUF) back into V4L2.
bool MapAndQueueBuffer(int index);
void DoCapture();
- class BufferTracker;
- mojom::BlobPtr GetPhotoBlob(
- const scoped_refptr<BufferTracker>& buffer_tracker,
- const uint32_t bytesused);
-
void SetErrorState(const tracked_objects::Location& from_here,
const std::string& reason);
« no previous file with comments | « media/capture/video/blob_utils.cc ('k') | media/capture/video/linux/v4l2_capture_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698