summaryrefslogtreecommitdiffstats
path: root/domx
diff options
context:
space:
mode:
authorSarthak Aggarwal <sarthak@ti.com>2011-11-15 17:07:04 +0530
committerPradeep Venkatasubbarao <pradeepv@ti.com>2011-11-25 15:50:38 +0530
commitd2d41119bb249cf720df81fc6bf20f8a8ca4a7c9 (patch)
tree0e75b09b986e93f49c85919f1c6b340831fcf20e /domx
parent236376256506c3d60dfe5209c6b277c3f06a2bd4 (diff)
downloadhardware_ti_omap4-d2d41119bb249cf720df81fc6bf20f8a8ca4a7c9.zip
hardware_ti_omap4-d2d41119bb249cf720df81fc6bf20f8a8ca4a7c9.tar.gz
hardware_ti_omap4-d2d41119bb249cf720df81fc6bf20f8a8ca4a7c9.tar.bz2
Increase the max number of proxy buffers supported to 100.
Currently the Max buffers was capped to 32. But certain clips need more than 32 buffer header. Hence increasing to a safe value of 100. Size of each entity is < 50 bytes. So increasing to a large value will not have any side effects. Signed-off-by: Sarthak Aggarwal <sarthak@ti.com>
Diffstat (limited to 'domx')
-rwxr-xr-xdomx/omx_proxy_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/domx/omx_proxy_common.h b/domx/omx_proxy_common.h
index 3d146a0..73fce59 100755
--- a/domx/omx_proxy_common.h
+++ b/domx/omx_proxy_common.h
@@ -80,7 +80,7 @@ extern "C"
#define OMX_VER_MAJOR 0x1
#define OMX_VER_MINOR 0x1
-#define MAX_NUM_PROXY_BUFFERS 32
+#define MAX_NUM_PROXY_BUFFERS 100
#define MAX_COMPONENT_NAME_LENGTH 128
#define PROXY_MAXNUMOFPORTS 8