Home
last modified time | relevance | path

Searched refs:codecFlush_mutex (Results 1 – 11 of 11) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
DOMX_Mp3Dec_Utils.c543 pthread_mutex_destroy(&pComponentPrivate->codecFlush_mutex); in MP3DEC_FreeCompResources()
1700 pthread_mutex_lock(&pComponentPrivate->codecFlush_mutex); in MP3DEC_HandleCommand()
1705 … pthread_cond_wait(&pComponentPrivate->codecFlush_threshold, &pComponentPrivate->codecFlush_mutex); in MP3DEC_HandleCommand()
1707 pthread_mutex_unlock(&pComponentPrivate->codecFlush_mutex); in MP3DEC_HandleCommand()
1758 pthread_mutex_lock(&pComponentPrivate->codecFlush_mutex); in MP3DEC_HandleCommand()
1763 … pthread_cond_wait(&pComponentPrivate->codecFlush_threshold, &pComponentPrivate->codecFlush_mutex); in MP3DEC_HandleCommand()
1765 pthread_mutex_unlock(&pComponentPrivate->codecFlush_mutex); in MP3DEC_HandleCommand()
2703 pthread_mutex_lock(&pComponentPrivate->codecFlush_mutex); in MP3DEC_LCML_Callback()
2709 pthread_mutex_unlock(&pComponentPrivate->codecFlush_mutex); in MP3DEC_LCML_Callback()
2746 pthread_mutex_lock(&pComponentPrivate->codecFlush_mutex); in MP3DEC_LCML_Callback()
[all …]
DOMX_Mp3Decoder.c371 pthread_mutex_init(&pComponentPrivate->codecFlush_mutex, NULL); in OMX_ComponentInit()
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
DOMX_WmaDec_Utils.c1193 pthread_mutex_lock(&pComponentPrivate->codecFlush_mutex); in WMADECHandleCommand()
1199 … pthread_cond_wait(&pComponentPrivate->codecFlush_threshold, &pComponentPrivate->codecFlush_mutex); in WMADECHandleCommand()
1201 pthread_mutex_unlock(&pComponentPrivate->codecFlush_mutex); in WMADECHandleCommand()
1225 pthread_mutex_lock(&pComponentPrivate->codecFlush_mutex); in WMADECHandleCommand()
1231 … pthread_cond_wait(&pComponentPrivate->codecFlush_threshold, &pComponentPrivate->codecFlush_mutex); in WMADECHandleCommand()
1233 pthread_mutex_unlock(&pComponentPrivate->codecFlush_mutex); in WMADECHandleCommand()
2110 pthread_mutex_lock(&pComponentPrivate_CC->codecFlush_mutex); in WMADECLCML_Callback()
2116 pthread_mutex_unlock(&pComponentPrivate_CC->codecFlush_mutex); in WMADECLCML_Callback()
2150 pthread_mutex_lock(&pComponentPrivate_CC->codecFlush_mutex); in WMADECLCML_Callback()
2156 pthread_mutex_unlock(&pComponentPrivate_CC->codecFlush_mutex); in WMADECLCML_Callback()
DOMX_WmaDecoder.c392 pthread_mutex_init(&pComponentPrivate->codecFlush_mutex, NULL); in OMX_ComponentInit()
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
DOMX_AacDec_Utils.c516 pthread_mutex_destroy(&pComponentPrivate->codecFlush_mutex); in AACDEC_FreeCompResources()
1746 pthread_mutex_lock(&pComponentPrivate->codecFlush_mutex); in AACDEC_HandleCommand()
1751 … pthread_cond_wait(&pComponentPrivate->codecFlush_threshold, &pComponentPrivate->codecFlush_mutex); in AACDEC_HandleCommand()
1753 pthread_mutex_unlock(&pComponentPrivate->codecFlush_mutex); in AACDEC_HandleCommand()
1804 pthread_mutex_lock(&pComponentPrivate->codecFlush_mutex); in AACDEC_HandleCommand()
1809 … pthread_cond_wait(&pComponentPrivate->codecFlush_threshold, &pComponentPrivate->codecFlush_mutex); in AACDEC_HandleCommand()
1811 pthread_mutex_unlock(&pComponentPrivate->codecFlush_mutex); in AACDEC_HandleCommand()
2901 pthread_mutex_lock(&pComponentPrivate->codecFlush_mutex); in AACDEC_LCML_Callback()
2907 pthread_mutex_unlock(&pComponentPrivate->codecFlush_mutex); in AACDEC_LCML_Callback()
2942 pthread_mutex_lock(&pComponentPrivate->codecFlush_mutex); in AACDEC_LCML_Callback()
[all …]
DOMX_AacDecoder.c381 pthread_mutex_init(&pComponentPrivate->codecFlush_mutex, NULL); in OMX_ComponentInit()
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
DOMX_WmaDec_Utils.h832 pthread_mutex_t codecFlush_mutex; member
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
DOMX_Mp3Dec_Utils.h726 pthread_mutex_t codecFlush_mutex; member
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
DOMX_AacEnc_Utils.h548 pthread_mutex_t codecFlush_mutex; member
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
DOMX_AacDec_Utils.h889 pthread_mutex_t codecFlush_mutex; member
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
DOMX_AacEncoder.c364 pthread_mutex_init(&pComponentPrivate->codecFlush_mutex, NULL); in OMX_ComponentInit()