HomeSort by relevance Sort by last modified time
    Searched full:timebase (Results 1 - 25 of 28) sorted by null

1 2

  /external/sonivox/arm-wt-22k/lib_src/
eas_xmf.h 52 /* default timebase (120BPM) */
eas_smfdata.h 59 /* default timebase (120BPM) */
eas_smf.c 9 * For SMF timebase analysis, see "MIDI Sequencer Analysis.xls".
47 //3 dls: The timebase for this module is adequate to keep MIDI and
50 //3 required, more fractional bits should be added to the timebase.
843 /* read the 3-byte timebase value */
    [all...]
eas_tonecontrol.c 657 /* set default timebase */
879 /* calculate new timebase */
903 /* calculate new timebase */
  /external/sonivox/jet_tools/JetCreator/
midifile.py 214 # TimeBase
216 class TimeBase (object):
388 def TimeEventStr (self, timebase):
389 return '[%s]: %s' % (timebase.ConvertTicksToStr(self.ticks), self.__str__())
955 def DumpEvents (self, output, timebase):
958 output.write('%s\n' % event.TimeEventStr(timebase))
961 midi_file_logger.debug(event.TimeEventStr(timebase))
983 tick_warning_level = stream.timebase.ppqn * LARGE_TICK_WARNING
    [all...]
JetUtils.py 35 from midifile import TimeBase, trackGrid
347 return TimeBase().ConvertStrTimeToTicks(mbt1)
353 return TimeBase().ConvertTicksToMBT(ticks)
357 return TimeBase().ConvertTicksToStr(ticks, '%02d:%02d:%02d')
361 return TimeBase().MbtDifference(mbt1, mbt2)
668 tb = TimeBase(ppqn, bpm)
  /external/libvpx/vpx/
vpx_encoder.h 134 (in timebase units) */
136 (in timebase units) */
276 /*!\brief Stream timebase units
281 * the \ref RECOMMENDED method is to set the timebase to the reciprocal
285 * \ref RECOMMENDED method is to set the timebase to that of the parent
677 * \param[in] pts Presentation time stamp, in timebase units.
678 * \param[in] duration Duration to show frame, in timebase units.
  /external/sonivox/arm-fm-22k/lib_src/
eas_smfdata.h 59 /* default timebase (120BPM) */
eas_smf.c 9 * For SMF timebase analysis, see "MIDI Sequencer Analysis.xls".
47 //3 dls: The timebase for this module is adequate to keep MIDI and
50 //3 required, more fractional bits should be added to the timebase.
843 /* read the 3-byte timebase value */
    [all...]
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_smfdata.h 59 /* default timebase (120BPM) */
eas_smf.c 9 * For SMF timebase analysis, see "MIDI Sequencer Analysis.xls".
47 //3 dls: The timebase for this module is adequate to keep MIDI and
50 //3 required, more fractional bits should be added to the timebase.
843 /* read the 3-byte timebase value */
    [all...]
  /development/pdk/docs/porting/
intro_source_code.jd 32 <li>Android Alarm: A driver which provides timers that can wake the device up from sleep and a monotonic timebase that runs while the device is asleep.</li>
  /external/libvpx/
vpxdec.c 395 /* Some versions of vpxenc used 1/(2*fps) for the timebase, so
396 * we can guess the framerate using only the timebase in this
398 * timebase, like we do for webm.
402 /* Correct for the factor of 2 applied to the timebase in the
vpxenc.c 888 static const arg_def_t timebase = ARG_DEF(NULL, "timebase", 1, variable
889 "Stream timebase (frame duration)");
898 &width, &height, &timebase, &framerate, &error_resilient,
    [all...]
CHANGELOG 61 vpxenc supports the distinction between --fps and --timebase
  /external/srec/srec/cfront/
himul32.h 44 /* Reads timebase register for a higher precision clock */
  /frameworks/base/core/java/android/widget/
Chronometer.java 37 * You can give it a start time in the {@link SystemClock#elapsedRealtime} timebase,
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_facets_nonio.h 389 * This function returns an enum from timebase::dateorder giving the
393 * timebase::dateorder::noorder.
397 * @return A member of timebase::dateorder.
544 * This function returns an enum from timebase::dateorder giving the
549 * @return A member of timebase::dateorder.
    [all...]
  /frameworks/base/core/java/android/app/
Notification.java 310 * timebase.
Instrumentation.java     [all...]
  /packages/apps/Phone/src/com/android/phone/
NotificationMgr.java 607 // of the SystemClock.elapsedRealtime() timebase (which is what
614 // and translate that into the elapsedRealtime() timebase.
    [all...]
  /external/qemu/
cpu-all.h 929 /* This reads timebase in one 64bit go and includes Cell workaround from:
  /packages/apps/Mms/src/com/android/mms/data/
Conversation.java 424 * on the {@link System#currentTimeMillis} timebase.
    [all...]
  /external/libvpx/vp8/
vp8_cx_iface.c 580 /* Convert duration parameter from stream timebase to microseconds */
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
Drawable.java 262 * @param when The time (in milliseconds) to run. The timebase is
    [all...]

Completed in 678 milliseconds

1 2