Searched refs:fdmax (Results 1 - 25 of 36) sorted by path

12

/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDec_CompThread.c106 int fdmax; local
124 fdmax = pComponentPrivate->cmdPipe[0];
126 if (pComponentPrivate->dataPipe[0] > fdmax) {
127 fdmax = pComponentPrivate->dataPipe[0];
143 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
145 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
H A DOMX_AacEnc_CompThread.c79 int fdmax; local
98 fdmax = pComponentPrivate->cmdPipe[0];
100 if (pComponentPrivate->dataPipe[0] > fdmax)
101 fdmax = pComponentPrivate->dataPipe[0];
115 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
117 status = 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/g711_dec/src/
H A DOMX_G711Dec_ComponentThread.c67 OMX_S16 fdmax = 0; local
78 fdmax = pComponentPrivate->cmdPipe[0];
80 if (pComponentPrivate->dataPipe[0] > fdmax) {
81 fdmax = pComponentPrivate->dataPipe[0];
96 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
98 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
H A DG711DecTest.c576 OMX_S16 fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]); local
577 fdmax = maxint(fdmax,Event_Pipe[0]);
1201 retval = select(fdmax+1, &rfds, NULL, NULL, &tv);
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Enc_ComponentThread.c90 int fdmax = 0; local
99 fdmax = pComponentPrivate->cmdPipe[0];
100 if (pComponentPrivate->dataPipe[0] > fdmax) {
101 fdmax = pComponentPrivate->dataPipe[0];
115 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
117 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
H A DG711EncTest.c427 int fdmax = 0; local
538 fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
539 fdmax = maxint(fdmax,Event_Pipe[0]);
1002 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/audio/src/openmax_il/g722_dec/tests/
H A DG722DecTest.c1332 int fdmax = maxint(IpBuf_Pipe [0], OpBuf_Pipe [0]); local
1333 fdmax = maxint (fdmax, Event_Pipe [0]);
1342 int retval = select(fdmax+1, rfds, NULL, NULL, tv);
/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/g722_enc/tests/
H A DG722EncTest.c329 int fdmax = 0; local
478 fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
479 fdmax = maxint(fdmax,Event_Pipe[0]);
803 retval = select(fdmax+1, &rfds, NULL, NULL, &tv);
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Dec_CompThread.c95 int fdmax = 0; local
104 fdmax = pComponentPrivate->cmdPipe[0];
106 if (pComponentPrivate->dataPipe[0] > fdmax) {
107 fdmax = pComponentPrivate->dataPipe[0];
122 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
124 status = 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/g726_enc/src/
H A DOMX_G726Enc_ComponentThread.c87 int fdmax = 0; local
95 fdmax = pComponentPrivate->cmdPipe[0];
97 if (pComponentPrivate->dataPipe[0] > fdmax) {
98 fdmax = pComponentPrivate->dataPipe[0];
111 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
H A DG726EncTest.c476 int fdmax = 0; local
634 fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
635 fdmax = maxint(fdmax,Event_Pipe[0]);
1112 retval = select(fdmax+1, &rfds, NULL, NULL, &tv);
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Dec_ComponentThread.c106 OMX_S16 fdmax = 0; local
121 fdmax = pComponentPrivate->cmdPipe[0];
123 if (pComponentPrivate->dataPipe[0] > fdmax) {
124 fdmax = pComponentPrivate->dataPipe[0];
138 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &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/g729_enc/src/
H A DOMX_G729Enc_ComponentThread.c108 int fdmax = 0; local
122 fdmax = pComponentPrivate->cmdPipe[0];
124 if (pComponentPrivate->dataPipe[0] > fdmax)
126 fdmax = pComponentPrivate->dataPipe[0];
141 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
143 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/mp3_dec/src/
H A DOMX_Mp3Dec_CompThread.c105 int fdmax; local
125 fdmax = pComponentPrivate->cmdPipe[0];
127 if (pComponentPrivate->dataPipe[0] > fdmax) {
128 fdmax = pComponentPrivate->dataPipe[0];
142 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
144 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
H A DOMX_AmrDec_ComponentThread.c69 OMX_S16 fdmax; local
86 fdmax = pComponentPrivate->cmdPipe[0];
88 if (pComponentPrivate->dataPipe[0] > fdmax) {
89 fdmax = pComponentPrivate->dataPipe[0];
104 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
106 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
H A DOMX_AmrEnc_ComponentThread.c100 int fdmax; local
115 fdmax = pComponentPrivate->cmdPipe[0];
117 if (pComponentPrivate->dataPipe[0] > fdmax) {
118 fdmax = pComponentPrivate->dataPipe[0];
132 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
134 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
H A DAmrEncTest.c542 int fdmax = 0; local
704 fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]);
705 fdmax = maxint(fdmax,Event_Pipe[0]);
1299 retval = select(fdmax+1, &rfds, NULL, NULL, &tv);
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDec_ComponentThread.c88 OMX_S16 fdmax; local
110 fdmax = pComponentPrivate->cmdPipe[0];
112 if (pComponentPrivate->dataPipe[0] > fdmax) {
113 fdmax = pComponentPrivate->dataPipe[0];
129 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
131 status = 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);

Completed in 166 milliseconds

12