summaryrefslogtreecommitdiff
path: root/exynos_omx
diff options
context:
space:
mode:
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