Searched refs:rfds (Results 26 - 40 of 40) sorted by relevance

12

/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
H A DG711DecTest.c232 fd_set rfds; variable
1193 FD_ZERO(&rfds);
1194 FD_SET(IpBuf_Pipe[0], &rfds);
1195 FD_SET(OpBuf_Pipe[0], &rfds);
1196 FD_SET(Event_Pipe[0], &rfds);
1201 retval = select(fdmax+1, &rfds, NULL, NULL, &tv);
1221 if(FD_ISSET(IpBuf_Pipe[0], &rfds)) {
1237 if(FD_ISSET(IpBuf_Pipe[0], &rfds)) {
1312 if(FD_ISSET(IpBuf_Pipe[0], &rfds)) {
1325 if(FD_ISSET(IpBuf_Pipe[0], &rfds)) {
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
H A DVPPTest.c499 fd_set rfds; local
1596 FD_ZERO(&rfds);
1597 FD_SET(IpBuf_Pipe[0], &rfds);
1598 FD_SET(OvlyBuf_Pipe[0],&rfds);
1599 FD_SET(OpRGBBuf_Pipe[0], &rfds);
1600 FD_SET(OpYUVBuf_Pipe[0],&rfds);
1601 FD_SET(Event_Pipe[0],&rfds);
1605 retval = pselect(fdmax+1, &rfds, NULL, NULL, NULL,&set);
1642 if ( FD_ISSET(Event_Pipe[0], &rfds)) {
1694 if( FD_ISSET(IpBuf_Pipe[0], &rfds) ) {
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
H A DG711EncTest.c207 fd_set rfds; variable
993 FD_ZERO(&rfds);
994 FD_SET(IpBuf_Pipe[0], &rfds);
995 FD_SET(OpBuf_Pipe[0], &rfds);
996 FD_SET(Event_Pipe[0], &rfds);
1002 retval = select(fdmax+1, &rfds, NULL, NULL, &tv);
1019 if(FD_ISSET(IpBuf_Pipe[0], &rfds)) {
1075 if(FD_ISSET(IpBuf_Pipe[0], &rfds)) {
1149 if( FD_ISSET(IpBuf_Pipe[0], &rfds) ) {
1221 if( FD_ISSET(OpBuf_Pipe[0], &rfds) ) {
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
H A DG726EncTest.c282 fd_set rfds; variable
1105 FD_ZERO(&rfds);
1106 FD_SET(IpBuf_Pipe[0], &rfds);
1107 FD_SET(OpBuf_Pipe[0], &rfds);
1108 FD_SET(Event_Pipe[0], &rfds);
1112 retval = select(fdmax+1, &rfds, NULL, NULL, &tv);
1143 if(FD_ISSET(IpBuf_Pipe[0], &rfds)) {
1238 if( FD_ISSET(OpBuf_Pipe[0], &rfds) ) {
1274 if( FD_ISSET(Event_Pipe[0], &rfds) ) {
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
H A DG729EncTest.c216 fd_set rfds; variable
979 FD_ZERO(&rfds);
980 FD_SET(IpBuf_Pipe[0], &rfds);
981 FD_SET(OpBuf_Pipe[0], &rfds);
986 retval = select(fdmax+1, &rfds, NULL, NULL, &tv);
1005 if(FD_ISSET(IpBuf_Pipe[0], &rfds)) {
1062 if(FD_ISSET(IpBuf_Pipe[0], &rfds)) {
1180 if( FD_ISSET(IpBuf_Pipe[0], &rfds) ) {
1264 if( FD_ISSET(OpBuf_Pipe[0], &rfds) ) {
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
H A DWmaDecTest.c173 fd_set rfds; variable
1164 FD_ZERO(&rfds);
1165 FD_SET(IpBuf_Pipe[0], &rfds);
1166 FD_SET(OpBuf_Pipe[0], &rfds);
1170 retval = select(fdmax+1, &rfds, NULL, NULL, &tv);
1187 if(FD_ISSET(IpBuf_Pipe[0], &rfds)) {
1208 if(FD_ISSET(IpBuf_Pipe[0], &rfds)) {
1236 if(FD_ISSET(IpBuf_Pipe[0], &rfds)) {
1250 if(FD_ISSET(IpBuf_Pipe[0], &rfds)) {
1326 if(FD_ISSET(IpBuf_Pipe[0], &rfds)) {
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
H A DG729DecTest.c164 fd_set rfds; variable
1071 FD_ZERO(&rfds);
1072 FD_SET(IpBuf_Pipe[0], &rfds);
1073 FD_SET(OpBuf_Pipe[0], &rfds);
1077 retval = select(fdmax+1, &rfds, NULL, NULL, &tv);
1091 if(FD_ISSET(IpBuf_Pipe[0], &rfds)) {
1177 if( FD_ISSET(OpBuf_Pipe[0], &rfds)) {
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
H A DAmrEncTest.c348 fd_set rfds; variable
1290 FD_ZERO(&rfds);
1291 FD_SET(IpBuf_Pipe[0], &rfds);
1292 FD_SET(OpBuf_Pipe[0], &rfds);
1293 FD_SET(Event_Pipe[0], &rfds);
1299 retval = select(fdmax+1, &rfds, NULL, NULL, &tv);
1326 if(FD_ISSET(IpBuf_Pipe[0], &rfds)) {
1393 if( FD_ISSET(OpBuf_Pipe[0], &rfds) ) {
1428 if( FD_ISSET(Event_Pipe[0], &rfds) ) {
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
H A DWBAmrDecTest.c268 fd_set rfds; variable
1303 FD_ZERO(&rfds);
1304 FD_SET(IpBuf_Pipe[0], &rfds);
1305 FD_SET(OpBuf_Pipe[0], &rfds);
1306 FD_SET(Event_Pipe[0], &rfds);
1310 retval = select(fdmax+1, &rfds, NULL, NULL, &tv);
1337 if(FD_ISSET(IpBuf_Pipe[0], &rfds)){
1464 if( FD_ISSET(OpBuf_Pipe[0], &rfds) ) {
1478 if( FD_ISSET(Event_Pipe[0], &rfds) ) {
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
H A DWbAmrEncTest.c333 fd_set rfds; variable
1320 FD_ZERO(&rfds);
1321 FD_SET(IpBuf_Pipe[0], &rfds);
1322 FD_SET(OpBuf_Pipe[0], &rfds);
1323 FD_SET(Event_Pipe[0], &rfds);
1328 retval = select(fdmax + 1, &rfds, NULL, NULL, &tv);
1357 if (FD_ISSET(IpBuf_Pipe[0], &rfds)) {
1430 if ( FD_ISSET(OpBuf_Pipe[0], &rfds) ) {
1466 if ( FD_ISSET(Event_Pipe[0], &rfds) ) {
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
H A DJPEGTestEnc.c1840 fd_set rfds; local
1844 FD_ZERO(&rfds);
1845 FD_SET(IpBuf_Pipe[0], &rfds);
1846 FD_SET(OpBuf_Pipe[0], &rfds);
1847 FD_SET(Event_Pipe[0], &rfds);
1848 retval = pselect(fdmax+1, &rfds, NULL, NULL, NULL,&set);
1864 if ( FD_ISSET(Event_Pipe[0], &rfds)) {
1896 if ( FD_ISSET(IpBuf_Pipe[0], &rfds) && !DEINIT_FLAG ) {
1917 if (FD_ISSET(OpBuf_Pipe[0], &rfds)) {
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
H A DAacEncTest.c587 fd_set rfds; local
1501 FD_ZERO(&rfds);
1502 FD_SET(IpBuf_Pipe[0], &rfds);
1503 FD_SET(OpBuf_Pipe[0], &rfds);
1504 FD_SET(Event_Pipe[0], &rfds);
1509 retval = select(fdmax+1, &rfds, NULL, NULL, &tv);
1532 if(FD_ISSET(IpBuf_Pipe[0], &rfds))
1593 if( FD_ISSET(IpBuf_Pipe[0], &rfds) )
1677 if(FD_ISSET(IpBuf_Pipe[0], &rfds))
1854 else if(FD_ISSET(IpBuf_Pipe[0], &rfds))
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
H A DVideoEncTest.c2750 fd_set rfds; local
2785 FD_ZERO(&rfds);
2786 FD_SET(pAppData->IpBuf_Pipe[0], &rfds);
2787 FD_SET(pAppData->OpBuf_Pipe[0], &rfds);
2788 FD_SET(pAppData->eventPipe[0], &rfds);
2792 pAppData->nRetVal = pselect(pAppData->fdmax+1, &rfds, NULL, NULL, NULL,&set);
2813 if (FD_ISSET(pAppData->eventPipe[0], &rfds)) {
2893 if(FD_ISSET(pAppData->IpBuf_Pipe[0], &rfds)){
2956 if(FD_ISSET(pAppData->OpBuf_Pipe[0], &rfds)){
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
H A DOMX_G722Enc_Utils.c108 fd_set rfds; local
125 FD_ZERO (&rfds);
126 FD_SET (pComponentPrivate->cmdPipe[0], &rfds);
127 FD_SET (pComponentPrivate->dataPipe[0], &rfds);
135 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
137 status = select (fdmax+1, &rfds, NULL, NULL, &tv);
169 } else if (FD_ISSET (pComponentPrivate->cmdPipe[0], &rfds)) {
204 else if (FD_ISSET (pComponentPrivate->dataPipe[0], &rfds)) {
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
H A DOMX_G722Dec_Utils.c120 fd_set rfds; local
135 FD_ZERO (&rfds);
136 FD_SET (pComponentPrivate->cmdPipe[0], &rfds);
137 FD_SET (pComponentPrivate->dataPipe[0], &rfds);
144 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
161 } else if ((FD_ISSET (pComponentPrivate->dataPipe[0], &rfds))) {
176 } else if (FD_ISSET (pComponentPrivate->cmdPipe[0], &rfds)) {

Completed in 663 milliseconds

12