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

  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
OMX_AacDec_CompThread.h 47 void* AACDEC_ComponentThread (void* pThreadData);
OMX_AacDec_Utils.h     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDec_CompThread.c 88 * @fn AACDEC_ComponentThread() This is component thread that keeps listening for
102 void* AACDEC_ComponentThread (void* pThreadData)
OMX_AacDec_Utils.c 405 nRet = pthread_create (&(pComponentPrivate->ComponentThread), &attr, AACDEC_ComponentThread, pComponentPrivate);
407 nRet = pthread_create (&(pComponentPrivate->ComponentThread), NULL, AACDEC_ComponentThread, pComponentPrivate);
    [all...]

Completed in 206 milliseconds