Searched defs:pComponentBuf (Results 1 - 1 of 1) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP_Utils.c2095 OMX_VPP_COMPONENT_BUFFER *pComponentBuf = NULL; local
2174 eError = VPP_GetCorresponding_LCMLHeader(pComponentPrivate, pBufHeader->pBuffer, OMX_DirInput, &pComponentBuf, portDef->nPortIndex );
2181 pComponentBuf->eBufferOwner = VPP_BUFFER_CLIENT;
2184 pComponentBuf->pBufHeader
2301 OMX_VPP_COMPONENT_BUFFER *pComponentBuf = NULL; local
2374 eError = VPP_GetCorresponding_LCMLHeader(pComponentPrivate, pBufHeader->pBuffer, OMX_DirOutput, &pComponentBuf, portDef->nPortIndex);
2445 OMX_VPP_COMPONENT_BUFFER *pComponentBuf)
2457 VPP_DPRINT("VPP::%d: Component Sending Empty Input buffer%p to App\n",__LINE__,pComponentBuf->pBufHeader->pBuffer);
2458 portDef = pComponentBuf->pBufHeader->pInputPortPrivate;
2460 eError = VPP_IsValidBuffer(pComponentBuf
2444 VPP_Process_FreeInBuf(VPP_COMPONENT_PRIVATE* pComponentPrivate, OMX_VPP_COMPONENT_BUFFER *pComponentBuf) argument
2553 VPP_Process_FilledOutBuf(VPP_COMPONENT_PRIVATE* pComponentPrivate, OMX_VPP_COMPONENT_BUFFER *pComponentBuf) argument
2677 OMX_VPP_COMPONENT_BUFFER *pComponentBuf = NULL; local
[all...]

Completed in 7 milliseconds