/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/ |
D | OMX_WbAmrEnc_CompThread.c | 112 fdmax = pComponentPrivate->cmdPipe[0]; in WBAMRENC_CompThread() 121 FD_SET (pComponentPrivate->cmdPipe[0], &rfds); in WBAMRENC_CompThread() 179 } else if (FD_ISSET (pComponentPrivate->cmdPipe[0], &rfds)) { in WBAMRENC_CompThread() 182 ret = read(pComponentPrivate->cmdPipe[0], &command, sizeof (command)); in WBAMRENC_CompThread()
|
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/ |
D | OMX_VPP_CompThread.c | 122 fdmax = pComponentPrivate->cmdPipe[0]; in VPP_ComponentThreadFunc() 136 FD_SET (pComponentPrivate->cmdPipe[0], &rfds); in VPP_ComponentThreadFunc() 169 if (FD_ISSET (pComponentPrivate->cmdPipe[0], &rfds)) { in VPP_ComponentThreadFunc() 170 nRet = read(pComponentPrivate->cmdPipe[0], &eCmd, sizeof(eCmd)); in VPP_ComponentThreadFunc()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/ |
D | OMX_G726Dec_CompThread.c | 104 fdmax = pComponentPrivate->cmdPipe[0]; in G726DEC_ComponentThread() 113 FD_SET (pComponentPrivate->cmdPipe[0], &rfds); in G726DEC_ComponentThread() 163 } else if (FD_ISSET (pComponentPrivate->cmdPipe[0], &rfds)) { in G726DEC_ComponentThread()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/ |
D | OMX_G726Enc_ComponentThread.c | 95 fdmax = pComponentPrivate->cmdPipe[0]; in G726ENC_CompThread() 103 FD_SET (pComponentPrivate->cmdPipe[0], &rfds); in G726ENC_CompThread() 133 } else if(FD_ISSET (pComponentPrivate->cmdPipe[0], &rfds)) { in G726ENC_CompThread()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
D | OMX_G711Dec_ComponentThread.c | 78 fdmax = pComponentPrivate->cmdPipe[0]; in ComponentThread() 86 FD_SET (pComponentPrivate->cmdPipe[0], &rfds); in ComponentThread() 140 else if (FD_ISSET (pComponentPrivate->cmdPipe[0], &rfds)) { in ComponentThread()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/ |
D | OMX_G711Enc_ComponentThread.c | 99 fdmax = pComponentPrivate->cmdPipe[0]; in G711ENC_CompThread() 106 FD_SET (pComponentPrivate->cmdPipe[0], &rfds); in G711ENC_CompThread() 162 else if(FD_ISSET (pComponentPrivate->cmdPipe[0], &rfds)) { in G711ENC_CompThread()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/ |
D | OMX_G729Enc_ComponentThread.c | 122 fdmax = pComponentPrivate->cmdPipe[0]; in G729ENC_CompThread() 132 FD_SET (pComponentPrivate->cmdPipe[0], &rfds); in G729ENC_CompThread() 199 else if(FD_ISSET (pComponentPrivate->cmdPipe[0], &rfds)) in G729ENC_CompThread()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/ |
D | OMX_AacDec_CompThread.c | 124 fdmax = pComponentPrivate->cmdPipe[0]; in AACDEC_ComponentThread() 133 FD_SET (pComponentPrivate->cmdPipe[0], &rfds); in AACDEC_ComponentThread() 169 else if (FD_ISSET (pComponentPrivate->cmdPipe[0], &rfds)) { in AACDEC_ComponentThread()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/ |
D | OMX_G729Dec_ComponentThread.c | 121 fdmax = pComponentPrivate->cmdPipe[0]; in G729DEC_ComponentThread() 129 FD_SET (pComponentPrivate->cmdPipe[0], &rfds); in G729DEC_ComponentThread() 202 else if (FD_ISSET (pComponentPrivate->cmdPipe[0], &rfds)) { in G729DEC_ComponentThread()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/ |
D | OMX_Mp3Dec_CompThread.c | 125 fdmax = pComponentPrivate->cmdPipe[0]; in MP3DEC_ComponentThread() 133 FD_SET (pComponentPrivate->cmdPipe[0], &rfds); in MP3DEC_ComponentThread() 194 } else if (FD_ISSET (pComponentPrivate->cmdPipe[0], &rfds)) { in MP3DEC_ComponentThread()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/ |
D | OMX_WbAmrDec_ComponentThread.c | 110 fdmax = pComponentPrivate->cmdPipe[0]; in WBAMR_DEC_ComponentThread() 118 FD_SET (pComponentPrivate->cmdPipe[0], &rfds); in WBAMR_DEC_ComponentThread() 188 else if (FD_ISSET (pComponentPrivate->cmdPipe[0], &rfds)) { in WBAMR_DEC_ComponentThread()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/ |
D | OMX_WmaDec_ComponentThread.c | 100 fdmax = pComponentPrivate->cmdPipe[0]; in WMADEC_ComponentThread() 108 FD_SET (pComponentPrivate->cmdPipe[0], &rfds); in WMADEC_ComponentThread() 173 else if (FD_ISSET (pComponentPrivate->cmdPipe[0], &rfds)) { in WMADEC_ComponentThread()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/ |
D | OMX_AmrDec_ComponentThread.c | 86 fdmax = pComponentPrivate->cmdPipe[0]; in NBAMRDEC_ComponentThread() 94 FD_SET (pComponentPrivate->cmdPipe[0], &rfds); in NBAMRDEC_ComponentThread() 171 else if (FD_ISSET (pComponentPrivate->cmdPipe[0], &rfds)) { in NBAMRDEC_ComponentThread()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/ |
D | OMX_AmrEnc_ComponentThread.c | 115 fdmax = pComponentPrivate->cmdPipe[0]; in NBAMRENC_CompThread() 123 FD_SET (pComponentPrivate->cmdPipe[0], &rfds); in NBAMRENC_CompThread() 185 else if(FD_ISSET (pComponentPrivate->cmdPipe[0], &rfds)) { in NBAMRENC_CompThread()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/ |
D | OMX_AacEnc_CompThread.c | 98 fdmax = pComponentPrivate->cmdPipe[0]; in AACENC_ComponentThread() 106 FD_SET (pComponentPrivate->cmdPipe[0], &rfds); in AACENC_ComponentThread() 191 else if(FD_ISSET (pComponentPrivate->cmdPipe[0], &rfds)) in AACENC_ComponentThread()
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/ |
D | OMX_VideoDec_Thread.c | 138 fdmax = pComponentPrivate->cmdPipe[VIDDEC_PIPE_READ]; in OMX_VidDec_Thread() 158 FD_SET(pComponentPrivate->cmdPipe[VIDDEC_PIPE_READ], &rfds); in OMX_VidDec_Thread() 197 if (FD_ISSET(pComponentPrivate->cmdPipe[VIDDEC_PIPE_READ], &rfds)) { in OMX_VidDec_Thread() 203 read(pComponentPrivate->cmdPipe[VIDDEC_PIPE_READ], &eCmd, sizeof(eCmd)); in OMX_VidDec_Thread()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/ |
D | OMX_WbAmrDecoder.h | 518 int cmdPipe[2]; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/ |
D | OMX_G722Dec_Utils.c | 128 fdmax = pComponentPrivate->cmdPipe[0]; in G722DEC_ComponentThread() 136 FD_SET (pComponentPrivate->cmdPipe[0], &rfds); in G722DEC_ComponentThread() 176 } else if (FD_ISSET (pComponentPrivate->cmdPipe[0], &rfds)) { in G722DEC_ComponentThread() 511 nRet = pipe (pComponentPrivate->cmdPipe); in G722Dec_StartCompThread() 594 nRet = close (pComponentPrivate->cmdPipe[0]); in G722DEC_FreeCompResources() 599 nRet = close (pComponentPrivate->cmdPipe[1]); in G722DEC_FreeCompResources() 699 ret = read (pComponentPrivate->cmdPipe[0], &command, sizeof (command)); in G722DEC_HandleCommand()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/ |
D | OMX_G729Decoder.h | 408 int cmdPipe[2]; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/ |
D | OMX_G722Enc_Utils.c | 118 fdmax = pComponentPrivate->cmdPipe[0]; in ComponentThread() 126 FD_SET (pComponentPrivate->cmdPipe[0], &rfds); in ComponentThread() 169 } else if (FD_ISSET (pComponentPrivate->cmdPipe[0], &rfds)) { in ComponentThread() 569 eError = pipe (pComponentPrivate->cmdPipe); in G722Enc_StartCompThread() 669 err = close (pComponentPrivate->cmdPipe[0]); in G722Enc_FreeCompResources() 675 err = close (pComponentPrivate->cmdPipe[1]); in G722Enc_FreeCompResources() 907 read (pComponentPrivate->cmdPipe[0], &command, sizeof (command)); in G722ENC_HandleCommand()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/inc/ |
D | OMX_G722Enc_Utils.h | 475 int cmdPipe[2]; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/ |
D | OMX_AmrDecoder.h | 602 int cmdPipe[2]; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/ |
D | OMX_G711Decoder.h | 491 int cmdPipe[2]; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/ |
D | OMX_G726Enc_Utils.h | 533 int cmdPipe[2]; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/inc/ |
D | OMX_G722Dec_Utils.h | 416 int cmdPipe[2]; member
|