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

123

/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Dec_ComponentThread.c80 if (pComponentPrivate->dataPipe[0] > fdmax) {
81 fdmax = pComponentPrivate->dataPipe[0];
87 FD_SET (pComponentPrivate->dataPipe[0], &rfds);
125 } else if (FD_ISSET(pComponentPrivate->dataPipe[0], &rfds)){
127 ret = read(pComponentPrivate->dataPipe[0], &pBufHeader, sizeof(pBufHeader));
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Enc_ComponentThread.c100 if (pComponentPrivate->dataPipe[0] > fdmax) {
101 fdmax = pComponentPrivate->dataPipe[0];
107 FD_SET (pComponentPrivate->dataPipe[0], &rfds);
149 else if (FD_ISSET (pComponentPrivate->dataPipe[0], &rfds)){
151 ret = read(pComponentPrivate->dataPipe[0], &pBufHeader, sizeof(pBufHeader));
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Dec_CompThread.c106 if (pComponentPrivate->dataPipe[0] > fdmax) {
107 fdmax = pComponentPrivate->dataPipe[0];
114 FD_SET (pComponentPrivate->dataPipe[0], &rfds);
147 } else if ((FD_ISSET (pComponentPrivate->dataPipe[0], &rfds))) {
153 ret = read(pComponentPrivate->dataPipe[0], &pBufHeader, sizeof(pBufHeader));
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Enc_ComponentThread.c97 if (pComponentPrivate->dataPipe[0] > fdmax) {
98 fdmax = pComponentPrivate->dataPipe[0];
104 FD_SET (pComponentPrivate->dataPipe[0], &rfds);
161 } else if (FD_ISSET (pComponentPrivate->dataPipe[0], &rfds)) {
163 ret = read(pComponentPrivate->dataPipe[0], &pBufHeader, sizeof(pBufHeader));
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDec_CompThread.c126 if (pComponentPrivate->dataPipe[0] > fdmax) {
127 fdmax = pComponentPrivate->dataPipe[0];
134 FD_SET (pComponentPrivate->dataPipe[0], &rfds);
198 else if ((FD_ISSET (pComponentPrivate->dataPipe[0], &rfds))) {
203 ret = read(pComponentPrivate->dataPipe[0], &pBufHeader, sizeof(pBufHeader));
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Dec_ComponentThread.c123 if (pComponentPrivate->dataPipe[0] > fdmax) {
124 fdmax = pComponentPrivate->dataPipe[0];
130 FD_SET (pComponentPrivate->dataPipe[0], &rfds);
189 else if ((FD_ISSET (pComponentPrivate->dataPipe[0], &rfds))){
191 ret = read(pComponentPrivate->dataPipe[0], &pBufHeader, sizeof(pBufHeader));
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Enc_ComponentThread.c124 if (pComponentPrivate->dataPipe[0] > fdmax)
126 fdmax = pComponentPrivate->dataPipe[0];
133 FD_SET (pComponentPrivate->dataPipe[0], &rfds);
181 else if ((FD_ISSET (pComponentPrivate->dataPipe[0], &rfds)))
184 ret = read(pComponentPrivate->dataPipe[0], &pBufHeader,
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
H A DOMX_Mp3Dec_CompThread.c127 if (pComponentPrivate->dataPipe[0] > fdmax) {
128 fdmax = pComponentPrivate->dataPipe[0];
134 FD_SET (pComponentPrivate->dataPipe[0], &rfds);
179 } else if ((FD_ISSET (pComponentPrivate->dataPipe[0], &rfds))) {
184 ret = read(pComponentPrivate->dataPipe[0], &pBufHeader, sizeof(pBufHeader));
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
H A DOMX_AmrDec_ComponentThread.c88 if (pComponentPrivate->dataPipe[0] > fdmax) {
89 fdmax = pComponentPrivate->dataPipe[0];
95 FD_SET (pComponentPrivate->dataPipe[0], &rfds);
158 else if (FD_ISSET (pComponentPrivate->dataPipe[0], &rfds)) {
160 ret = read(pComponentPrivate->dataPipe[0], &pBufHeader, sizeof(pBufHeader));
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
H A DOMX_AmrEnc_ComponentThread.c117 if (pComponentPrivate->dataPipe[0] > fdmax) {
118 fdmax = pComponentPrivate->dataPipe[0];
124 FD_SET (pComponentPrivate->dataPipe[0], &rfds);
170 } else if ((FD_ISSET (pComponentPrivate->dataPipe[0], &rfds))
173 ret = read(pComponentPrivate->dataPipe[0], &pBufHeader, sizeof(pBufHeader));
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDec_ComponentThread.c112 if (pComponentPrivate->dataPipe[0] > fdmax) {
113 fdmax = pComponentPrivate->dataPipe[0];
119 FD_SET (pComponentPrivate->dataPipe[0], &rfds);
176 } else if (FD_ISSET (pComponentPrivate->dataPipe[0], &rfds)) {
178 ret = read(pComponentPrivate->dataPipe[0], &pBufHeader, sizeof(pBufHeader));
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
H A DOMX_WbAmrEnc_CompThread.c114 if (pComponentPrivate->dataPipe[0] > fdmax) {
115 fdmax = pComponentPrivate->dataPipe[0];
120 FD_SET (pComponentPrivate->dataPipe[0], &rfds);
163 } else if ((FD_ISSET (pComponentPrivate->dataPipe[0], &rfds))) {
166 ret = read(pComponentPrivate->dataPipe[0], &pBufHeader, sizeof(pBufHeader));
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
H A DOMX_WmaDec_ComponentThread.c102 if (pComponentPrivate->dataPipe[0] > fdmax) {
103 fdmax = pComponentPrivate->dataPipe[0];
109 FD_SET (pComponentPrivate->dataPipe[0], &rfds);
159 else if (FD_ISSET (pComponentPrivate->dataPipe[0], &rfds)) {
161 ret = read(pComponentPrivate->dataPipe[0], &pBufHeader, sizeof(pBufHeader));
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
H A DOMX_AacEnc_CompThread.c100 if (pComponentPrivate->dataPipe[0] > fdmax)
101 fdmax = pComponentPrivate->dataPipe[0];
107 FD_SET (pComponentPrivate->dataPipe[0], &rfds);
164 else if ((FD_ISSET (pComponentPrivate->dataPipe[0], &rfds)) && (pComponentPrivate->curState != OMX_StatePause))
172 ret = read(pComponentPrivate->dataPipe[0], &pBufHeader, sizeof(pBufHeader));
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/inc/
H A DOMX_G722Enc_Utils.h469 int dataPipe[2]; member in struct:G722ENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
H A DOMX_G729Decoder.h405 int dataPipe[2]; member in struct:G729DEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/
H A DOMX_WbAmrDecoder.h515 int dataPipe[2]; member in struct:WBAMR_DEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
H A DOMX_G722Dec_Utils.c130 if (pComponentPrivate->dataPipe[0] > fdmax) {
131 fdmax = pComponentPrivate->dataPipe[0];
137 FD_SET (pComponentPrivate->dataPipe[0], &rfds);
161 } else if ((FD_ISSET (pComponentPrivate->dataPipe[0], &rfds))) {
166 int ret = read(pComponentPrivate->dataPipe[0], &pBufHeader, sizeof(pBufHeader));
505 nRet = pipe (pComponentPrivate->dataPipe);
584 nRet = close (pComponentPrivate->dataPipe[0]);
589 nRet = close (pComponentPrivate->dataPipe[1]);
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
H A DOMX_G722Enc_Utils.c120 if (pComponentPrivate->dataPipe[0] > fdmax) {
121 fdmax = pComponentPrivate->dataPipe[0];
127 FD_SET (pComponentPrivate->dataPipe[0], &rfds);
204 else if (FD_ISSET (pComponentPrivate->dataPipe[0], &rfds)) {
207 ret = read(pComponentPrivate->dataPipe[0], &pBufHeader, sizeof(pBufHeader));
561 eError = pipe (pComponentPrivate->dataPipe);
648 err = close (pComponentPrivate->dataPipe[0]);
651 G722ENC_DPRINT ("%d :: Error while closing dataPipe\n",__LINE__);
653 err = close (pComponentPrivate->dataPipe[1]);
656 G722ENC_DPRINT ("%d :: Error while closing dataPipe\
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
H A DOMX_G711Dec_Utils.h562 int dataPipe[2]; member in struct:G711DEC_COMPONENT_PRIVATE
H A DOMX_G711Decoder.h488 int dataPipe[2]; member in struct:G711DEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/inc/
H A DOMX_G722Dec_Utils.h414 int dataPipe[2]; member in struct:G722DEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/
H A DOMX_G726Dec_Utils.h438 int dataPipe[2]; member in struct:G726DEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/
H A DOMX_G726Enc_Utils.h530 int dataPipe[2]; member in struct:G726ENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
H A DOMX_AmrDecoder.h599 int dataPipe[2]; member in struct:AMRDEC_COMPONENT_PRIVATE

Completed in 418 milliseconds

123