Home
last modified time | relevance | path

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

/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
DOMX_WmaDec_Utils.h833 pthread_cond_t codecFlush_threshold; member
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
DOMX_Mp3Dec_Utils.h727 pthread_cond_t codecFlush_threshold; member
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
DOMX_AacEnc_Utils.h549 pthread_cond_t codecFlush_threshold; member
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
DOMX_AacDec_Utils.h890 pthread_cond_t codecFlush_threshold; member
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
DOMX_Mp3Dec_Utils.c544 pthread_cond_destroy(&pComponentPrivate->codecFlush_threshold); in MP3DEC_FreeCompResources()
1705 … pthread_cond_wait(&pComponentPrivate->codecFlush_threshold, &pComponentPrivate->codecFlush_mutex); in MP3DEC_HandleCommand()
1763 … pthread_cond_wait(&pComponentPrivate->codecFlush_threshold, &pComponentPrivate->codecFlush_mutex); in MP3DEC_HandleCommand()
2706 pthread_cond_signal(&pComponentPrivate->codecFlush_threshold); in MP3DEC_LCML_Callback()
2749 pthread_cond_signal(&pComponentPrivate->codecFlush_threshold); in MP3DEC_LCML_Callback()
DOMX_Mp3Decoder.c372 pthread_cond_init (&pComponentPrivate->codecFlush_threshold, NULL); in OMX_ComponentInit()
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
DOMX_AacDec_Utils.c517 pthread_cond_destroy(&pComponentPrivate->codecFlush_threshold); in AACDEC_FreeCompResources()
1751 … pthread_cond_wait(&pComponentPrivate->codecFlush_threshold, &pComponentPrivate->codecFlush_mutex); in AACDEC_HandleCommand()
1809 … pthread_cond_wait(&pComponentPrivate->codecFlush_threshold, &pComponentPrivate->codecFlush_mutex); in AACDEC_HandleCommand()
2904 pthread_cond_signal(&pComponentPrivate->codecFlush_threshold); in AACDEC_LCML_Callback()
2945 pthread_cond_signal(&pComponentPrivate->codecFlush_threshold); in AACDEC_LCML_Callback()
DOMX_AacDecoder.c382 pthread_cond_init (&pComponentPrivate->codecFlush_threshold, NULL); in OMX_ComponentInit()
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
DOMX_WmaDec_Utils.c1199 … pthread_cond_wait(&pComponentPrivate->codecFlush_threshold, &pComponentPrivate->codecFlush_mutex); in WMADECHandleCommand()
1231 … pthread_cond_wait(&pComponentPrivate->codecFlush_threshold, &pComponentPrivate->codecFlush_mutex); in WMADECHandleCommand()
2113 pthread_cond_signal(&pComponentPrivate_CC->codecFlush_threshold); in WMADECLCML_Callback()
2153 pthread_cond_signal(&pComponentPrivate_CC->codecFlush_threshold); in WMADECLCML_Callback()
DOMX_WmaDecoder.c393 pthread_cond_init (&pComponentPrivate->codecFlush_threshold, NULL); in OMX_ComponentInit()
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
DOMX_AacEncoder.c365 pthread_cond_init (&pComponentPrivate->codecFlush_threshold, NULL); in OMX_ComponentInit()