Home
last modified time | relevance | path

Searched refs:timebase (Results 1 – 5 of 5) sorted by relevance

/external/sonivox/jet_tools/JetCreator/
Dmidifile.py388 def TimeEventStr (self, timebase): argument
389 return '[%s]: %s' % (timebase.ConvertTicksToStr(self.ticks), self.__str__())
955 def DumpEvents (self, output, timebase): argument
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
1195 controller_events.DumpEvents(None, self.stream.timebase)
1219 …er.debug('Trim: trimming note that extends past end %s' % event.TimeEventStr(self.stream.timebase))
1242 self.events.DumpEvents(output, self.stream.timebase)
1244 output.write('[%s]: end-of-track\n' % self.stream.timebase.ConvertTicksToStr(self.end_of_track))
[all …]
/external/chromium-trace/src/tracing/
Dtimeline.js219 set gridTimebase(timebase) { argument
220 if (this.gridTimebase_ == timebase)
222 this.gridTimebase_ = timebase;
/external/libvpx/
Dvpxenc.c919 static const arg_def_t timebase = ARG_DEF(NULL, "timebase", 1, variable
929 &width, &height, &timebase, &framerate, &error_resilient,
1262 else if (arg_match(&arg, &timebase, argi)) in main()
DCHANGELOG138 vpxenc supports the distinction between --fps and --timebase
/external/chromium/chrome/browser/automation/
Dui_controls_mac.mm59 // If this is the first time we've run, get the timebase.