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

Unified Diff: content/common/gpu/media/gpu_video_decode_accelerator.h

Issue 1207043002: Introduce a client minimum picture pool size (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: content/common/gpu/media/gpu_video_decode_accelerator.h
diff --git a/content/common/gpu/media/gpu_video_decode_accelerator.h b/content/common/gpu/media/gpu_video_decode_accelerator.h
index cab2a2285cd346add4ea6ddbbfe3793a39fc05dc..090542c9f036d1e8d5293b3b9e8131e6ddffae45 100644
--- a/content/common/gpu/media/gpu_video_decode_accelerator.h
+++ b/content/common/gpu/media/gpu_video_decode_accelerator.h
@@ -61,6 +61,7 @@ class GpuVideoDecodeAccelerator
// done. filter_ is passed to GpuCommandBufferStub channel only if the chosen
// VDA can decode on IO thread.
void Initialize(const media::VideoCodecProfile profile,
+ uint32 min_picture_count,
IPC::Message* init_done_msg);
// Static query for supported profiles. This query calls the appropriate

Powered by Google App Engine
This is Rietveld 408576698