/external/sonivox/jet_tools/JetCreator/ |
JetPreview.py | 59 self.jet.TriggerClip(iEventId)
69 self.jet.SetMuteFlag(trackNum, mute, sync)
79 self.jet.TriggerClip(eventID)
102 # create a temporary config file, and jet output file
137 self.jet = JET()
138 self.jet.eas.StartWave()
139 self.jet.OpenFile(self.jet_file.config.filename)
143 Queue(self.jet, self.queueSegs[index])
146 self.jet.Play() [all...] |
JetAudition.py | 6 Auditions a jet file to simulate interactive music functions
62 self.jet = None
202 self.jet.SetMuteFlag(trackNum, mute, sync)
221 self.jet.TriggerClip(iEventId)
342 """ Sets up a loop looking for jet file actions based on UI commands """
343 self.jet = JET()
344 self.jet.eas.StartWave()
345 self.jet.OpenFile(self.jet_file.config.filename)
356 Queue(self.jet, self.queueSegs[index]) [all...] |
JetCreator.py | 6 Jet file creation utility for JET sound engine
60 self.jet = None
[all...] |
JetUtils.py | 99 def Queue (jet, queueSeg):
101 jet.QueueSegment(queueSeg.userID, queueSeg.seg_num, queueSeg.dls_num, queueSeg.repeat, queueSeg.transpose, queueSeg.mute_flags)
284 """ Builds a list of recent jet files """
300 """ Appends to a list of recent jet files """
473 """ Gets the jet help text file """
481 #zip the original .JET file
523 #create a flag file so we know this is a jet archive
549 dlg = dImp.JetErrors("Jet Definition File Errors")
734 def SafeJetShutdown(lock, jet):
735 """ Makes sure we do the jet shutdown properly """ [all...] |
eas.py | [all...] |
/frameworks/base/media/java/android/media/ |
JetPlayer.java | 32 * JetPlayer provides access to JET content playback and control. 34 * <p>Please refer to the JET Creator User Manual for a presentation of the JET interactive 37 * <p>Use of the JetPlayer class is based around the playback of a number of JET segments 46 * right time, as authored in the corresponding JET file.</li> 48 * As a result of the rendering and playback of the JET segments, the user of the JetPlayer instance 49 * can receive notifications from the JET engine relative to: 94 // Jet rendering audio parameters 104 * Handler for jet events and status updates coming from the native code 185 * Stops the current JET playback, and releases all associated native resources 564 JetPlayer jet = (JetPlayer)((WeakReference)jetplayer_ref).get(); local [all...] |
/external/sonivox/arm-wt-22k/ |
Android.mk | 38 lib_src/jet.c \ 75 host_src/jet.h
|
/frameworks/av/include/media/ |
JetPlayer.h | 22 #include <libsonivox/jet.h> 78 Mutex mMutex; // mutex to sync the render and playback thread with the JET calls
|
/external/sonivox/arm-wt-22k/lib_src/ |
arm-wt-22k_lib.mak | 21 OBJS = eas_mididata.o eas_pan.o eas_wavefiledata.o eas_imelody.o eas_xmfdata.o ARM-E_interpolate_noloop_gnu.o eas_chorusdata.o ARM-E_voice_gain_gnu.o eas_ota.o eas_reverbdata.o eas_rtttl.o eas_reverb.o jet.o eas_mdls.o eas_mixbuf.o eas_smf.o eas_tcdata.o eas_chorus.o eas_pcmdata.o eas_xmf.o eas_smfdata.o eas_math.o eas_tonecontrol.o eas_rtttldata.o eas_voicemgt.o eas_public.o eas_dlssynth.o ARM-E_interpolate_loop_gnu.o ARM-E_filter_gnu.o eas_midi.o eas_otadata.o eas_flog.o eas_wtengine.o eas_imaadpcm.o eas_wtsynth.o wt_22khz.o eas_pcm.o eas_mixer.o eas_wavefile.o eas_ima_tables.o eas_data.o ARM-E_mastergain_gnu.o eas_imelodydata.o
|
/external/ceres-solver/include/ceres/internal/ |
autodiff.h | 33 // dual numbers in jet.h. Before reading the rest of this file, it is adivsable 34 // to read jet.h's header comment in detail. 59 // Similar to the 2-parameter example for f described in jet.h, computing the 60 // jacobian dy/dx is done by substutiting a suitable jet object for x and all 62 // a Jet<double, 4>. 64 // Before substituting a jet object for x, the dual components are set 89 // vector-valued parameters, for example, x[3] and z[6]. Unfortunately, the jet 110 // In this case, the necessary jet type is Jet<double, 5>. Here is a 111 // visualization of the jet objects in this case [all...] |
/external/chromium/net/base/ |
effective_tld_names.cc | [all...] |
/external/chromium_org/net/base/registry_controlled_domains/ |
effective_tld_names.cc | [all...] |