diff options
| author | Praveen Chavan <pchavan@codeaurora.org> | 2015-11-09 00:33:39 -0800 |
|---|---|---|
| committer | Robert Shih <robertshih@google.com> | 2015-12-14 11:41:31 -0800 |
| commit | 2cd19ff52e527e2bea94852b48d5790d949e5cf4 (patch) | |
| tree | 21b192b2d530df83bae748c163d7f2eef0fe797d | |
| parent | 61f5b8c8352611acbe13c449687cf1c40c0d76a3 (diff) | |
| download | android_hardware_qcom_media-2cd19ff52e527e2bea94852b48d5790d949e5cf4.tar.gz android_hardware_qcom_media-2cd19ff52e527e2bea94852b48d5790d949e5cf4.tar.bz2 android_hardware_qcom_media-2cd19ff52e527e2bea94852b48d5790d949e5cf4.zip | |
mm-video-v4l2: vdec: disable cached allocation for input
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.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm-video-v4l2/vidc/vdec.mk b/mm-video-v4l2/vidc/vdec.mk index 0ccefd6c..b3278611 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 |
