HomeSort by relevance Sort by last modified time
    Searched full:nfdmax (Results 1 - 2 of 2) sorted by null

  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDec_Thread.c 81 int nFdmax;
95 nFdmax = pComponentPrivate->nCmdPipe[0];
97 if (pComponentPrivate->nFree_outBuf_Q[0] > nFdmax) {
98 nFdmax = pComponentPrivate->nFree_outBuf_Q[0];
101 if (pComponentPrivate->nFilled_inpBuf_Q[0] > nFdmax) {
102 nFdmax = pComponentPrivate->nFilled_inpBuf_Q[0];
105 OMX_PRINT1(pComponentPrivate->dbg, "fd max is %d\n", nFdmax);
122 nStatus = pselect (nFdmax+1, &rfds, NULL, NULL, NULL,&set);
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 516 OMX_U32 nFDmax,
538 nRetval = pselect(nFDmax+1, &rfds, NULL, NULL, NULL, &set);
653 int nFdmax;
768 nFdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
769 nFdmax = maxint(Event_Pipe[0], nFdmax);
    [all...]

Completed in 74 milliseconds