summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2012-04-02 09:53:35 +0700
committerPawit Pornkitprasan <p.pawit@gmail.com>2012-04-02 09:53:35 +0700
commitae3a4807e920b148b31dbc27587ebeda1ed2a65a (patch)
treef51f685c92504c5c0af9a04d0472dda1d0515d13
parentd5e709ec4cc505912f0ec4b2427a68a936b68962 (diff)
downloaddevice_samsung_aries-common-ae3a4807e920b148b31dbc27587ebeda1ed2a65a.zip
device_samsung_aries-common-ae3a4807e920b148b31dbc27587ebeda1ed2a65a.tar.gz
device_samsung_aries-common-ae3a4807e920b148b31dbc27587ebeda1ed2a65a.tar.bz2
aries-common: Optimize MFC memory usage
Kernel memory configuration from SCH-I500 GB source (thanks noobnl)
-rw-r--r--sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/SsbSipMfcApi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/SsbSipMfcApi.h b/sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/SsbSipMfcApi.h
index 00c99b3..0be0164 100644
--- a/sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/SsbSipMfcApi.h
+++ b/sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/SsbSipMfcApi.h
@@ -23,7 +23,7 @@
#define MAX_DECODER_INPUT_BUFFER_SIZE (1024 * 3072)
#define MAX_ENCODER_OUTPUT_BUFFER_SIZE (1024 * 3072)
-#define MMAP_BUFFER_SIZE_MMAP (62*1024*1024)
+#define MMAP_BUFFER_SIZE_MMAP (32*1024*1024)
#define S5PC110_MFC_DEV_NAME "/dev/s3c-mfc"