Searched defs:uspqn (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DIMIDITempo.c59 static SLresult IMIDITempo_SetMicrosecondsPerQuarterNote(SLMIDITempoItf self, SLmicrosecond uspqn) argument
64 if (!(1 <= uspqn && uspqn <= 16777215)) {
69 thiz->mMicrosecondsPerQuarterNote = uspqn;
78 static SLresult IMIDITempo_GetMicrosecondsPerQuarterNote(SLMIDITempoItf self, SLmicrosecond *uspqn) argument
82 if (NULL == uspqn) {
89 *uspqn = microsecondsPerQuarterNote;

Completed in 52 milliseconds