Searched refs:nSizeBytes (Results 1 – 6 of 6) sorted by relevance
/external/opencore/codecs_v2/omx/omx_proxy/src/ |
D | omx_proxy_interface.h | 159 OMX_IN OMX_U32 nSizeBytes, 167 OMX_IN OMX_U32 nSizeBytes); 242 OMX_IN OMX_U32 nSizeBytes, 250 OMX_IN OMX_U32 nSizeBytes); 388 …hComp), ppBufferHdr(ppBuf), nPortIndex(nPtIndex), pAppPrivate(pApPrv), nSizeBytes(nSz), pBuffer(pB… in UseBufMsg() 397 OMX_U32 nSizeBytes; variable 406 … : hComponent(hComp), pBuffer(ppBuf), nPortIndex(nPtIndex), pAppPrivate(pApPrv), nSizeBytes(nSz) in AllocBufMsg() 415 OMX_U32 nSizeBytes; variable
|
D | omx_proxy_interface.cpp | 219 …mand->ppBufferHdr, Command->nPortIndex, Command->pAppPrivate, Command->nSizeBytes, Command->pBuffe… in ProcessMessage() 231 …and->hComponent, Command->pBuffer, Command->nPortIndex, Command->pAppPrivate, Command->nSizeBytes); in ProcessMessage() 583 OMX_IN OMX_U32 nSizeBytes, in ProxyUseBuffer() argument 592 …ACEMENT_NEW(ptr, UseBufMsg(hComponent, ppBufferHdr, nPortIndex, pAppPrivate, nSizeBytes, pBuffer)); in ProxyUseBuffer() 613 OMX_IN OMX_U32 nSizeBytes) in ProxyAllocateBuffer() argument 621 …g = OSCL_PLACEMENT_NEW(ptr, AllocBufMsg(hComponent, pBuffer, nPortIndex, pAppPrivate, nSizeBytes)); in ProxyAllocateBuffer()
|
/external/opencore/codecs_v2/omx/omx_baseclass/include/ |
D | pv_omxcomponent.h | 177 OMX_IN OMX_U32 nSizeBytes, 185 OMX_IN OMX_U32 nSizeBytes); 257 OMX_IN OMX_U32 nSizeBytes, 265 OMX_IN OMX_U32 nSizeBytes); 332 OMX_IN OMX_U32 nSizeBytes, 340 OMX_IN OMX_U32 nSizeBytes);
|
/external/opencore/extern_libs_v2/khronos/openmax/include/ |
D | OMX_Core.h | 1007 nSizeBytes, \ argument 1014 nSizeBytes, \ 1050 nSizeBytes) \ argument 1056 nSizeBytes) /* Macro End */
|
D | OMX_Component.h | 500 OMX_IN OMX_U32 nSizeBytes, 512 OMX_IN OMX_U32 nSizeBytes);
|
/external/opencore/codecs_v2/omx/omx_baseclass/src/ |
D | pv_omxcomponent.cpp | 1083 OMX_IN OMX_U32 nSizeBytes, in BaseComponentUseBuffer() argument 1094 …Status = pOpenmaxAOType->UseBuffer(hComponent, ppBufferHdr, nPortIndex, pAppPrivate, nSizeBytes, p… in BaseComponentUseBuffer() 1105 OMX_IN OMX_U32 nSizeBytes, in UseBuffer() argument 1158 pBaseComponentPort->pBuffer[ii]->nAllocLen = nSizeBytes; in UseBuffer() 1207 OMX_IN OMX_U32 nSizeBytes) in BaseComponentAllocateBuffer() argument 1217 … Status = pOpenmaxAOType->AllocateBuffer(hComponent, pBuffer, nPortIndex, pAppPrivate, nSizeBytes); in BaseComponentAllocateBuffer() 1228 OMX_IN OMX_U32 nSizeBytes) in AllocateBuffer() argument 1281 pBaseComponentPort->pBuffer[ii]->pBuffer = (OMX_BYTE) oscl_malloc(nSizeBytes); in AllocateBuffer() 1287 pBaseComponentPort->pBuffer[ii]->nAllocLen = nSizeBytes; in AllocateBuffer() 4560 OMX_IN OMX_U32 nSizeBytes, in BaseComponentProxyUseBuffer() argument [all …]
|