Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/domx/domx/omx_rpc/src/
Domx_rpc_stub.c965 pAuxBuf1); in RPC_AllocateBuffer()
1034 pAuxBuf1 != NULL) in RPC_UseBuffer()
1059 pPlatformPrivate)->pAuxBuf1, OMX_U32); in RPC_UseBuffer()
1060 DOMX_DEBUG("UV buffer fd= %d",((OMX_TI_PLATFORMPRIVATE *)pBufferHdr->pPlatformPrivate)->pAuxBuf1); in RPC_UseBuffer()
1232 OMX_U8 *pAuxBuf1 = NULL; in RPC_EmptyThisBuffer() local
1247 pAuxBuf1 = ((OMX_TI_PLATFORMPRIVATE *) pBufferHdr->pPlatformPrivate)->pAuxBuf1; in RPC_EmptyThisBuffer()
1249 if (((OMX_TI_PLATFORMPRIVATE *) pBufferHdr->pPlatformPrivate)->pAuxBuf1 == NULL) in RPC_EmptyThisBuffer()
1285 ((OMX_TI_PLATFORMPRIVATE *) pBufferHdr->pPlatformPrivate)->pAuxBuf1, OMX_U32); in RPC_EmptyThisBuffer()
1339 OMX_U8 *pAuxBuf1 = NULL; in RPC_FillThisBuffer() local
/hardware/ti/omap4xxx/domx/omx_core/inc/
DOMX_TI_Common.h96 OMX_PTR pAuxBuf1; member
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
Domx_proxy_h264enc.c620 pAuxBuf1 = (OMX_PTR) pGrallocHandle->fd[1]; in LOCAL_PROXY_H264E_EmptyThisBuffer()
641 pAuxBuf1 = (OMX_PTR) pGrallocHandle->fd[1]; in LOCAL_PROXY_H264E_EmptyThisBuffer()
668 …((OMX_TI_PLATFORMPRIVATE *) pBufferHdr->pPlatformPrivate)->pAuxBuf1 = pProxy->gralloc_handle[nBufI… in LOCAL_PROXY_H264E_EmptyThisBuffer()
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
Domx_proxy_mpeg4enc.c604 pAuxBuf1 = (OMX_PTR) pGrallocHandle->fd[1]; in LOCAL_PROXY_MPEG4E_EmptyThisBuffer()
625 pAuxBuf1 = (OMX_PTR) pGrallocHandle->fd[1]; in LOCAL_PROXY_MPEG4E_EmptyThisBuffer()
654 …((OMX_TI_PLATFORMPRIVATE *) pBufferHdr->pPlatformPrivate)->pAuxBuf1 = pProxy->gralloc_handle[nBufI… in LOCAL_PROXY_MPEG4E_EmptyThisBuffer()
/hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
Domx_proxy_common.c1051 pAuxBuf1 = (OMX_U8 *)(((IMG_native_handle_t*)pBuffer)->fd[1]); in PROXY_UseBuffer()
1095 pAuxBuf1 = (OMX_U8*) ((OMX_U32)pBuffer + (LINUX_PAGE_SIZE*nBufferHeight)); in PROXY_UseBuffer()
1101 pAuxBuf1 = NULL; in PROXY_UseBuffer()
2348 pAuxBuf1 == NULL)
2368 pDucBuf->pPlatformPrivate)->pAuxBuf1);
2454 pAuxBuf1 = NULL;
2465 *) (pChironBuf->pPlatformPrivate))->pAuxBuf1),
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXFD.cpp219 platformPrivate->pAuxBuf1, in detectFaces()