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

12

/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_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/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/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEnc_Thread.c97 int fdmax; local
115 fdmax = pComponentPrivate->nCmdPipe[0];
117 if ( pComponentPrivate->free_outBuf_Q[0] > fdmax ) {
118 fdmax = pComponentPrivate->free_outBuf_Q[0];
122 if ( pComponentPrivate->filled_inpBuf_Q[0] > fdmax ) {
123 fdmax = pComponentPrivate->filled_inpBuf_Q[0];
126 OMX_TRACE2(pComponentPrivate->dbg, "fd max is %d\n",fdmax);
142 status = pselect (fdmax+1, &rfds, NULL, NULL, NULL,&set);
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDec_Thread.c114 int fdmax; local
138 fdmax = pComponentPrivate->cmdPipe[VIDDEC_PIPE_READ];
140 if (pComponentPrivate->free_inpBuf_Q[VIDDEC_PIPE_READ] > fdmax) {
141 fdmax = pComponentPrivate->free_inpBuf_Q[VIDDEC_PIPE_READ];
144 if (pComponentPrivate->free_outBuf_Q[VIDDEC_PIPE_READ] > fdmax) {
145 fdmax = pComponentPrivate->free_outBuf_Q[VIDDEC_PIPE_READ];
148 if (pComponentPrivate->filled_inpBuf_Q[VIDDEC_PIPE_READ] > fdmax) {
149 fdmax = pComponentPrivate->filled_inpBuf_Q[VIDDEC_PIPE_READ];
152 if (pComponentPrivate->filled_outBuf_Q[VIDDEC_PIPE_READ] > fdmax) {
153 fdmax
369 int fdmax = 0; local
[all...]
/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/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP_CompThread.c101 int fdmax; local
122 fdmax = pComponentPrivate->cmdPipe[0];
126 if (pComponentPrivate->nFree_oPipe[0] > fdmax) {
127 fdmax = pComponentPrivate->nFree_oPipe[0];
130 if (pComponentPrivate->nFilled_iPipe[0] > fdmax) {
131 fdmax = pComponentPrivate->nFilled_iPipe[0];
149 status = pselect (fdmax+1, &rfds, NULL, NULL, NULL, &set);
/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/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/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/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_enc/src/
H A DOMX_WbAmrEnc_CompThread.c93 int fdmax; local
112 fdmax = pComponentPrivate->cmdPipe[0];
114 if (pComponentPrivate->dataPipe[0] > fdmax) {
115 fdmax = pComponentPrivate->dataPipe[0];
130 status = pselect (fdmax + 1, &rfds, NULL, NULL, &tv, &set);
132 status = select (fdmax + 1, &rfds, NULL, NULL, &tv);
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
H A DOMX_WmaDec_ComponentThread.c81 int fdmax; local
100 fdmax = pComponentPrivate->cmdPipe[0];
102 if (pComponentPrivate->dataPipe[0] > fdmax) {
103 fdmax = pComponentPrivate->dataPipe[0];
118 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
120 status = 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/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEnc_Thread.c114 int fdmax = -1; local
143 fdmax = pComponentPrivate->nCmdPipe[0];
145 if (pComponentPrivate->nFree_oPipe[0] > fdmax)
147 fdmax = pComponentPrivate->nFree_oPipe[0];
150 if (pComponentPrivate->nFilled_iPipe[0] > fdmax)
152 fdmax = pComponentPrivate->nFilled_iPipe[0];
164 status = pselect(fdmax+1, &rfds, NULL, NULL, NULL,&set);
/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/video/src/openmax_il/prepost_processor/tests/
H A DVPPTest.c500 int fdmax; local
861 fdmax = maxint(IpBuf_Pipe[0], OvlyBuf_Pipe[0]);
862 fdmax = maxint(fdmax, OpRGBBuf_Pipe[0]);
863 fdmax = maxint(fdmax, OpYUVBuf_Pipe[0]);
864 fdmax = maxint(fdmax, Event_Pipe[0]);
1605 retval = pselect(fdmax+1, &rfds, NULL, NULL, NULL,&set);
/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/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/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/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/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/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);

Completed in 287 milliseconds

12