Home
last modified time | relevance | path

Searched refs:pthreadError (Results 1 – 18 of 18) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
DOMX_G726Enc_Utils.c593 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/
DOMX_G726Decoder.c1526 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/
DOMX_G722Decoder.c1506 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/
DOMX_G711Enc_Utils.c557 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/
DLCML_DspCodec.c1221 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/
DOMX_WbAmrEnc_Utils.c622 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/
DOMX_G729Dec_Utils.c621 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/
DOMX_AacDecoder.c1666 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/
DOMX_JpegDec_Utils.c405 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/
DOMX_G729Enc_Utils.c580 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/
DOMX_G722Enc_Utils.c849 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/
DOMX_G711Dec_Utils.c592 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/
DOMX_AacEnc_Utils.c639 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/
DOMX_AmrEnc_Utils.c586 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/
DOMX_WmaDec_Utils.c709 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/
DOMX_JpegEnc_Utils.c428 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/
DOMX_WbAmrDec_Utils.c619 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/
DOMX_AmrDec_Utils.c644 OMX_S16 pthreadError = 0; in NBAMRDEC_StopComponentThread() local
649 pthreadError = pthread_join (pComponentPrivate->ComponentThread, in NBAMRDEC_StopComponentThread()
651 if (0 != pthreadError) { in NBAMRDEC_StopComponentThread()