Searched refs:nFilled_iPipe (Results 1 – 8 of 8) sorted by relevance
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/ |
D | OMX_VPP_CompThread.c | 130 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()
|
D | OMX_VPP_Utils.c | 534 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()
|
D | OMX_VPP.c | 2166 nRet = write(pComponentPrivate->nFilled_iPipe[1],&pBufHdr, sizeof(OMX_BUFFERHEADERTYPE*)); in VPP_EmptyThisBuffer()
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/ |
D | OMX_VideoEnc_Thread.c | 150 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()
|
D | OMX_VideoEncoder.c | 969 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()
|
D | OMX_VideoEnc_Utils.c | 2406 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/ |
D | OMX_VPP_Utils.h | 404 int nFilled_iPipe[2]; member
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/ |
D | OMX_VideoEnc_Utils.h | 590 int nFilled_iPipe[2]; member
|