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

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

Completed in 246 milliseconds