summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPraveen Chavan <pchavan@codeaurora.org>2015-11-09 00:33:39 -0800
committerRobert Shih <robertshih@google.com>2015-12-14 11:41:31 -0800
commit2cd19ff52e527e2bea94852b48d5790d949e5cf4 (patch)
tree21b192b2d530df83bae748c163d7f2eef0fe797d
parent61f5b8c8352611acbe13c449687cf1c40c0d76a3 (diff)
downloadmedia-marshmallow-dr1.5-dev.tar.gz
Cached allocation is resulting in significantly higher CPU utilization during cache flush; thus negating the benefits of cached writes. b/25121854 Change-Id: I8d2ed858f7cea13dad904c1fb49be1fd955a964b
-rw-r--r--mm-video-v4l2/vidc/vdec.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/mm-video-v4l2/vidc/vdec.mk b/mm-video-v4l2/vidc/vdec.mk
index 0ccefd6..b327861 100644
--- a/mm-video-v4l2/vidc/vdec.mk
+++ b/mm-video-v4l2/vidc/vdec.mk
@@ -71,6 +71,7 @@ libOmxVdec-def += -DMAX_RES_1080P_EBI
libOmxVdec-def += -DPROCESS_EXTRADATA_IN_OUTPUT_PORT
libOmxVdec-def += -D_MSM8974_
libOmxVdec-def += -D_ION_HEAP_MASK_COMPATIBILITY_WA
+libOmxVdec-def += -DDISABLE_INPUT_BUFFER_CACHE
endif
ifneq ($(filter msm8992 msm8994,$(TARGET_BOARD_PLATFORM)),)
libOmxVdec-def += -DMAX_RES_1080P