Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
DLCML_DspCodec.c903 phandle->commStruct->iBufferPtr = (OMX_U32) buffer; in QueueBuffer()
1060 phandle->commStruct->iBufferPtr = (OMX_U32) pDmmBuf->pMapped; in QueueBuffer()
1068 phandle->commStruct->iBufferPtr = (OMX_U32) pDmmBuf->pMapped; in QueueBuffer()
1096 phandle->commStruct->iBufferPtr = (OMX_U32) pDmmBuf->pMapped; in QueueBuffer()
1892 if (tmpDspStructAddress ->iBufferPtr != (OMX_U32)NULL) in MessagingThread()
1896 … tmpDspStructAddress ->iBufferPtr, tmpDspStructAddress ->iBufferSize); in MessagingThread()
1901 (void*)tmpDspStructAddress->iBufferPtr, in MessagingThread()
1984 (void *)tmpDspStructAddress->iBufferPtr, in MessagingThread()
1987 if (tmpDspStructAddress->iBufferPtr != (OMX_U32)NULL) in MessagingThread()
1992 (void*)tmpDspStructAddress->iBufferPtr, in MessagingThread()
[all …]
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
DLCML_DspCodec.h108 OMX_U32 iBufferPtr; /* storing buffer pointer MAPPED */ member