summaryrefslogtreecommitdiff
path: root/exynos_omx
diff options
context:
space:
mode:
authorSeungBeom Kim <sbcrux.kim@samsung.com>2013-08-26 13:00:35 +0900
committerGreg Hackmann <ghackmann@google.com>2013-08-26 14:52:45 -0700
commit131fefdab9030d82212f392d8b89ac2073ac1008 (patch)
tree56af3f90e14ea10ca03051c3933b2df5f5f5d182 /exynos_omx
parent5752d65d5209598b0d7c3752ee0d3d39a78af73b (diff)
downloadexynos5-131fefdab9030d82212f392d8b89ac2073ac1008.tar.gz
exynos_omx: multi_thread: Increase default buffer size for copy mode recording.
Bug: 10307151 Change-Id: Ie2627d571dff7ee1d5e3ce86839d20b681aac200 Signed-off-by: SeungBeom Kim <sbcrux.kim@samsung.com>
Diffstat (limited to 'exynos_omx')
-rw-r--r--exynos_omx/openmax/exynos_omx/component/video/enc/Exynos_OMX_Venc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/exynos_omx/openmax/exynos_omx/component/video/enc/Exynos_OMX_Venc.h b/exynos_omx/openmax/exynos_omx/component/video/enc/Exynos_OMX_Venc.h
index 072c2b4..3b06eda 100644
--- a/exynos_omx/openmax/exynos_omx/component/video/enc/Exynos_OMX_Venc.h
+++ b/exynos_omx/openmax/exynos_omx/component/video/enc/Exynos_OMX_Venc.h
@@ -48,9 +48,9 @@
#define MFC_INPUT_BUFFER_NUM_MAX 3
#define MFC_OUTPUT_BUFFER_NUM_MAX 4
-#define DEFAULT_MFC_INPUT_YBUFFER_SIZE ALIGN_TO_16B(1920) * ALIGN_TO_16B(1080)
+#define DEFAULT_MFC_INPUT_YBUFFER_SIZE ALIGN_TO_16B(2560) * ALIGN_TO_16B(1600)
#define DEFAULT_MFC_INPUT_CBUFFER_SIZE ALIGN((DEFAULT_MFC_INPUT_YBUFFER_SIZE / 2), 256)
-#define DEFAULT_MFC_OUTPUT_BUFFER_SIZE 1920 * 1080 * 3 / 2
+#define DEFAULT_MFC_OUTPUT_BUFFER_SIZE 2560 * 1600 * 3 / 2
#define INPUT_PORT_SUPPORTFORMAT_NUM_MAX 5
#define OUTPUT_PORT_SUPPORTFORMAT_NUM_MAX 1