/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/ |
D | OMX_G726Dec_CompThread.c | 106 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/ |
D | OMX_G726Enc_ComponentThread.c | 97 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/ |
D | OMX_G711Dec_ComponentThread.c | 80 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/ |
D | OMX_G711Enc_ComponentThread.c | 100 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/ |
D | OMX_G729Enc_ComponentThread.c | 124 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/ |
D | OMX_AacDec_CompThread.c | 126 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/ |
D | OMX_G729Dec_ComponentThread.c | 123 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/ |
D | OMX_WbAmrEnc_CompThread.c | 114 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/ |
D | OMX_Mp3Dec_CompThread.c | 127 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/ |
D | OMX_WbAmrDec_ComponentThread.c | 112 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/ |
D | OMX_WmaDec_ComponentThread.c | 102 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/ |
D | OMX_AmrDec_ComponentThread.c | 88 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/ |
D | OMX_AmrEnc_ComponentThread.c | 117 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/ |
D | OMX_AacEnc_CompThread.c | 100 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/ |
D | OMX_G722Dec_Utils.c | 130 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/ |
D | OMX_WbAmrDecoder.h | 515 int dataPipe[2]; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/ |
D | OMX_G722Enc_Utils.c | 120 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/ |
D | OMX_G729Decoder.h | 405 int dataPipe[2]; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/inc/ |
D | OMX_G722Enc_Utils.h | 469 int dataPipe[2]; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/ |
D | OMX_AmrDecoder.h | 599 int dataPipe[2]; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/ |
D | OMX_G711Decoder.h | 488 int dataPipe[2]; member
|
D | OMX_G711Dec_Utils.h | 562 int dataPipe[2]; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/ |
D | OMX_G726Enc_Utils.h | 530 int dataPipe[2]; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/inc/ |
D | OMX_G722Dec_Utils.h | 414 int dataPipe[2]; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/ |
D | OMX_G726Dec_Utils.h | 438 int dataPipe[2]; member
|