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

  /device/samsung/crespo/alsa-lib/test/
playmidi1.c 248 double bpm; local
249 bpm = 60.0E6 / (double) us;
250 printf("Tempo %d us/beat, %.2f bpm\n", us, bpm);
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 627 bpm = 4 variable in class:MidiSegInfo.segInfo
645 IniSetValue(JetDefs.JETMIDIFILES_INI, segment.filename, "BPM", str(mi.beats_per_measure))
664 bpm = IniGetValue(JetDefs.JETMIDIFILES_INI, segment.filename, "BPM", 'int', 0)
666 if iMsPerTick == 0 or bpm == 0 or ppqn == 0:
668 tb = TimeBase(ppqn, bpm)
677 ret.bpm = bpm
  /external/webkit/WebCore/rendering/
RenderBlock.cpp 4141 int bpm = getBorderPaddingMargin(toRenderInline(child), childIterator.endOfInline); local
    [all...]

Completed in 306 milliseconds