Searched refs:codecFlush_mutex (Results 1 – 11 of 11) sorted by relevance
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/ |
D | OMX_Mp3Dec_Utils.c | 543 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 …]
|
D | OMX_Mp3Decoder.c | 371 pthread_mutex_init(&pComponentPrivate->codecFlush_mutex, NULL); in OMX_ComponentInit()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/ |
D | OMX_WmaDec_Utils.c | 1193 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()
|
D | OMX_WmaDecoder.c | 392 pthread_mutex_init(&pComponentPrivate->codecFlush_mutex, NULL); in OMX_ComponentInit()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/ |
D | OMX_AacDec_Utils.c | 516 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 …]
|
D | OMX_AacDecoder.c | 381 pthread_mutex_init(&pComponentPrivate->codecFlush_mutex, NULL); in OMX_ComponentInit()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/ |
D | OMX_WmaDec_Utils.h | 832 pthread_mutex_t codecFlush_mutex; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/ |
D | OMX_Mp3Dec_Utils.h | 726 pthread_mutex_t codecFlush_mutex; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/ |
D | OMX_AacEnc_Utils.h | 548 pthread_mutex_t codecFlush_mutex; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/ |
D | OMX_AacDec_Utils.h | 889 pthread_mutex_t codecFlush_mutex; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/ |
D | OMX_AacEncoder.c | 364 pthread_mutex_init(&pComponentPrivate->codecFlush_mutex, NULL); in OMX_ComponentInit()
|