Home
last modified time | relevance | path

Searched refs:cmdPipe (Results 1 – 25 of 70) sorted by relevance

123

/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
DOMX_WbAmrEnc_CompThread.c112 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/
DOMX_VPP_CompThread.c122 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/
DOMX_G726Dec_CompThread.c104 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/
DOMX_G726Enc_ComponentThread.c95 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/
DOMX_G711Dec_ComponentThread.c78 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/
DOMX_G711Enc_ComponentThread.c99 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/
DOMX_G729Enc_ComponentThread.c122 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/
DOMX_AacDec_CompThread.c124 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/
DOMX_G729Dec_ComponentThread.c121 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/
DOMX_Mp3Dec_CompThread.c125 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/
DOMX_WbAmrDec_ComponentThread.c110 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/
DOMX_WmaDec_ComponentThread.c100 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/
DOMX_AmrDec_ComponentThread.c86 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/
DOMX_AmrEnc_ComponentThread.c115 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/
DOMX_AacEnc_CompThread.c98 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/
DOMX_VideoDec_Thread.c138 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/
DOMX_WbAmrDecoder.h518 int cmdPipe[2]; member
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
DOMX_G722Dec_Utils.c128 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/
DOMX_G729Decoder.h408 int cmdPipe[2]; member
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
DOMX_G722Enc_Utils.c118 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/
DOMX_G722Enc_Utils.h475 int cmdPipe[2]; member
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
DOMX_AmrDecoder.h602 int cmdPipe[2]; member
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
DOMX_G711Decoder.h491 int cmdPipe[2]; member
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/
DOMX_G726Enc_Utils.h533 int cmdPipe[2]; member
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/inc/
DOMX_G722Dec_Utils.h416 int cmdPipe[2]; member

123