Searched refs:AlloBuf_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.h617 pthread_cond_t AlloBuf_threshold; member in struct:G722ENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
H A DOMX_G729Decoder.h593 pthread_cond_t AlloBuf_threshold; member in struct:G729DEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/
H A DOMX_WbAmrDecoder.h598 pthread_cond_t AlloBuf_threshold; member in struct:WBAMR_DEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
H A DOMX_G711Dec_Utils.h755 pthread_cond_t AlloBuf_threshold; member in struct:G711DEC_COMPONENT_PRIVATE
H A DOMX_G711Decoder.h681 pthread_cond_t AlloBuf_threshold; member in struct:G711DEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/inc/
H A DOMX_G722Dec_Utils.h538 pthread_cond_t AlloBuf_threshold; member in struct:G722DEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/
H A DOMX_G726Dec_Utils.h641 pthread_cond_t AlloBuf_threshold; member in struct:G726DEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/
H A DOMX_G726Enc_Utils.h638 pthread_cond_t AlloBuf_threshold; member in struct:G726ENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
H A DOMX_AmrDecoder.h772 pthread_cond_t AlloBuf_threshold; member in struct:AMRDEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
H A DOMX_AacDec_Utils.h874 pthread_cond_t AlloBuf_threshold; member in struct:AACDEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
H A DOMX_AacEnc_Utils.h541 pthread_cond_t AlloBuf_threshold; member in struct:AACENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
H A DOMX_G711Enc_Utils.h819 pthread_cond_t AlloBuf_threshold; member in struct:G711ENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/
H A DOMX_G729Enc_Utils.h833 pthread_cond_t AlloBuf_threshold; member in struct:G729ENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
H A DOMX_Mp3Dec_Utils.h719 pthread_cond_t AlloBuf_threshold; member in struct:MP3DEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
H A DOMX_AmrEnc_Utils.h858 pthread_cond_t AlloBuf_threshold; member in struct:AMRENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/
H A DOMX_WbAmrEnc_Utils.h704 pthread_cond_t AlloBuf_threshold; member in struct:WBAMRENC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
H A DOMX_WmaDec_Utils.h817 pthread_cond_t AlloBuf_threshold; member in struct:WMADEC_COMPONENT_PRIVATE
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Encoder.c374 pthread_cond_init (&pComponentPrivate->AlloBuf_threshold, NULL);
1286 pthread_cond_destroy(&pComponentPrivate->AlloBuf_threshold);
1364 pthread_cond_wait(&pComponentPrivate->AlloBuf_threshold, &pComponentPrivate->AlloBuf_mutex);
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Decoder.c424 pthread_cond_init (&pComponentPrivate->AlloBuf_threshold, NULL);
1539 pthread_cond_destroy(&pComponentPrivate->AlloBuf_threshold);
1641 pthread_cond_wait(&pComponentPrivate->AlloBuf_threshold, &pComponentPrivate->AlloBuf_mutex);
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Encoder.c413 pthread_cond_init (&pComponentPrivate->AlloBuf_threshold, NULL);
1540 pthread_cond_destroy(&pComponentPrivate->AlloBuf_threshold);
1637 pthread_cond_wait(&pComponentPrivate->AlloBuf_threshold,
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
H A DOMX_WmaDecoder.c377 pthread_cond_init (&pComponentPrivate->AlloBuf_threshold, NULL);
1681 pthread_cond_wait(&pComponentPrivate->AlloBuf_threshold, &pComponentPrivate->AlloBuf_mutex);
2013 pthread_cond_wait(&pComponentPrivate->AlloBuf_threshold, &pComponentPrivate->AlloBuf_mutex);
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDec_Utils.c511 pthread_cond_destroy(&pComponentPrivate->AlloBuf_threshold);
1504 pthread_cond_signal(&pComponentPrivate->AlloBuf_threshold);
1570 pthread_cond_signal(&pComponentPrivate->AlloBuf_threshold);
1641 pthread_cond_signal(&pComponentPrivate->AlloBuf_threshold);
1725 pthread_cond_signal(&pComponentPrivate->AlloBuf_threshold);
H A DOMX_AacDecoder.c366 pthread_cond_init (&pComponentPrivate->AlloBuf_threshold, NULL);
1827 pthread_cond_wait(&pComponentPrivate->AlloBuf_threshold, &pComponentPrivate->AlloBuf_mutex);
2208 pthread_cond_wait(&pComponentPrivate->AlloBuf_threshold, &pComponentPrivate->AlloBuf_mutex);
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Dec_Utils.c521 pthread_cond_destroy(&pComponentPrivate->AlloBuf_threshold);
1318 G711DEC_DPRINT ("%d :: Unblock AlloBuf_threshold\n", __LINE__);
1330 G711DEC_DPRINT ("%d :: Unblock AlloBuf_threshold", __LINE__);
1334 pthread_cond_signal(&pComponentPrivate->AlloBuf_threshold);
1418 pthread_cond_signal(&pComponentPrivate->AlloBuf_threshold);
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Enc_Utils.c445 pthread_cond_destroy(&pComponentPrivate->AlloBuf_threshold);
1213 pthread_cond_signal(&pComponentPrivate->AlloBuf_threshold);
1294 pthread_cond_signal(&pComponentPrivate->AlloBuf_threshold);

Completed in 124 milliseconds

12