HomeSort by relevance Sort by last modified time
    Searched refs:InLoaded_mutex (Results 26 - 49 of 49) sorted by null

12

  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
OMX_AmrEnc_Utils.h 865 pthread_mutex_t InLoaded_mutex;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/
OMX_WbAmrEnc_Utils.h 707 pthread_mutex_t InLoaded_mutex;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
OMX_WmaDec_Utils.h 820 pthread_mutex_t InLoaded_mutex;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDecoder.c 369 pthread_mutex_init(&pComponentPrivate->InLoaded_mutex, NULL);
    [all...]
OMX_AacDec_Utils.c 504 pthread_mutex_destroy(&pComponentPrivate->InLoaded_mutex);
691 pthread_mutex_lock(&pComponentPrivate->InLoaded_mutex);
692 pthread_cond_wait(&pComponentPrivate->InLoaded_threshold, &pComponentPrivate->InLoaded_mutex);
693 pthread_mutex_unlock(&pComponentPrivate->InLoaded_mutex);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEncoder.c 368 pthread_mutex_init(&pComponentPrivate->InLoaded_mutex, NULL);
    [all...]
OMX_AacEnc_Utils.c 535 pthread_mutex_destroy(&pComponentPrivate->InLoaded_mutex);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Decoder.c 375 pthread_mutex_init(&pComponentPrivate->InLoaded_mutex, NULL);
    [all...]
OMX_Mp3Dec_Utils.c 531 pthread_mutex_destroy(&pComponentPrivate->InLoaded_mutex);
729 pthread_mutex_lock(&pComponentPrivate->InLoaded_mutex);
730 pthread_cond_wait(&pComponentPrivate->InLoaded_threshold, &pComponentPrivate->InLoaded_mutex);
731 pthread_mutex_unlock(&pComponentPrivate->InLoaded_mutex);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDecoder.c 420 pthread_mutex_init(&pComponentPrivate->InLoaded_mutex, NULL);
    [all...]
OMX_AmrDec_Utils.c 546 pthread_mutex_destroy(&pComponentPrivate->InLoaded_mutex);
770 pthread_mutex_lock(&pComponentPrivate->InLoaded_mutex);
771 pthread_cond_wait(&pComponentPrivate->InLoaded_threshold, &pComponentPrivate->InLoaded_mutex);
772 pthread_mutex_unlock(&pComponentPrivate->InLoaded_mutex);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEncoder.c 463 pthread_mutex_init(&pComponentPrivate->InLoaded_mutex, NULL);
    [all...]
OMX_WbAmrEnc_Utils.c 479 pthread_mutex_destroy(&pComponentPrivate->InLoaded_mutex);
774 pthread_mutex_lock(&pComponentPrivate->InLoaded_mutex);
776 &pComponentPrivate->InLoaded_mutex);
777 pthread_mutex_unlock(&pComponentPrivate->InLoaded_mutex);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Dec_Utils.c 514 pthread_mutex_destroy(&pComponentPrivate->InLoaded_mutex);
748 pthread_mutex_lock(&pComponentPrivate->InLoaded_mutex);
750 &pComponentPrivate->InLoaded_mutex);
751 pthread_mutex_unlock(&pComponentPrivate->InLoaded_mutex);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Enc_Utils.c 450 pthread_mutex_destroy(&pComponentPrivate->InLoaded_mutex);
689 pthread_mutex_lock(&pComponentPrivate->InLoaded_mutex);
691 &pComponentPrivate->InLoaded_mutex);
692 pthread_mutex_unlock(&pComponentPrivate->InLoaded_mutex);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Dec_Utils.c 644 pthread_mutex_destroy(&pComponentPrivate->InLoaded_mutex);
779 pthread_mutex_lock(&pComponentPrivate->InLoaded_mutex);
781 &pComponentPrivate->InLoaded_mutex);
782 pthread_mutex_unlock(&pComponentPrivate->InLoaded_mutex);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Enc_Utils.c 758 pthread_mutex_destroy(&pComponentPrivate->InLoaded_mutex);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Dec_Utils.c 515 pthread_mutex_destroy(&pComponentPrivate->InLoaded_mutex);
650 pthread_mutex_lock(&pComponentPrivate->InLoaded_mutex);
652 &pComponentPrivate->InLoaded_mutex);
653 pthread_mutex_unlock(&pComponentPrivate->InLoaded_mutex);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Enc_Utils.c 702 pthread_mutex_lock(&pComponentPrivate->InLoaded_mutex);
703 pthread_cond_wait(&pComponentPrivate->InLoaded_threshold, &pComponentPrivate->InLoaded_mutex);
704 pthread_mutex_unlock(&pComponentPrivate->InLoaded_mutex);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Dec_Utils.c 742 pthread_mutex_lock(&pComponentPrivate->InLoaded_mutex);
743 pthread_cond_wait(&pComponentPrivate->InLoaded_threshold, &pComponentPrivate->InLoaded_mutex);
744 pthread_mutex_unlock(&pComponentPrivate->InLoaded_mutex);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Enc_Utils.c 720 pthread_mutex_lock(&pComponentPrivate->InLoaded_mutex);
722 &pComponentPrivate->InLoaded_mutex);
723 pthread_mutex_unlock(&pComponentPrivate->InLoaded_mutex);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDec_Utils.c 517 pthread_mutex_destroy(&pComponentPrivate->InLoaded_mutex);
771 pthread_mutex_lock(&pComponentPrivate->InLoaded_mutex);
772 pthread_cond_wait(&pComponentPrivate->InLoaded_threshold, &pComponentPrivate->InLoaded_mutex);
773 pthread_mutex_unlock(&pComponentPrivate->InLoaded_mutex);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDec_Utils.c 598 pthread_mutex_destroy(&pComponentPrivate->InLoaded_mutex);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEnc_Utils.c 738 pthread_mutex_lock(&pComponentPrivate->InLoaded_mutex);
739 pthread_cond_wait(&pComponentPrivate->InLoaded_threshold, &pComponentPrivate->InLoaded_mutex);
740 pthread_mutex_unlock(&pComponentPrivate->InLoaded_mutex);
    [all...]

Completed in 696 milliseconds

12