Searched refs:nFdmax (Results 1 – 2 of 2) sorted by relevance
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/ |
D | OMX_JpegDec_Thread.c | 81 int nFdmax; in OMX_JpegDec_Thread() local 95 nFdmax = pComponentPrivate->nCmdPipe[0]; in OMX_JpegDec_Thread() 97 if (pComponentPrivate->nFree_outBuf_Q[0] > nFdmax) { in OMX_JpegDec_Thread() 98 nFdmax = pComponentPrivate->nFree_outBuf_Q[0]; in OMX_JpegDec_Thread() 101 if (pComponentPrivate->nFilled_inpBuf_Q[0] > nFdmax) { in OMX_JpegDec_Thread() 102 nFdmax = pComponentPrivate->nFilled_inpBuf_Q[0]; in OMX_JpegDec_Thread() 105 OMX_PRINT1(pComponentPrivate->dbg, "fd max is %d\n", nFdmax); in OMX_JpegDec_Thread() 122 nStatus = pselect (nFdmax+1, &rfds, NULL, NULL, NULL,&set); in OMX_JpegDec_Thread()
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/ |
D | JPEGTest.c | 653 int nFdmax; local 768 nFdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]); 769 nFdmax = maxint(Event_Pipe[0], nFdmax); 1257 WaitForEvent_JPEG(pHandle, OMX_EventCmdComplete, nFdmax, OMX_StateIdle); 1269 WaitForEvent_JPEG(pHandle, OMX_EventCmdComplete, nFdmax, OMX_StateExecuting); 1321 nRetval = pselect(nFdmax+1, &rfds, NULL, NULL, NULL, &set); 1345 WaitForEvent_JPEG(pHandle, OMX_EventCmdComplete, nFdmax, OMX_StateInvalid); 1421 WaitForEvent_JPEG(pHandle, OMX_EventCmdComplete, nFdmax, OMX_StateIdle); 1467 WaitForEvent_JPEG(pHandle, OMX_EventCmdComplete, nFdmax, OMX_StateLoaded);
|