HomeSort by relevance Sort by last modified time
    Searched refs:pthread_cond_destroy (Results 51 - 71 of 71) sorted by null

1 23

  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEnc_Utils.c 536 pthread_cond_destroy(&pComponentPrivate->InLoaded_threshold);
539 pthread_cond_destroy(&pComponentPrivate->InIdle_threshold);
542 pthread_cond_destroy(&pComponentPrivate->AlloBuf_threshold);
545 pthread_cond_destroy(&bufferReturned_condition);
    [all...]
OMX_AacEncoder.c     [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Utils.c 525 pthread_cond_destroy(&pComponentPrivate->stop_cond);
526 pthread_cond_destroy(&pComponentPrivate->flush_cond);
527 /* pthread_cond_destroy(&pComponentPrivate->control_cond); */
530 pthread_cond_destroy(&pComponentPrivate->populate_cond);
531 pthread_cond_destroy(&pComponentPrivate->unpopulate_cond);
    [all...]
OMX_JpegEncoder.c     [all...]
  /bionic/libc/bionic/
pthread.c 1394 int pthread_cond_destroy(pthread_cond_t *cond) function
    [all...]
  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_meter.c 273 pthread_cond_destroy(&meter->running_cond);
pcm_share.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
G711EncTest.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/
G726EncTest.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDec_Utils.c 547 pthread_cond_destroy(&pComponentPrivate->InLoaded_threshold);
550 pthread_cond_destroy(&pComponentPrivate->InIdle_threshold);
553 pthread_cond_destroy(&pComponentPrivate->AlloBuf_threshold);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDec_Utils.c 518 pthread_cond_destroy(&pComponentPrivate->InLoaded_threshold);
521 pthread_cond_destroy(&pComponentPrivate->InIdle_threshold);
524 pthread_cond_destroy(&pComponentPrivate->AlloBuf_threshold);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEnc_Utils.c 480 pthread_cond_destroy(&pComponentPrivate->InLoaded_threshold);
483 pthread_cond_destroy(&pComponentPrivate->InIdle_threshold);
486 pthread_cond_destroy(&pComponentPrivate->AlloBuf_threshold);
    [all...]
OMX_WbAmrEncoder.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDec_Utils.c 599 pthread_cond_destroy(&pComponentPrivate->InLoaded_threshold);
602 pthread_cond_destroy(&pComponentPrivate->InIdle_threshold);
605 pthread_cond_destroy(&pComponentPrivate->AlloBuf_threshold);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
AmrEncTest.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
WmaDecTest.c     [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDec_Utils.c 528 if(pthread_cond_destroy(&(pComponentPrivate->sStop_cond)) != 0){
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_Utils.c 667 pthread_cond_destroy(&pComponentPrivate->stop_cond);
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDecoder.c     [all...]

Completed in 1107 milliseconds

1 23