From d734bc25b01b5df40b026e658a0053cc63b8bcbd Mon Sep 17 00:00:00 2001 From: Jeff Tinker Date: Fri, 13 Jul 2012 10:09:23 -0700 Subject: [PATCH] Increase Widevine stream buffer size from 10MB to 16MB for Q Provide better support for 1080p video streaming. Change-Id: I3d17f7bdc631ee82b9062445dca8ebd42eaf8d8a related-to-bug: 6818319 --- proprietary/wvm/include/WVMExtractorImpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proprietary/wvm/include/WVMExtractorImpl.h b/proprietary/wvm/include/WVMExtractorImpl.h index 63e016c7..47145ab1 100644 --- a/proprietary/wvm/include/WVMExtractorImpl.h +++ b/proprietary/wvm/include/WVMExtractorImpl.h @@ -77,7 +77,7 @@ private: status_t readMetaData(); - const static size_t kStreamCacheSize = 10 * 1024 * 1024; + const static size_t kStreamCacheSize = 16 * 1024 * 1024; WVMExtractorImpl(const WVMExtractorImpl &); WVMExtractorImpl &operator=(const WVMExtractorImpl &);