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

  /external/sonivox/arm-wt-22k/host_src/
eas.h 363 * EAS_GetPriority()
379 EAS_PUBLIC EAS_RESULT EAS_GetPriority (EAS_DATA_HANDLE pEASData, EAS_HANDLE streamHandle, EAS_I32 *pPriority);
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_public.c     [all...]
  /external/sonivox/jet_tools/JetCreator/
eas.py 251 eas_logger.debug('Call EAS_GetPriority')
254 result = eas_dll.EAS_GetPriority(self.eas.handle, self.handle, byref(priority))
256 raise EAS_Exception(result, 'EAS_GetPriority error %d on file %s' % (result, self.path), 'EAS_GetPriority')
257 eas_logger.debug('EAS_GetPriority: priority=%d' % priority.value)
    [all...]

Completed in 438 milliseconds