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

  /external/sonivox/jet_tools/JetCreator/
eas.py 22 # EAS error codes
138 eas_logger = logging.getLogger('EAS')
206 # map EAS severity levels to the Python logging module
218 def __init__ (self, handle, eas):
221 self.eas = eas
226 with self.eas.lock:
227 result = eas_dll.EAS_SetVolume(self.eas.handle, self.handle, volume)
234 with self.eas.lock:
235 volume = eas_dll.EAS_GetVolume(self.eas.handle, self.handle)
    [all...]
JetUtils.py 366 e = __import__('eas')
370 eas = e.EAS()
372 eas.LoadDLSCollection(dlsFile)
373 eas.StartWave()
374 audio_file = eas.OpenFile(midiFile)
378 eas.StopWave()
379 eas.Shutdown()
585 """ Gets the length of a midi file via eas """
586 e = __import__('eas')
    [all...]
JetPreview.py 32 from eas import *
138 self.jet.eas.StartWave()
JetAudition.py 34 from eas import *
344 self.jet.eas.StartWave()
491 jet.eas.StartWave()
JetCreator.py 33 from eas import *
    [all...]
JetDialogs.py 33 from eas import *
    [all...]
  /frameworks/base/media/libmediaplayerservice/
MidiFile.h 23 #include <libsonivox/eas.h>
  /external/sonivox/arm-fm-22k/
Makefile 60 host_src/eas.h \
  /external/sonivox/arm-hybrid-22k/
Makefile 63 host_src/eas.h \
  /external/sonivox/arm-wt-22k/
Android.mk 72 host_src/eas.h \
  /frameworks/base/media/libstagefright/
StagefrightMediaScanner.cpp 27 #include <libsonivox/eas.h>
61 LOGE("EAS library/header mismatch\n");
66 // spin up a new EAS engine

Completed in 1104 milliseconds