Home
last modified time | relevance | path

Searched refs:codecStop_threshold (Results 1 – 21 of 21) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/
DOMX_WbAmrDecoder.h602 pthread_cond_t codecStop_threshold; member
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
DOMX_AmrDecoder.h776 pthread_cond_t codecStop_threshold; member
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
DOMX_WmaDec_Utils.h829 pthread_cond_t codecStop_threshold; member
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
DOMX_Mp3Dec_Utils.h723 pthread_cond_t codecStop_threshold; member
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
DOMX_AacEnc_Utils.h545 pthread_cond_t codecStop_threshold; member
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
DOMX_AacDec_Utils.h886 pthread_cond_t codecStop_threshold; member
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
DOMX_AmrEnc_Utils.h862 pthread_cond_t codecStop_threshold; member
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
DOMX_WbAmrDec_Utils.c976 … pthread_cond_wait(&pComponentPrivate->codecStop_threshold, &pComponentPrivate->codecStop_mutex); in WBAMR_DEC_HandleCommand()
1005 … pthread_cond_wait(&pComponentPrivate->codecStop_threshold, &pComponentPrivate->codecStop_mutex); in WBAMR_DEC_HandleCommand()
1458 … pthread_cond_wait(&pComponentPrivate->codecStop_threshold, &pComponentPrivate->codecStop_mutex); in WBAMR_DEC_HandleCommand()
2766 pthread_cond_signal(&pComponentPrivate->codecStop_threshold); in WBAMR_DEC_LCML_Callback()
DOMX_WbAmrDecoder.c394 pthread_cond_init (&pComponentPrivate->codecStop_threshold, NULL); in OMX_ComponentInit()
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
DOMX_WmaDec_Utils.c938 … pthread_cond_wait(&pComponentPrivate->codecStop_threshold, &pComponentPrivate->codecStop_mutex); in WMADECHandleCommand()
2194 pthread_cond_signal(&pComponentPrivate_CC->codecStop_threshold); in WMADECLCML_Callback()
2844 … pthread_cond_wait(&pComponentPrivate->codecStop_threshold, &pComponentPrivate->codecStop_mutex); in WMADEC_CommandToIdle()
2882 … pthread_cond_wait(&pComponentPrivate->codecStop_threshold, &pComponentPrivate->codecStop_mutex); in WMADEC_CommandToIdle()
DOMX_WmaDecoder.c389 pthread_cond_init (&pComponentPrivate->codecStop_threshold, NULL); in OMX_ComponentInit()
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
DOMX_AmrDec_Utils.c986 … pthread_cond_wait(&pComponentPrivate->codecStop_threshold, &pComponentPrivate->codecStop_mutex); in NBAMRDECHandleCommand()
1021 … pthread_cond_wait(&pComponentPrivate->codecStop_threshold, &pComponentPrivate->codecStop_mutex); in NBAMRDECHandleCommand()
1462 … pthread_cond_wait(&pComponentPrivate->codecStop_threshold, &pComponentPrivate->codecStop_mutex); in NBAMRDECHandleCommand()
2807 pthread_cond_signal(&pComponentPrivate->codecStop_threshold); in NBAMRDECLCML_Callback()
DOMX_AmrDecoder.c417 pthread_cond_init (&pComponentPrivate->codecStop_threshold, NULL); in OMX_ComponentInit()
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
DOMX_Mp3Dec_Utils.c541 pthread_cond_destroy(&pComponentPrivate->codecStop_threshold); in MP3DEC_FreeCompResources()
886 … pthread_cond_wait(&pComponentPrivate->codecStop_threshold, &pComponentPrivate->codecStop_mutex); in MP3DEC_HandleCommand()
935 … pthread_cond_wait(&pComponentPrivate->codecStop_threshold, &pComponentPrivate->codecStop_mutex); in MP3DEC_HandleCommand()
2579 pthread_cond_signal(&pComponentPrivate->codecStop_threshold); in MP3DEC_LCML_Callback()
DOMX_Mp3Decoder.c368 pthread_cond_init (&pComponentPrivate->codecStop_threshold, NULL); in OMX_ComponentInit()
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
DOMX_AacDec_Utils.c514 pthread_cond_destroy(&pComponentPrivate->codecStop_threshold); in AACDEC_FreeCompResources()
846 … pthread_cond_wait(&pComponentPrivate->codecStop_threshold, &pComponentPrivate->codecStop_mutex); in AACDEC_HandleCommand()
893 … pthread_cond_wait(&pComponentPrivate->codecStop_threshold, &pComponentPrivate->codecStop_mutex); in AACDEC_HandleCommand()
2781 pthread_cond_signal(&pComponentPrivate->codecStop_threshold); in AACDEC_LCML_Callback()
DOMX_AacDecoder.c378 pthread_cond_init (&pComponentPrivate->codecStop_threshold, NULL); in OMX_ComponentInit()
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
DOMX_AacEnc_Utils.c959 … pthread_cond_wait(&pComponentPrivate->codecStop_threshold, &pComponentPrivate->codecStop_mutex); in AACENCHandleCommand()
1473 … pthread_cond_wait(&pComponentPrivate->codecStop_threshold, &pComponentPrivate->codecStop_mutex); in AACENCHandleCommand()
2624 pthread_cond_signal(&pComponentPrivate_CC->codecStop_threshold); in AACENCLCML_Callback()
DOMX_AacEncoder.c361 pthread_cond_init (&pComponentPrivate->codecStop_threshold, NULL); in OMX_ComponentInit()
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
DOMX_AmrEnc_Utils.c890 … pthread_cond_wait(&pComponentPrivate->codecStop_threshold, &pComponentPrivate->codecStop_mutex); in NBAMRENC_HandleCommand()
1328 … pthread_cond_wait(&pComponentPrivate->codecStop_threshold, &pComponentPrivate->codecStop_mutex); in NBAMRENC_HandleCommand()
2437 pthread_cond_signal(&pComponentPrivate_CC->codecStop_threshold); in NBAMRENC_LCMLCallback()
DOMX_AmrEncoder.c487 pthread_cond_init (&pComponentPrivate->codecStop_threshold, NULL); in OMX_ComponentInit()