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

/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
H A DOMX_AacDec_Utils.h890 pthread_cond_t codecFlush_threshold; member in struct:AACDEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
H A DOMX_AacEnc_Utils.h549 pthread_cond_t codecFlush_threshold; member in struct:AACENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
H A DOMX_Mp3Dec_Utils.h727 pthread_cond_t codecFlush_threshold; member in struct:MP3DEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
H A DOMX_WmaDec_Utils.h833 pthread_cond_t codecFlush_threshold; member in struct:WMADEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDec_Utils.c517 pthread_cond_destroy(&pComponentPrivate->codecFlush_threshold);
1751 pthread_cond_wait(&pComponentPrivate->codecFlush_threshold, &pComponentPrivate->codecFlush_mutex);
1809 pthread_cond_wait(&pComponentPrivate->codecFlush_threshold, &pComponentPrivate->codecFlush_mutex);
2904 pthread_cond_signal(&pComponentPrivate->codecFlush_threshold);
2945 pthread_cond_signal(&pComponentPrivate->codecFlush_threshold);
H A DOMX_AacDecoder.c382 pthread_cond_init (&pComponentPrivate->codecFlush_threshold, NULL);
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
H A DOMX_Mp3Dec_Utils.c544 pthread_cond_destroy(&pComponentPrivate->codecFlush_threshold);
1705 pthread_cond_wait(&pComponentPrivate->codecFlush_threshold, &pComponentPrivate->codecFlush_mutex);
1763 pthread_cond_wait(&pComponentPrivate->codecFlush_threshold, &pComponentPrivate->codecFlush_mutex);
2706 pthread_cond_signal(&pComponentPrivate->codecFlush_threshold);
2749 pthread_cond_signal(&pComponentPrivate->codecFlush_threshold);
H A DOMX_Mp3Decoder.c372 pthread_cond_init (&pComponentPrivate->codecFlush_threshold, NULL);
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
H A DOMX_WmaDec_Utils.c1199 pthread_cond_wait(&pComponentPrivate->codecFlush_threshold, &pComponentPrivate->codecFlush_mutex);
1231 pthread_cond_wait(&pComponentPrivate->codecFlush_threshold, &pComponentPrivate->codecFlush_mutex);
2113 pthread_cond_signal(&pComponentPrivate_CC->codecFlush_threshold);
2153 pthread_cond_signal(&pComponentPrivate_CC->codecFlush_threshold);
H A DOMX_WmaDecoder.c393 pthread_cond_init (&pComponentPrivate->codecFlush_threshold, NULL);
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
H A DOMX_AacEncoder.c365 pthread_cond_init (&pComponentPrivate->codecFlush_threshold, NULL);

Completed in 1338 milliseconds