Searched refs:codecFlush_threshold (Results 1 – 11 of 11) sorted by relevance
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/ |
D | OMX_WmaDec_Utils.h | 833 pthread_cond_t codecFlush_threshold; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/ |
D | OMX_Mp3Dec_Utils.h | 727 pthread_cond_t codecFlush_threshold; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/ |
D | OMX_AacEnc_Utils.h | 549 pthread_cond_t codecFlush_threshold; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/ |
D | OMX_AacDec_Utils.h | 890 pthread_cond_t codecFlush_threshold; member
|
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/ |
D | OMX_Mp3Dec_Utils.c | 544 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()
|
D | OMX_Mp3Decoder.c | 372 pthread_cond_init (&pComponentPrivate->codecFlush_threshold, NULL); in OMX_ComponentInit()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/ |
D | OMX_AacDec_Utils.c | 517 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()
|
D | OMX_AacDecoder.c | 382 pthread_cond_init (&pComponentPrivate->codecFlush_threshold, NULL); in OMX_ComponentInit()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/ |
D | OMX_WmaDec_Utils.c | 1199 … 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()
|
D | OMX_WmaDecoder.c | 393 pthread_cond_init (&pComponentPrivate->codecFlush_threshold, NULL); in OMX_ComponentInit()
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/ |
D | OMX_AacEncoder.c | 365 pthread_cond_init (&pComponentPrivate->codecFlush_threshold, NULL); in OMX_ComponentInit()
|