HomeSort by relevance Sort by last modified time
    Searched refs:codecFlush_threshold (Results 1 - 11 of 11) sorted by null

  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
OMX_AacDec_Utils.h 890 pthread_cond_t codecFlush_threshold;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
OMX_AacEnc_Utils.h 549 pthread_cond_t codecFlush_threshold;
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
OMX_Mp3Dec_Utils.h 727 pthread_cond_t codecFlush_threshold;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/inc/
OMX_WmaDec_Utils.h 833 pthread_cond_t codecFlush_threshold;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDec_Utils.c 517 pthread_cond_destroy(&pComponentPrivate->codecFlush_threshold);
    [all...]
OMX_AacDecoder.c 382 pthread_cond_init (&pComponentPrivate->codecFlush_threshold, NULL);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Dec_Utils.c 544 pthread_cond_destroy(&pComponentPrivate->codecFlush_threshold);
    [all...]
OMX_Mp3Decoder.c 372 pthread_cond_init (&pComponentPrivate->codecFlush_threshold, NULL);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDec_Utils.c     [all...]
OMX_WmaDecoder.c 393 pthread_cond_init (&pComponentPrivate->codecFlush_threshold, NULL);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEncoder.c 365 pthread_cond_init (&pComponentPrivate->codecFlush_threshold, NULL);
    [all...]

Completed in 57 milliseconds