/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/ |
D | OMX_G726Enc_Utils.c | 593 int pthreadError = 0; in G726ENC_StopComponentThread() local 599 pthreadError = pthread_join (pComponentPrivate->ComponentThread, in G726ENC_StopComponentThread() 601 if (0 != pthreadError) { in G726ENC_StopComponentThread() 603 … G726ENC_DPRINT("%d :: Error closing ComponentThread - pthreadError = %d\n",__LINE__,pthreadError); in G726ENC_StopComponentThread()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/ |
D | OMX_G726Decoder.c | 1526 int pthreadError = 0; in ComponentDeInit() local 1569 pthreadError = pthread_join(pComponentPrivate->ComponentThread, (void*)&threadError); in ComponentDeInit() 1570 if(0 != pthreadError) { in ComponentDeInit()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/ |
D | OMX_G722Decoder.c | 1506 int pthreadError = 0; in ComponentDeInit() local 1520 pthreadError = pthread_join(pComponentPrivate->ComponentThread, (void*)&threadError); in ComponentDeInit() 1521 if(0 != pthreadError) { in ComponentDeInit()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/ |
D | OMX_G711Enc_Utils.c | 557 int pthreadError = 0; in G711ENC_StopComponentThread() local 562 pthreadError = pthread_join (pComponentPrivate->ComponentThread,(void*)&threadError); in G711ENC_StopComponentThread() 564 if (0 != pthreadError) { in G711ENC_StopComponentThread() 566 … G711ENC_DPRINT("%d :: Error closing ComponentThread - pthreadError = %d\n",__LINE__,pthreadError); in G711ENC_StopComponentThread()
|
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/ |
D | LCML_DspCodec.c | 1221 int pthreadError = 0; in ControlCodec() local 1230 pthreadError = pthread_join(phandle->g_tidMessageThread, NULL); in ControlCodec() 1231 if (0 != pthreadError) in ControlCodec() 1234 …_CODEC_INTERFACE *)hComponent)->dbg, "%d :: Error while closing Component Thread\n", pthreadError); in ControlCodec()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/ |
D | OMX_WbAmrEnc_Utils.c | 622 int pthreadError = 0; in WBAMRENC_StopComponentThread() local 630 pthreadError = pthread_join (pComponentPrivate->ComponentThread, in WBAMRENC_StopComponentThread() 633 if (0 != pthreadError) { in WBAMRENC_StopComponentThread() 636 "Error closing ComponentThread - pthreadError = %d\n", pthreadError); in WBAMRENC_StopComponentThread()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/ |
D | OMX_G729Dec_Utils.c | 621 OMX_S16 pthreadError = 0; in G729DEC_StopComponentThread() local 626 pthreadError = pthread_join (pComponentPrivate->ComponentThread, in G729DEC_StopComponentThread() 628 if (0 != pthreadError) { in G729DEC_StopComponentThread()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/ |
D | OMX_AacDecoder.c | 1666 int pthreadError = 0; in ComponentDeInit() local 1699 pthreadError = pthread_join(pComponentPrivate->ComponentThread, (void*)&threadError); in ComponentDeInit() 1700 if(0 != pthreadError) { in ComponentDeInit()
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/ |
D | OMX_JpegDec_Utils.c | 405 int pthreadError = 0, nRet = 0; in Free_ComponentResourcesJpegDec() local 461 pthreadError = pthread_join(pComponentPrivate->pComponentThread, (void*)&threadError); in Free_ComponentResourcesJpegDec() 462 if (0 != pthreadError) { in Free_ComponentResourcesJpegDec()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/ |
D | OMX_G729Enc_Utils.c | 580 int pthreadError = 0; in G729ENC_StopComponentThread() local 587 pthreadError = pthread_join (pComponentPrivate->ComponentThread, in G729ENC_StopComponentThread() 590 if (0 != pthreadError) in G729ENC_StopComponentThread()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/ |
D | OMX_G722Enc_Utils.c | 849 int pthreadError = 0; in G722ENC_StopComponentThread() local 855 pthreadError = pthread_join (pComponentPrivate->ComponentThread, in G722ENC_StopComponentThread() 860 if (0 != pthreadError) in G722ENC_StopComponentThread()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
D | OMX_G711Dec_Utils.c | 592 OMX_S16 pthreadError = 0; in G711DEC_StopComponentThread() local 596 pthreadError = pthread_join (pComponentPrivate->ComponentThread, in G711DEC_StopComponentThread() 599 if (0 != pthreadError) { in G711DEC_StopComponentThread()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/ |
D | OMX_AacEnc_Utils.c | 639 int pthreadError = 0; in AACENC_StopComponentThread() local 646 pthreadError = pthread_join (pComponentPrivate->ComponentThread,(void*)&threadError); in AACENC_StopComponentThread() 647 if (0 != pthreadError) in AACENC_StopComponentThread() 650 …ntPrivate->dbg, "%d :: Error closing ComponentThread - pthreadError = %d\n",__LINE__,pthreadError); in AACENC_StopComponentThread()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/ |
D | OMX_AmrEnc_Utils.c | 586 int pthreadError = 0; in NBAMRENC_StopComponentThread() local 594 pthreadError = pthread_join (pComponentPrivate->ComponentThread, in NBAMRENC_StopComponentThread() 596 if (0 != pthreadError) { in NBAMRENC_StopComponentThread() 598 …ntPrivate->dbg, "%d :: Error closing ComponentThread - pthreadError = %d\n",__LINE__,pthreadError); in NBAMRENC_StopComponentThread()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/ |
D | OMX_WmaDec_Utils.c | 709 int pthreadError = 0; in WMADEC_StopComponentThread() local 715 pthreadError = pthread_join (pComponentPrivate->ComponentThread, in WMADEC_StopComponentThread() 718 if (0 != pthreadError) in WMADEC_StopComponentThread() 722 __LINE__,pthreadError); in WMADEC_StopComponentThread()
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/ |
D | OMX_JpegEnc_Utils.c | 428 int pthreadError = 0; in JPEGEnc_Free_ComponentResources() local 460 pthreadError = pthread_join (pComponentPrivate->ComponentThread, in JPEGEnc_Free_ComponentResources() 462 if ( 0 != pthreadError ) { in JPEGEnc_Free_ComponentResources()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/ |
D | OMX_WbAmrDec_Utils.c | 619 int pthreadError = 0; in WBAMR_DEC_StopComponentThread() local 624 pthreadError = pthread_join (pComponentPrivate->WBAMR_DEC_ComponentThread, in WBAMR_DEC_StopComponentThread() 626 if (0 != pthreadError) { in WBAMR_DEC_StopComponentThread()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/ |
D | OMX_AmrDec_Utils.c | 644 OMX_S16 pthreadError = 0; in NBAMRDEC_StopComponentThread() local 649 pthreadError = pthread_join (pComponentPrivate->ComponentThread, in NBAMRDEC_StopComponentThread() 651 if (0 != pthreadError) { in NBAMRDEC_StopComponentThread()
|