Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
DOMX_VPP_CompThread.c130 if (pComponentPrivate->nFilled_iPipe[0] > fdmax) { in VPP_ComponentThreadFunc()
131 fdmax = pComponentPrivate->nFilled_iPipe[0]; in VPP_ComponentThreadFunc()
140 FD_SET (pComponentPrivate->nFilled_iPipe[0], &rfds); in VPP_ComponentThreadFunc()
255 if ((FD_ISSET(pComponentPrivate->nFilled_iPipe[0], &rfds))) { in VPP_ComponentThreadFunc()
DOMX_VPP_Utils.c534 eError = pipe(pComponentPrivate->nFilled_iPipe); in VPP_Start_ComponentThread()
659 err = close(pComponentPrivate->nFilled_iPipe[i]); in VPP_Free_ComponentResources()
909 … nRet = read(pComponentPrivate->nFilled_iPipe[0], &(pBufHeader),sizeof(pBufHeader)); in VPP_HandleCommandFlush()
928 … write(pComponentPrivate->nFilled_iPipe[1], &(pBufHeader), sizeof(pBufHeader)); in VPP_HandleCommandFlush()
2106 nRet = read(pComponentPrivate->nFilled_iPipe[0], &(pBufHeader),sizeof(pBufHeader)); in VPP_Process_FilledInBuf()
DOMX_VPP.c2166 nRet = write(pComponentPrivate->nFilled_iPipe[1],&pBufHdr, sizeof(OMX_BUFFERHEADERTYPE*)); in VPP_EmptyThisBuffer()
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
DOMX_VideoEnc_Thread.c150 if (pComponentPrivate->nFilled_iPipe[0] > fdmax) in OMX_VIDENC_Thread()
152 fdmax = pComponentPrivate->nFilled_iPipe[0]; in OMX_VIDENC_Thread()
160 FD_SET (pComponentPrivate->nFilled_iPipe[0], &rfds); in OMX_VIDENC_Thread()
292 if ((FD_ISSET(pComponentPrivate->nFilled_iPipe[0], &rfds)) && in OMX_VIDENC_Thread()
DOMX_VideoEncoder.c969 eError = pipe(pComponentPrivate->nFilled_iPipe); in OMX_ComponentInit()
2878 nRet = write(pComponentPrivate->nFilled_iPipe[1], in EmptyThisBuffer()
2899 nRet = write(pComponentPrivate->nFilled_iPipe[1], in EmptyThisBuffer()
3167 eErr = close(pComponentPrivate->nFilled_iPipe[0]); in ComponentDeInit()
3181 eErr = close(pComponentPrivate->nFilled_iPipe[1]); in ComponentDeInit()
DOMX_VideoEnc_Utils.c2406 nRet = read(pComponentPrivate->nFilled_iPipe[0], &(pBufHead), sizeof(pBufHead)); in OMX_VIDENC_Process_FilledInBuf()
2427 nRet = read(pComponentPrivate->nFilled_iPipe[0], &(pBufHead), sizeof(pBufHead)); in OMX_VIDENC_Process_FilledInBuf()
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
DOMX_VPP_Utils.h404 int nFilled_iPipe[2]; member
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
DOMX_VideoEnc_Utils.h590 int nFilled_iPipe[2]; member