summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPawit Pornkitprasan <p.pawit@gmail.com>2012-04-03 17:42:47 +0400
committerGerrit Code Review <gerrit@review.cyanogenmod.com>2012-04-03 17:42:47 +0400
commit529a4a96692d65c1e0fc4db3321d12de23079a81 (patch)
tree63c65c9680a620ca334459955b7792e1fc7f955a
parentae3a4807e920b148b31dbc27587ebeda1ed2a65a (diff)
downloaddevice_samsung_aries-common-529a4a96692d65c1e0fc4db3321d12de23079a81.zip
device_samsung_aries-common-529a4a96692d65c1e0fc4db3321d12de23079a81.tar.gz
device_samsung_aries-common-529a4a96692d65c1e0fc4db3321d12de23079a81.tar.bz2
Revert "aries-common: Optimize MFC memory usage"
There are videos for which this doesn't work This reverts commit ae3a4807e920b148b31dbc27587ebeda1ed2a65a
-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 0be0164..00c99b3 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 (32*1024*1024)
+#define MMAP_BUFFER_SIZE_MMAP (62*1024*1024)
#define S5PC110_MFC_DEV_NAME "/dev/s3c-mfc"