/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/ |
OMX_VPP_CompThread.c | 106 int nRet = -1; 170 nRet = read(pComponentPrivate->cmdPipe[0], &eCmd, sizeof(eCmd)); 171 if (nRet == -1) { 191 nRet = read(pComponentPrivate->nCmdDataPipe[0], &pCmdData, sizeof(pCmdData)); 192 if (nRet == -1) { 199 nRet = read(pComponentPrivate->nCmdDataPipe[0], &nParam1, sizeof(nParam1)); 200 if (nRet == -1) {
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/ |
OMX_VideoEnc_Thread.c | 119 int nRet = -1; 191 nRet = read(pComponentPrivate->nCmdPipe[0], 194 if (nRet == -1) 214 nRet = read(pComponentPrivate->nCmdDataPipe[0], 217 if (nRet == -1) 227 nRet = read(pComponentPrivate->nCmdDataPipe[0], 230 if (nRet == -1)
|
OMX_VideoEncoder.c | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
OMX_G711Dec_ComponentThread.c | 69 OMX_U32 nRet = 0; 143 nRet = G711DECHandleCommand (pComponentPrivate); 144 if (nRet == EXIT_COMPONENT_THRD) {
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/ |
OMX_G711Enc_ComponentThread.c | 93 OMX_U32 nRet = 0; 164 nRet = G711ENC_HandleCommand(pComponentPrivate); 165 if (nRet == G711ENC_EXIT_COMPONENT_THRD) {
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/ |
OMX_G726Dec_CompThread.c | 97 OMX_U32 nRet = 0; 166 nRet = G726DEC_HandleCommand (pComponentPrivate); 167 if (nRet == EXIT_COMPONENT_THRD) {
|
OMX_G726Dec_Utils.c | 374 int nRet = 0; 392 nRet = pipe (pComponentPrivate->dataPipe); 393 if (0 != nRet) { 398 nRet = pipe (pComponentPrivate->cmdPipe); 399 if (0 != nRet) { 404 nRet = pipe (pComponentPrivate->cmdDataPipe); 405 if (0 != nRet) { 411 nRet = pthread_create (&(pComponentPrivate->ComponentThread), &attr, 414 nRet = pthread_create (&(pComponentPrivate->ComponentThread), NULL, 417 if ((0 != nRet) || (!pComponentPrivate->ComponentThread)) [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/ |
OMX_G726Enc_ComponentThread.c | 90 OMX_U32 nRet = 0;
136 nRet = G726ENC_HandleCommand(pComponentPrivate);
137 if (nRet == G726ENC_EXIT_COMPONENT_THRD) {
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/ |
OMX_JpegDec_Utils.h | 159 int nRet = 0x0; \ 169 nRet = pthread_cond_timedwait(&((_pComponentPrivate_)->sPortPopulated_cond),\ 172 if (nRet == ETIMEDOUT) \ 186 int nRet = 0x0; \ 196 nRet = pthread_cond_timedwait(&((_pComponentPrivate_)->sPortPopulated_cond),\ 199 if (nRet == ETIMEDOUT) \ 213 int nRet = 0x0; \ 223 nRet = pthread_cond_timedwait(&((_pComponentPrivate_)->sFlush_cond),\ 226 if (nRet == ETIMEDOUT) \
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/ |
OMX_AacDec_CompThread.c | 108 OMX_U32 nRet; 171 nRet = AACDEC_HandleCommand (pComponentPrivate); 172 if (nRet == EXIT_COMPONENT_THRD) {
|
OMX_AacDec_Utils.c | 371 int nRet = 0; 388 nRet = pipe (pComponentPrivate->dataPipe); 389 if (0 != nRet) { 393 nRet = pipe (pComponentPrivate->cmdPipe); 394 if (0 != nRet) { 398 nRet = pipe (pComponentPrivate->cmdDataPipe); 399 if (0 != nRet) { 405 nRet = pthread_create (&(pComponentPrivate->ComponentThread), &attr, AACDEC_ComponentThread, pComponentPrivate); 407 nRet = pthread_create (&(pComponentPrivate->ComponentThread), NULL, AACDEC_ComponentThread, pComponentPrivate); 409 if ((0 != nRet) || (!pComponentPrivate->ComponentThread)) [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/ |
OMX_G729Dec_ComponentThread.c | 108 OMX_U32 nRet = 0; 205 nRet = G729DECHandleCommand (pComponentPrivate); 206 if (nRet == EXIT_COMPONENT_THRD) {
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/ |
OMX_G729Enc_ComponentThread.c | 111 OMX_U32 nRet = 0; 203 nRet = G729ENC_HandleCommand(pComponentPrivate); 204 if (nRet == G729ENC_EXIT_COMPONENT_THRD)
|
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/ |
OMX_Mp3Dec_CompThread.c | 107 OMX_U32 nRet; 196 nRet = MP3DEC_HandleCommand (pComponentPrivate); 197 if (nRet == EXIT_COMPONENT_THRD) {
|
OMX_Mp3Dec_Utils.c | 385 int nRet = 0; 404 nRet = pipe (pComponentPrivate->dataPipe); 405 if (0 != nRet) { 410 nRet = pipe (pComponentPrivate->cmdPipe); 411 if (0 != nRet) { 416 nRet = pipe (pComponentPrivate->cmdDataPipe); 417 if (0 != nRet) { 424 nRet = pthread_create (&(pComponentPrivate->ComponentThread), &attr, 427 nRet = pthread_create (&(pComponentPrivate->ComponentThread), NULL, 430 if ((0 != nRet) || (!pComponentPrivate->ComponentThread)) [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/ |
OMX_AmrDec_ComponentThread.c | 71 OMX_U32 nRet; 174 nRet = NBAMRDECHandleCommand (pComponentPrivate); 175 if (nRet == EXIT_COMPONENT_THRD) {
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/ |
OMX_AmrEnc_ComponentThread.c | 103 OMX_U32 nRet; 188 nRet = NBAMRENC_HandleCommand(pComponentPrivate); 189 if (nRet == NBAMRENC_EXIT_COMPONENT_THRD) {
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/ |
OMX_WbAmrDec_ComponentThread.c | 90 OMX_U32 nRet; 191 nRet = WBAMR_DEC_HandleCommand (pComponentPrivate); 192 if (nRet == WBAMR_DEC_EXIT_COMPONENT_THRD) {
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/ |
OMX_WbAmrEnc_CompThread.c | 96 OMX_U32 nRet; 198 nRet = WBAMRENC_HandleCommand(pComponentPrivate, command, commandData); 200 if (nRet == WBAMRENC_EXIT_COMPONENT_THRD) {
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/ |
OMX_WmaDec_ComponentThread.c | 83 OMX_U32 nRet; 176 nRet = WMADECHandleCommand (pComponentPrivate); 177 if (nRet == EXIT_COMPONENT_THRD) {
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/ |
OMX_G722Dec_Utils.c | 121 OMX_U32 nRet = 0; 179 nRet = G722DEC_HandleCommand (pComponentPrivate); 180 if (nRet == EXIT_COMPONENT_THRD) { 487 int nRet = 0; 505 nRet = pipe (pComponentPrivate->dataPipe); 506 if (0 != nRet) { 511 nRet = pipe (pComponentPrivate->cmdPipe); 512 if (0 != nRet) { 517 nRet = pipe (pComponentPrivate->cmdDataPipe); 518 if (0 != nRet) { [all...] |
OMX_G722Decoder.c | 490 int nRet = 0; 564 nRet = write (pCompPrivate->cmdPipe[1], &Cmd, sizeof(Cmd)); 565 if (nRet == -1) { 570 nRet = write (pCompPrivate->cmdDataPipe[1], &pCmdData, 572 if (nRet == -1) { 577 nRet = write (pCompPrivate->cmdDataPipe[1], &nParam, 579 if (nRet == -1) { [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/ |
OMX_AacEnc_CompThread.c | 82 OMX_U32 nRet; 196 nRet = AACENCHandleCommand (pComponentPrivate); 197 if (nRet == EXIT_COMPONENT_THRD)
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/ |
OMX_JpegDec_Utils.c | 405 int pthreadError = 0, nRet = 0; 449 nRet = write(pComponentPrivate->nCmdPipe[1], &eCmd, sizeof(eCmd)); 450 if (nRet == -1) { 455 nRet = write(pComponentPrivate->nCmdDataPipe[1], &eCmd, sizeof(eCmd)); 456 if (nRet == -1) { 826 int nRet; 836 nRet = read(pComponentPrivate->nFilled_inpBuf_Q[0], &pBuffHead, sizeof(pBuffHead)); 880 int nRet; 891 nRet = read(pComponentPrivate->nFree_outBuf_Q[0], &pBuffHead, sizeof(pBuffHead)); 896 nRet = read(pComponentPrivate->nFilled_outBuf_Q[0], &pBuffHead, sizeof(pBuffHead)) [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/ |
OMX_VideoDecoder.c | 617 OMX_S32 nRet; 645 nRet = write(pComponentPrivate->cmdPipe[VIDDEC_PIPE_WRITE], &Cmd, sizeof(Cmd)); 646 if (nRet == -1) { 652 nRet = write(pComponentPrivate->cmdDataPipe[VIDDEC_PIPE_WRITE], &nParam1, sizeof(nParam1)); 653 if (nRet == -1) { [all...] |