Searched refs:InIdle_threshold (Results 1 - 25 of 49) sorted by relevance

12

/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/inc/
H A DOMX_G722Enc_Utils.h625 pthread_cond_t InIdle_threshold; member in struct:G722ENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
H A DOMX_G729Decoder.h601 pthread_cond_t InIdle_threshold; member in struct:G729DEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/
H A DOMX_WbAmrDecoder.h610 pthread_cond_t InIdle_threshold; member in struct:WBAMR_DEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
H A DOMX_G711Dec_Utils.h763 pthread_cond_t InIdle_threshold; member in struct:G711DEC_COMPONENT_PRIVATE
H A DOMX_G711Decoder.h689 pthread_cond_t InIdle_threshold; member in struct:G711DEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/inc/
H A DOMX_G722Dec_Utils.h546 pthread_cond_t InIdle_threshold; member in struct:G722DEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/
H A DOMX_G726Dec_Utils.h651 pthread_cond_t InIdle_threshold; member in struct:G726DEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/
H A DOMX_G726Enc_Utils.h646 pthread_cond_t InIdle_threshold; member in struct:G726ENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
H A DOMX_AmrDecoder.h784 pthread_cond_t InIdle_threshold; member in struct:AMRDEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
H A DOMX_AacDec_Utils.h882 pthread_cond_t InIdle_threshold; member in struct:AACDEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
H A DOMX_AacEnc_Utils.h557 pthread_cond_t InIdle_threshold; member in struct:AACENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
H A DOMX_G711Enc_Utils.h823 pthread_cond_t InIdle_threshold; member in struct:G711ENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/
H A DOMX_G729Enc_Utils.h841 pthread_cond_t InIdle_threshold; member in struct:G729ENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
H A DOMX_Mp3Dec_Utils.h735 pthread_cond_t InIdle_threshold; member in struct:MP3DEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
H A DOMX_AmrEnc_Utils.h870 pthread_cond_t InIdle_threshold; member in struct:AMRENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/
H A DOMX_WbAmrEnc_Utils.h712 pthread_cond_t InIdle_threshold; member in struct:WBAMRENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
H A DOMX_WmaDec_Utils.h825 pthread_cond_t InIdle_threshold; member in struct:WMADEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Encoder.c382 pthread_cond_init (&pComponentPrivate->InIdle_threshold, NULL);
1283 pthread_cond_destroy(&pComponentPrivate->InIdle_threshold);
1575 pthread_cond_signal(&pComponentPrivate->InIdle_threshold);
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Decoder.c432 pthread_cond_init (&pComponentPrivate->InIdle_threshold, NULL);
1536 pthread_cond_destroy(&pComponentPrivate->InIdle_threshold);
1899 pthread_cond_signal(&pComponentPrivate->InIdle_threshold);
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Encoder.c419 pthread_cond_init (&pComponentPrivate->InIdle_threshold, NULL);
1538 pthread_cond_destroy(&pComponentPrivate->InIdle_threshold);
1892 pthread_cond_signal(&pComponentPrivate->InIdle_threshold);
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
H A DOMX_AmrEncoder.c495 pthread_cond_init (&pComponentPrivate->InIdle_threshold, NULL);
1788 pthread_cond_destroy(&pComponentPrivate->InIdle_threshold);
2124 pthread_cond_signal(&pComponentPrivate->InIdle_threshold);
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Decoder.c338 pthread_cond_init (&pComponentPrivate->InIdle_threshold, NULL);
1825 pthread_cond_signal(&pComponentPrivate->InIdle_threshold);
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Encoder.c399 pthread_cond_init (&pComponentPrivate->InIdle_threshold, NULL);
1681 pthread_cond_signal(&pComponentPrivate->InIdle_threshold);
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
H A DOMX_G722Decoder.c310 pthread_cond_init (&pComponentPrivate->InIdle_threshold, NULL);
1903 pthread_cond_signal(&pComponentPrivate->InIdle_threshold);
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
H A DOMX_G722Encoder.c456 pthread_cond_init (&pComponentPrivate->InIdle_threshold, NULL);
1905 pthread_cond_signal(&pComponentPrivate->InIdle_threshold);

Completed in 8831 milliseconds

12