Chromium Code Reviews| 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, |