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

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

Issue 1124723006: VideoCaptureDeviceLinux: Add support for SPLANE+DMABUF V4L2 type capture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 6 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/video/capture/linux/v4l2_capture_delegate_multi_plane.h
diff --git a/media/video/capture/linux/v4l2_capture_delegate_multi_plane.h b/media/video/capture/linux/v4l2_capture_delegate_multi_plane.h
index 64511ad3c4b52ed3c126140577a7f3fa6d3fdf46..99a69d34cf8e1da83af5956097072cb462acc043 100644
--- a/media/video/capture/linux/v4l2_capture_delegate_multi_plane.h
+++ b/media/video/capture/linux/v4l2_capture_delegate_multi_plane.h
@@ -44,9 +44,12 @@ class V4L2CaptureDelegateMultiPlane final : public V4L2CaptureDelegate {
uint32_t width,
uint32_t height,
uint32_t pixelformat_fourcc) const override;
- void FinishFillingV4L2Buffer(v4l2_buffer* buffer) const override;
void SetPayloadSize(const scoped_refptr<BufferTracker>& buffer_tracker,
const v4l2_buffer& buffer) const override;
+ void FinishFillingV4L2Buffer(v4l2_buffer* buffer,
+ bool for_enqueue) const override;
+ void FinishFillingV4L2RequestBuffers(
+ v4l2_requestbuffers* request) const override;
void SendBuffer(const scoped_refptr<BufferTracker>& buffer_tracker,
const v4l2_format& format) const override;

Powered by Google App Engine
This is Rietveld 408576698