Searched refs:nFree_oPipe (Results 1 – 8 of 8) sorted by relevance
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/ |
D | OMX_VPP_CompThread.c | 126 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()
|
D | OMX_VPP_Utils.c | 540 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()
|
D | OMX_VPP.c | 2295 nRet = write(pComponentPrivate->nFree_oPipe[1],&pBufferHdr,sizeof(OMX_BUFFERHEADERTYPE*)); in VPP_FillThisBuffer()
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/ |
D | OMX_VideoEnc_Thread.c | 145 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()
|
D | OMX_VideoEncoder.c | 962 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()
|
D | OMX_VideoEnc_Utils.c | 2263 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/ |
D | OMX_VPP_Utils.h | 402 int nFree_oPipe[2]; member
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/ |
D | OMX_VideoEnc_Utils.h | 589 int nFree_oPipe[2]; member
|