Searched refs:fdmax (Results 26 - 36 of 36) sorted by relevance

12

/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
H A DWbAmrEncTest.c520 int fdmax = 0; local
689 fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
690 fdmax = maxint(fdmax, Event_Pipe[0]);
1328 retval = select(fdmax + 1, &rfds, NULL, NULL, &tv);
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
H A DJPEGTestEnc.c1105 int fdmax; local
1375 fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
1376 fdmax = maxint(Event_Pipe[0], fdmax);
1848 retval = pselect(fdmax+1, &rfds, NULL, NULL, NULL,&set);
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
H A DOMX_G722Enc_Utils.c107 int fdmax = 0; local
118 fdmax = pComponentPrivate->cmdPipe[0];
120 if (pComponentPrivate->dataPipe[0] > fdmax) {
121 fdmax = pComponentPrivate->dataPipe[0];
135 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
137 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
H A DG729EncTest.c390 int fdmax = 0; local
527 fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
986 retval = select(fdmax+1, &rfds, NULL, NULL, &tv);
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
H A DWBAmrDecTest.c634 OMX_S16 fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]); local
635 fdmax = maxint(fdmax,Event_Pipe[0]);
1310 retval = select(fdmax+1, &rfds, NULL, NULL, &tv);
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
H A DG726DecTest.c558 int fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]); local
941 retval = select(fdmax+1, &rfds, NULL, NULL, &tv);
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
H A DAacEncTest.c534 int status,fdmax,jj,kk,k; local
780 fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
781 fdmax = maxint(fdmax,Event_Pipe[0]);
1509 retval = select(fdmax+1, &rfds, NULL, NULL, &tv);
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
H A DOMX_G722Dec_Utils.c119 int fdmax = 0; local
128 fdmax = pComponentPrivate->cmdPipe[0];
130 if (pComponentPrivate->dataPipe[0] > fdmax) {
131 fdmax = pComponentPrivate->dataPipe[0];
144 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
H A DVideoEncTest.c324 int fdmax; member in struct:MYDATATYPE
1402 pAppData->fdmax = maxint(pAppData->IpBuf_Pipe[0], pAppData->eventPipe[0]);
1404 pAppData->fdmax = maxint(pAppData->OpBuf_Pipe[0], pAppData->fdmax);
2792 pAppData->nRetVal = pselect(pAppData->fdmax+1, &rfds, NULL, NULL, NULL,&set);
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
H A DG729DecTest.c532 OMX_S16 fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]); local
1077 retval = select(fdmax+1, &rfds, NULL, NULL, &tv);
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
H A DWmaDecTest.c478 /*OMX_U32 fdmax = 0;*/
605 int fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]); local
1170 retval = select(fdmax+1, &rfds, NULL, NULL, &tv);

Completed in 231 milliseconds

12