Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
DLCML_DspCodec.c905 phandle->commStruct->iParamPtr = (OMX_U32) auxInfo; in QueueBuffer()
1105 …ec->hProc, phandle->commStruct->iParamSize, (void*)phandle->commStruct->iParamPtr, (pDmmBuf), ((LC… in QueueBuffer()
1111 phandle->commStruct->iParamPtr = (OMX_U32 )pDmmBuf->pMapped ; in QueueBuffer()
1906 if (tmpDspStructAddress->iParamPtr != (OMX_U32)NULL) in MessagingThread()
1912 (void*)tmpDspStructAddress->iParamPtr, in MessagingThread()
1985 (void *)tmpDspStructAddress->iParamPtr, in MessagingThread()
1997 if (tmpDspStructAddress->iParamPtr != (OMX_U32)NULL) in MessagingThread()
2000 (void*)tmpDspStructAddress->iParamPtr, in MessagingThread()
2053 (void *)tmpDspStructAddress->iParamPtr, in MessagingThread()
2067 if (tmpDspStructAddress->iParamPtr != (OMX_U32)NULL) in MessagingThread()
[all …]
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
DLCML_DspCodec.h110 OMX_U32 iParamPtr;/*storing param pointer MAPPED */ member