Home
last modified time | relevance | path

Searched refs:dataPipe (Results 1 – 25 of 63) sorted by relevance

123

/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
DOMX_G726Dec_CompThread.c106 if (pComponentPrivate->dataPipe[0] > fdmax) { in G726DEC_ComponentThread()
107 fdmax = pComponentPrivate->dataPipe[0]; in G726DEC_ComponentThread()
114 FD_SET (pComponentPrivate->dataPipe[0], &rfds); in G726DEC_ComponentThread()
147 } else if ((FD_ISSET (pComponentPrivate->dataPipe[0], &rfds))) { in G726DEC_ComponentThread()
153 ret = read(pComponentPrivate->dataPipe[0], &pBufHeader, sizeof(pBufHeader)); in G726DEC_ComponentThread()
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
DOMX_G726Enc_ComponentThread.c97 if (pComponentPrivate->dataPipe[0] > fdmax) { in G726ENC_CompThread()
98 fdmax = pComponentPrivate->dataPipe[0]; in G726ENC_CompThread()
104 FD_SET (pComponentPrivate->dataPipe[0], &rfds); in G726ENC_CompThread()
161 } else if (FD_ISSET (pComponentPrivate->dataPipe[0], &rfds)) { in G726ENC_CompThread()
163 ret = read(pComponentPrivate->dataPipe[0], &pBufHeader, sizeof(pBufHeader)); in G726ENC_CompThread()
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
DOMX_G711Dec_ComponentThread.c80 if (pComponentPrivate->dataPipe[0] > fdmax) { in ComponentThread()
81 fdmax = pComponentPrivate->dataPipe[0]; in ComponentThread()
87 FD_SET (pComponentPrivate->dataPipe[0], &rfds); in ComponentThread()
125 } else if (FD_ISSET(pComponentPrivate->dataPipe[0], &rfds)){ in ComponentThread()
127 ret = read(pComponentPrivate->dataPipe[0], &pBufHeader, sizeof(pBufHeader)); in ComponentThread()
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
DOMX_G711Enc_ComponentThread.c100 if (pComponentPrivate->dataPipe[0] > fdmax) { in G711ENC_CompThread()
101 fdmax = pComponentPrivate->dataPipe[0]; in G711ENC_CompThread()
107 FD_SET (pComponentPrivate->dataPipe[0], &rfds); in G711ENC_CompThread()
149 else if (FD_ISSET (pComponentPrivate->dataPipe[0], &rfds)){ in G711ENC_CompThread()
151 ret = read(pComponentPrivate->dataPipe[0], &pBufHeader, sizeof(pBufHeader)); in G711ENC_CompThread()
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
DOMX_G729Enc_ComponentThread.c124 if (pComponentPrivate->dataPipe[0] > fdmax) in G729ENC_CompThread()
126 fdmax = pComponentPrivate->dataPipe[0]; in G729ENC_CompThread()
133 FD_SET (pComponentPrivate->dataPipe[0], &rfds); in G729ENC_CompThread()
181 else if ((FD_ISSET (pComponentPrivate->dataPipe[0], &rfds))) in G729ENC_CompThread()
184 ret = read(pComponentPrivate->dataPipe[0], &pBufHeader, in G729ENC_CompThread()
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
DOMX_AacDec_CompThread.c126 if (pComponentPrivate->dataPipe[0] > fdmax) { in AACDEC_ComponentThread()
127 fdmax = pComponentPrivate->dataPipe[0]; in AACDEC_ComponentThread()
134 FD_SET (pComponentPrivate->dataPipe[0], &rfds); in AACDEC_ComponentThread()
198 else if ((FD_ISSET (pComponentPrivate->dataPipe[0], &rfds))) { in AACDEC_ComponentThread()
203 ret = read(pComponentPrivate->dataPipe[0], &pBufHeader, sizeof(pBufHeader)); in AACDEC_ComponentThread()
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
DOMX_G729Dec_ComponentThread.c123 if (pComponentPrivate->dataPipe[0] > fdmax) { in G729DEC_ComponentThread()
124 fdmax = pComponentPrivate->dataPipe[0]; in G729DEC_ComponentThread()
130 FD_SET (pComponentPrivate->dataPipe[0], &rfds); in G729DEC_ComponentThread()
189 else if ((FD_ISSET (pComponentPrivate->dataPipe[0], &rfds))){ in G729DEC_ComponentThread()
191 ret = read(pComponentPrivate->dataPipe[0], &pBufHeader, sizeof(pBufHeader)); in G729DEC_ComponentThread()
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
DOMX_WbAmrEnc_CompThread.c114 if (pComponentPrivate->dataPipe[0] > fdmax) { in WBAMRENC_CompThread()
115 fdmax = pComponentPrivate->dataPipe[0]; in WBAMRENC_CompThread()
120 FD_SET (pComponentPrivate->dataPipe[0], &rfds); in WBAMRENC_CompThread()
163 } else if ((FD_ISSET (pComponentPrivate->dataPipe[0], &rfds))) { in WBAMRENC_CompThread()
166 ret = read(pComponentPrivate->dataPipe[0], &pBufHeader, sizeof(pBufHeader)); in WBAMRENC_CompThread()
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
DOMX_Mp3Dec_CompThread.c127 if (pComponentPrivate->dataPipe[0] > fdmax) { in MP3DEC_ComponentThread()
128 fdmax = pComponentPrivate->dataPipe[0]; in MP3DEC_ComponentThread()
134 FD_SET (pComponentPrivate->dataPipe[0], &rfds); in MP3DEC_ComponentThread()
179 } else if ((FD_ISSET (pComponentPrivate->dataPipe[0], &rfds))) { in MP3DEC_ComponentThread()
184 ret = read(pComponentPrivate->dataPipe[0], &pBufHeader, sizeof(pBufHeader)); in MP3DEC_ComponentThread()
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
DOMX_WbAmrDec_ComponentThread.c112 if (pComponentPrivate->dataPipe[0] > fdmax) { in WBAMR_DEC_ComponentThread()
113 fdmax = pComponentPrivate->dataPipe[0]; in WBAMR_DEC_ComponentThread()
119 FD_SET (pComponentPrivate->dataPipe[0], &rfds); in WBAMR_DEC_ComponentThread()
176 } else if (FD_ISSET (pComponentPrivate->dataPipe[0], &rfds)) { in WBAMR_DEC_ComponentThread()
178 ret = read(pComponentPrivate->dataPipe[0], &pBufHeader, sizeof(pBufHeader)); in WBAMR_DEC_ComponentThread()
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
DOMX_WmaDec_ComponentThread.c102 if (pComponentPrivate->dataPipe[0] > fdmax) { in WMADEC_ComponentThread()
103 fdmax = pComponentPrivate->dataPipe[0]; in WMADEC_ComponentThread()
109 FD_SET (pComponentPrivate->dataPipe[0], &rfds); in WMADEC_ComponentThread()
159 else if (FD_ISSET (pComponentPrivate->dataPipe[0], &rfds)) { in WMADEC_ComponentThread()
161 ret = read(pComponentPrivate->dataPipe[0], &pBufHeader, sizeof(pBufHeader)); in WMADEC_ComponentThread()
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
DOMX_AmrDec_ComponentThread.c88 if (pComponentPrivate->dataPipe[0] > fdmax) { in NBAMRDEC_ComponentThread()
89 fdmax = pComponentPrivate->dataPipe[0]; in NBAMRDEC_ComponentThread()
95 FD_SET (pComponentPrivate->dataPipe[0], &rfds); in NBAMRDEC_ComponentThread()
158 else if (FD_ISSET (pComponentPrivate->dataPipe[0], &rfds)) { in NBAMRDEC_ComponentThread()
160 ret = read(pComponentPrivate->dataPipe[0], &pBufHeader, sizeof(pBufHeader)); in NBAMRDEC_ComponentThread()
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
DOMX_AmrEnc_ComponentThread.c117 if (pComponentPrivate->dataPipe[0] > fdmax) { in NBAMRENC_CompThread()
118 fdmax = pComponentPrivate->dataPipe[0]; in NBAMRENC_CompThread()
124 FD_SET (pComponentPrivate->dataPipe[0], &rfds); in NBAMRENC_CompThread()
170 } else if ((FD_ISSET (pComponentPrivate->dataPipe[0], &rfds)) in NBAMRENC_CompThread()
173 ret = read(pComponentPrivate->dataPipe[0], &pBufHeader, sizeof(pBufHeader)); in NBAMRENC_CompThread()
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
DOMX_AacEnc_CompThread.c100 if (pComponentPrivate->dataPipe[0] > fdmax) in AACENC_ComponentThread()
101 fdmax = pComponentPrivate->dataPipe[0]; in AACENC_ComponentThread()
107 FD_SET (pComponentPrivate->dataPipe[0], &rfds); in AACENC_ComponentThread()
164 …else if ((FD_ISSET (pComponentPrivate->dataPipe[0], &rfds)) && (pComponentPrivate->curState != OMX… in AACENC_ComponentThread()
172 ret = read(pComponentPrivate->dataPipe[0], &pBufHeader, sizeof(pBufHeader)); in AACENC_ComponentThread()
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
DOMX_G722Dec_Utils.c130 if (pComponentPrivate->dataPipe[0] > fdmax) { in G722DEC_ComponentThread()
131 fdmax = pComponentPrivate->dataPipe[0]; in G722DEC_ComponentThread()
137 FD_SET (pComponentPrivate->dataPipe[0], &rfds); in G722DEC_ComponentThread()
161 } else if ((FD_ISSET (pComponentPrivate->dataPipe[0], &rfds))) { in G722DEC_ComponentThread()
166 int ret = read(pComponentPrivate->dataPipe[0], &pBufHeader, sizeof(pBufHeader)); in G722DEC_ComponentThread()
505 nRet = pipe (pComponentPrivate->dataPipe); in G722Dec_StartCompThread()
584 nRet = close (pComponentPrivate->dataPipe[0]); in G722DEC_FreeCompResources()
589 nRet = close (pComponentPrivate->dataPipe[1]); in G722DEC_FreeCompResources()
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/
DOMX_WbAmrDecoder.h515 int dataPipe[2]; member
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
DOMX_G722Enc_Utils.c120 if (pComponentPrivate->dataPipe[0] > fdmax) { in ComponentThread()
121 fdmax = pComponentPrivate->dataPipe[0]; in ComponentThread()
127 FD_SET (pComponentPrivate->dataPipe[0], &rfds); in ComponentThread()
204 else if (FD_ISSET (pComponentPrivate->dataPipe[0], &rfds)) { in ComponentThread()
207 ret = read(pComponentPrivate->dataPipe[0], &pBufHeader, sizeof(pBufHeader)); in ComponentThread()
561 eError = pipe (pComponentPrivate->dataPipe); in G722Enc_StartCompThread()
648 err = close (pComponentPrivate->dataPipe[0]); in G722Enc_FreeCompResources()
653 err = close (pComponentPrivate->dataPipe[1]); in G722Enc_FreeCompResources()
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
DOMX_G729Decoder.h405 int dataPipe[2]; member
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/inc/
DOMX_G722Enc_Utils.h469 int dataPipe[2]; member
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
DOMX_AmrDecoder.h599 int dataPipe[2]; member
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
DOMX_G711Decoder.h488 int dataPipe[2]; member
DOMX_G711Dec_Utils.h562 int dataPipe[2]; member
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/
DOMX_G726Enc_Utils.h530 int dataPipe[2]; member
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/inc/
DOMX_G722Dec_Utils.h414 int dataPipe[2]; member
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/
DOMX_G726Dec_Utils.h438 int dataPipe[2]; member

123