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

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

Issue 285343003: Add 4k HW decode override flag and support larger bitstream buffers in V4L2VDA. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/v4l2_video_decode_accelerator.h
diff --git a/content/common/gpu/media/v4l2_video_decode_accelerator.h b/content/common/gpu/media/v4l2_video_decode_accelerator.h
index 9aec936ab55fb056fbba2b872c4d73c9b9dcc755..865e5b29d884d3348f8ded4f2da79938a48a98e9 100644
--- a/content/common/gpu/media/v4l2_video_decode_accelerator.h
+++ b/content/common/gpu/media/v4l2_video_decode_accelerator.h
@@ -105,7 +105,7 @@ class CONTENT_EXPORT V4L2VideoDecodeAccelerator
kInputBufferCount = 8,
// TODO(posciak): determine input buffer size based on level limits.
// See http://crbug.com/255116.
- kInputBufferMaxSize = 1024 * 1024,
+ kInputBufferMaxSize = 4 * 1024 * 1024,
Ami GONE FROM CHROMIUM 2014/05/15 16:00:42 CL description made me expect this to be condition
Pawel Osciak 2014/05/16 03:53:01 I'm uncomfortable making this remote relationship
Ami GONE FROM CHROMIUM 2014/05/16 16:49:59 ...as opposed to the current "remote relationship"
// Number of output buffers to use for each VDA stage above what's required
// by the decoder (e.g. DPB size, in H264). We need
// media::limits::kMaxVideoFrames to fill up the GpuVideoDecode pipeline,

Powered by Google App Engine
This is Rietveld 408576698