/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
OMX_G711Dec_ComponentThread.c | 67 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/ |
OMX_G711Enc_ComponentThread.c | 90 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/ |
OMX_G726Dec_CompThread.c | 95 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/ |
OMX_JpegEnc_Thread.c | 97 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/ |
OMX_VideoDec_Thread.c | 114 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 = pComponentPrivate->filled_outBuf_Q[VIDDEC_PIPE_READ] 369 int fdmax = 0; local [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/ |
OMX_G726Enc_ComponentThread.c | 87 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/ |
OMX_VPP_CompThread.c | 101 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/ |
OMX_AacDec_CompThread.c | 106 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/ |
OMX_G729Enc_ComponentThread.c | 108 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/ |
OMX_Mp3Dec_CompThread.c | 105 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/ |
OMX_AmrDec_ComponentThread.c | 69 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/ |
OMX_AmrEnc_ComponentThread.c | 100 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/ |
OMX_WbAmrDec_ComponentThread.c | 88 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/ |
OMX_WbAmrEnc_CompThread.c | 93 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/ |
OMX_WmaDec_ComponentThread.c | 81 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/ |
OMX_G729Dec_ComponentThread.c | 106 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/ |
OMX_VideoEnc_Thread.c | 114 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/ |
OMX_AacEnc_CompThread.c | 79 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/ |
VPPTest.c | 500 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]); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/ |
G722EncTest.c | 329 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); [all...] |
/external/chromium/third_party/libjingle/source/talk/base/ |
physicalsocketserver.cc | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/ |
G711EncTest.c | 427 int fdmax = 0; local 538 fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]); 539 fdmax = maxint(fdmax,Event_Pipe[0]); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/ |
G726EncTest.c | 476 int fdmax = 0; local 634 fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]); 635 fdmax = maxint(fdmax,Event_Pipe[0]); [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
physicalsocketserver.cc | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/ |
G711DecTest.c | 576 OMX_S16 fdmax = maxint(IpBuf_Pipe[0], OpBuf_Pipe[0]); local 577 fdmax = maxint(fdmax,Event_Pipe[0]); [all...] |