Searched refs:AlloBuf_threshold (Results 26 - 49 of 49) sorted by relevance

12

/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
H A DOMX_G722Dec_Utils.c651 pthread_cond_destroy(&pComponentPrivate->AlloBuf_threshold);
1265 pthread_cond_signal(&pComponentPrivate->AlloBuf_threshold);
1281 pthread_cond_signal(&pComponentPrivate->AlloBuf_threshold);
H A DOMX_G722Decoder.c302 pthread_cond_init (&pComponentPrivate->AlloBuf_threshold, NULL);
1644 pthread_cond_wait(&pComponentPrivate->AlloBuf_threshold,
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
H A DOMX_G722Enc_Utils.c765 pthread_cond_destroy(&pComponentPrivate->AlloBuf_threshold);
1052 pthread_cond_signal(&pComponentPrivate->AlloBuf_threshold);
1068 pthread_cond_signal(&pComponentPrivate->AlloBuf_threshold);
H A DOMX_G722Encoder.c448 pthread_cond_init (&pComponentPrivate->AlloBuf_threshold, NULL);
1676 pthread_cond_wait(&pComponentPrivate->AlloBuf_threshold, &pComponentPrivate->AlloBuf_mutex);
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Dec_Utils.c522 pthread_cond_destroy(&pComponentPrivate->AlloBuf_threshold);
1164 pthread_cond_signal(&pComponentPrivate->AlloBuf_threshold);
1180 pthread_cond_signal(&pComponentPrivate->AlloBuf_threshold);
H A DOMX_G726Decoder.c307 pthread_cond_init (&pComponentPrivate->AlloBuf_threshold, NULL);
1693 pthread_cond_wait(&pComponentPrivate->AlloBuf_threshold,
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
H A DOMX_AmrEncoder.c483 pthread_cond_init (&pComponentPrivate->AlloBuf_threshold, NULL);
1791 pthread_cond_destroy(&pComponentPrivate->AlloBuf_threshold);
1888 pthread_cond_wait(&pComponentPrivate->AlloBuf_threshold, &pComponentPrivate->AlloBuf_mutex);
H A DOMX_AmrEnc_Utils.c1413 pthread_cond_signal(&pComponentPrivate->AlloBuf_threshold);
1475 pthread_cond_signal(&pComponentPrivate->AlloBuf_threshold);
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Decoder.c330 pthread_cond_init (&pComponentPrivate->AlloBuf_threshold, NULL);
1599 G711DEC_DPRINT ("%d :: BLOCK!! AlloBuf_threshold\n", __LINE__);
1603 pthread_cond_wait(&pComponentPrivate->AlloBuf_threshold,
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Encoder.c395 pthread_cond_init (&pComponentPrivate->AlloBuf_threshold, NULL);
1437 pthread_cond_wait(&pComponentPrivate->AlloBuf_threshold,
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDecoder.c390 pthread_cond_init (&pComponentPrivate->AlloBuf_threshold, NULL);
1737 pthread_cond_wait(&pComponentPrivate->AlloBuf_threshold, &pComponentPrivate->AlloBuf_mutex);
H A DOMX_WbAmrDec_Utils.c524 pthread_cond_destroy(&pComponentPrivate->AlloBuf_threshold);
1555 pthread_cond_signal(&pComponentPrivate->AlloBuf_threshold);
1638 pthread_cond_signal(&pComponentPrivate->AlloBuf_threshold);
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
H A DOMX_WmaDec_Utils.c605 pthread_cond_destroy(&pComponentPrivate->AlloBuf_threshold);
1061 pthread_cond_signal(&pComponentPrivate->AlloBuf_threshold);
1086 pthread_cond_signal(&pComponentPrivate->AlloBuf_threshold);
1154 pthread_cond_signal(&pComponentPrivate->AlloBuf_threshold);
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
H A DOMX_AacEncoder.c357 pthread_cond_init (&pComponentPrivate->AlloBuf_threshold, NULL);
1884 pthread_cond_wait(&pComponentPrivate->AlloBuf_threshold, &pComponentPrivate->AlloBuf_mutex);
H A DOMX_AacEnc_Utils.c542 pthread_cond_destroy(&pComponentPrivate->AlloBuf_threshold);
1568 pthread_cond_signal(&pComponentPrivate->AlloBuf_threshold);
1658 pthread_cond_signal(&pComponentPrivate->AlloBuf_threshold);
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Enc_Utils.c1227 pthread_cond_signal(&pComponentPrivate->AlloBuf_threshold);
1240 pthread_cond_signal(&pComponentPrivate->AlloBuf_threshold);
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Dec_Utils.c1288 pthread_cond_signal(&pComponentPrivate->AlloBuf_threshold);
1365 pthread_cond_signal(&pComponentPrivate->AlloBuf_threshold);
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Enc_Utils.c1311 pthread_cond_signal(&pComponentPrivate->AlloBuf_threshold);
1404 pthread_cond_signal(&pComponentPrivate->AlloBuf_threshold);
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
H A DOMX_Mp3Decoder.c364 pthread_cond_init (&pComponentPrivate->AlloBuf_threshold, NULL);
1831 &pComponentPrivate->AlloBuf_threshold,
H A DOMX_Mp3Dec_Utils.c538 pthread_cond_destroy(&pComponentPrivate->AlloBuf_threshold);
560 pthread_cond_signal(&pComponentPrivate->AlloBuf_threshold);
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
H A DOMX_AmrDecoder.c413 pthread_cond_init (&pComponentPrivate->AlloBuf_threshold, NULL);
1823 pthread_cond_wait(&pComponentPrivate->AlloBuf_threshold, &pComponentPrivate->AlloBuf_mutex);
H A DOMX_AmrDec_Utils.c553 pthread_cond_destroy(&pComponentPrivate->AlloBuf_threshold);
1542 pthread_cond_signal(&pComponentPrivate->AlloBuf_threshold);
1617 pthread_cond_signal(&pComponentPrivate->AlloBuf_threshold);
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
H A DOMX_WbAmrEncoder.c460 pthread_cond_init (&pComponentPrivate->AlloBuf_threshold, NULL);
1977 pthread_cond_wait(&pComponentPrivate->AlloBuf_threshold,
H A DOMX_WbAmrEnc_Utils.c486 pthread_cond_destroy(&pComponentPrivate->AlloBuf_threshold);
1524 pthread_cond_signal(&pComponentPrivate->AlloBuf_threshold);
1599 pthread_cond_signal(&pComponentPrivate->AlloBuf_threshold);

Completed in 770 milliseconds

12