Home
last modified time | relevance | path

Searched refs:MAX_SIZE_OF_OMX_PROXY_MSG (Results 1 – 1 of 1) sorted by relevance

/external/opencore/codecs_v2/omx/omx_proxy/src/
Domx_proxy_interface.cpp51 #define MAX_SIZE_OF_OMX_PROXY_MSG 256 macro
78 OsclAny *dummy = iMemoryPool->allocate(MAX_SIZE_OF_OMX_PROXY_MSG * sizeof(uint8)); in ProxyApplication_OMX()
418 OsclAny *ptr = iMemoryPool->allocate(MAX_SIZE_OF_OMX_PROXY_MSG * sizeof(uint8)); in ProxyGetConfig()
446 OsclAny *ptr = iMemoryPool->allocate(MAX_SIZE_OF_OMX_PROXY_MSG * sizeof(uint8)); in ProxySetConfig()
474 OsclAny *ptr = iMemoryPool->allocate(MAX_SIZE_OF_OMX_PROXY_MSG * sizeof(uint8)); in ProxyGetExtensionIndex()
499 OsclAny *ptr = iMemoryPool->allocate(MAX_SIZE_OF_OMX_PROXY_MSG * sizeof(uint8)); in ProxyGetState()
526 OsclAny *ptr = iMemoryPool->allocate(MAX_SIZE_OF_OMX_PROXY_MSG * sizeof(uint8)); in ProxyGetParameter()
554 OsclAny *ptr = iMemoryPool->allocate(MAX_SIZE_OF_OMX_PROXY_MSG * sizeof(uint8)); in ProxySetParameter()
586 OsclAny *ptr = iMemoryPool->allocate(MAX_SIZE_OF_OMX_PROXY_MSG * sizeof(uint8)); in ProxyUseBuffer()
615 OsclAny *ptr = iMemoryPool->allocate(MAX_SIZE_OF_OMX_PROXY_MSG * sizeof(uint8)); in ProxyAllocateBuffer()
[all …]