Home
last modified time | relevance | path

Searched refs:nFree_oPipe (Results 1 – 8 of 8) sorted by relevance

/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
DOMX_VPP_CompThread.c126 if (pComponentPrivate->nFree_oPipe[0] > fdmax) { in VPP_ComponentThreadFunc()
127 fdmax = pComponentPrivate->nFree_oPipe[0]; in VPP_ComponentThreadFunc()
139 FD_SET (pComponentPrivate->nFree_oPipe[0], &rfds); in VPP_ComponentThreadFunc()
267 if (FD_ISSET(pComponentPrivate->nFree_oPipe[0], &rfds)) { in VPP_ComponentThreadFunc()
DOMX_VPP_Utils.c540 eError = pipe(pComponentPrivate->nFree_oPipe); in VPP_Start_ComponentThread()
654 err = close(pComponentPrivate->nFree_oPipe[i]); in VPP_Free_ComponentResources()
932 … nRet = read(pComponentPrivate->nFree_oPipe[0], &pBufHeader, sizeof(pBufHeader)); in VPP_HandleCommandFlush()
949 … write(pComponentPrivate->nFree_oPipe[1],&pBufHeader,sizeof(OMX_BUFFERHEADERTYPE*)); in VPP_HandleCommandFlush()
2311 nRet = read(pComponentPrivate->nFree_oPipe[0], &pBufHeader,sizeof(pBufHeader)); in VPP_Process_FreeOutBuf()
DOMX_VPP.c2295 nRet = write(pComponentPrivate->nFree_oPipe[1],&pBufferHdr,sizeof(OMX_BUFFERHEADERTYPE*)); in VPP_FillThisBuffer()
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEnc_Thread.c145 if (pComponentPrivate->nFree_oPipe[0] > fdmax) in OMX_VIDENC_Thread()
147 fdmax = pComponentPrivate->nFree_oPipe[0]; in OMX_VIDENC_Thread()
159 FD_SET (pComponentPrivate->nFree_oPipe[0], &rfds); in OMX_VIDENC_Thread()
311 if (FD_ISSET(pComponentPrivate->nFree_oPipe[0], &rfds) && in OMX_VIDENC_Thread()
DOMX_VideoEncoder.c962 eError = pipe(pComponentPrivate->nFree_oPipe); in OMX_ComponentInit()
3008 nRet = write(pComponentPrivate->nFree_oPipe[1], in FillThisBuffer()
3030 nRet = write(pComponentPrivate->nFree_oPipe[1], in FillThisBuffer()
3160 eErr = close(pComponentPrivate->nFree_oPipe[0]); in ComponentDeInit()
3174 eErr = close(pComponentPrivate->nFree_oPipe[1]); in ComponentDeInit()
DOMX_VideoEnc_Utils.c2263 nRet = read(pComponentPrivate->nFree_oPipe[0], &pBufHead, sizeof(pBufHead)); in OMX_VIDENC_Process_FreeOutBuf()
2280 nRet = read(pComponentPrivate->nFree_oPipe[0], &pBufHead, sizeof(pBufHead)); in OMX_VIDENC_Process_FreeOutBuf()
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
DOMX_VPP_Utils.h402 int nFree_oPipe[2]; member
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
DOMX_VideoEnc_Utils.h589 int nFree_oPipe[2]; member