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

Unified Diff: media/capture/video/video_capture_buffer_pool_impl.h

Issue 2518143004: [Mojo Video Capture] Replace RESOURCE_UTILIZATION with interface ReceiverLoadObserver (Closed)
Patch Set: Fix for android-only code Created 4 years 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/capture/video/video_capture_buffer_pool_impl.h
diff --git a/media/capture/video/video_capture_buffer_pool_impl.h b/media/capture/video/video_capture_buffer_pool_impl.h
index 5f3a166e660946349f95050e760a63af4ae4e332..08c84750c2dfa882c67c18db6736064a9090aecd 100644
--- a/media/capture/video/video_capture_buffer_pool_impl.h
+++ b/media/capture/video/video_capture_buffer_pool_impl.h
@@ -41,6 +41,7 @@ class CAPTURE_EXPORT VideoCaptureBufferPoolImpl
int ReserveForProducer(const gfx::Size& dimensions,
media::VideoPixelFormat format,
media::VideoPixelStorage storage,
+ int frame_feedback_id,
int* buffer_id_to_drop) override;
void RelinquishProducerReservation(int buffer_id) override;
int ResurrectLastForProducer(const gfx::Size& dimensions,
@@ -57,6 +58,7 @@ class CAPTURE_EXPORT VideoCaptureBufferPoolImpl
int ReserveForProducerInternal(const gfx::Size& dimensions,
media::VideoPixelFormat format,
media::VideoPixelStorage storage,
+ int frame_feedback_id,
int* tracker_id_to_drop);
VideoCaptureBufferTracker* GetTracker(int buffer_id);
« no previous file with comments | « media/capture/video/video_capture_buffer_pool.h ('k') | media/capture/video/video_capture_buffer_pool_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698