Home
last modified time | relevance | path

Searched refs:nFilled_inpBuf_Q (Results 1 – 4 of 4) sorted by relevance

/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
DOMX_JpegDec_Thread.c101 if (pComponentPrivate->nFilled_inpBuf_Q[0] > nFdmax) { in OMX_JpegDec_Thread()
102 nFdmax = pComponentPrivate->nFilled_inpBuf_Q[0]; in OMX_JpegDec_Thread()
113 FD_SET (pComponentPrivate->nFilled_inpBuf_Q[0], &rfds); in OMX_JpegDec_Thread()
222 if ((FD_ISSET(pComponentPrivate->nFilled_inpBuf_Q[0], &rfds)) && in OMX_JpegDec_Thread()
DOMX_JpegDec_Utils.c343 eError = pipe (pComponentPrivate->nFilled_inpBuf_Q); in Start_ComponentThreadJpegDec()
480 eErr = close(pComponentPrivate->nFilled_inpBuf_Q[0]); in Free_ComponentResourcesJpegDec()
492 eErr = close(pComponentPrivate->nFilled_inpBuf_Q[1]); in Free_ComponentResourcesJpegDec()
836 … nRet = read(pComponentPrivate->nFilled_inpBuf_Q[0], &pBuffHead, sizeof(pBuffHead)); in HandleInternalFlush()
992 … nRet = read(pComponentPrivate->nFilled_inpBuf_Q[0], &pBuffHead, sizeof(pBuffHead)); in HandleCommandFlush()
1353 … nRet = read(pComponentPrivate->nFilled_inpBuf_Q[0], &pBuffHead, sizeof(pBuffHead)); in HandleCommandJpegDec()
1740 nRet = read(pComponentPrivate->nFilled_inpBuf_Q[0], &(pBuffHead), sizeof(pBuffHead)); in HandleDataBuf_FromAppJpegDec()
DOMX_JpegDecoder.c1878 nRet = write (pComponentPrivate->nFilled_inpBuf_Q[1], &(pBuffHead), sizeof(pBuffHead)); in EmptyThisBuffer()
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
DOMX_JpegDec_Utils.h422 int nFilled_inpBuf_Q[2]; member