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

  /external/sonivox/arm-wt-22k/host_src/
eas.h 423 * EAS_SetMaxLoad()
443 EAS_PUBLIC EAS_RESULT EAS_SetMaxLoad (EAS_DATA_HANDLE pEASData, EAS_I32 maxLoad);
    [all...]
  /external/sonivox/arm-wt-22k/lib_src/
eas_public.c     [all...]
  /external/sonivox/jet_tools/JetCreator/
eas.py 855 eas_logger.debug('Call EAS_SetMaxLoad: max_load=%d' % max_load)
857 result = eas_dll.EAS_SetMaxLoad(self.handle, max_load)
859 raise EAS_Exception(result, 'EAS_SetMaxLoad error %d' % result, 'EAS_SetMaxLoad')
    [all...]

Completed in 562 milliseconds