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

/frameworks/wilhelm/src/itf/
H A DIMIDITempo.c22 static SLresult IMIDITempo_SetTicksPerQuarterNote(SLMIDITempoItf self, SLuint32 tpqn) argument
26 if (!(1 <= tpqn && tpqn <= 32767)) {
31 thiz->mTicksPerQuarterNote = tpqn;
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h302 SLuint32 tpqn; member in struct:SLDataLocator_MIDIBufferQueue
2141 SLuint32 tpqn

Completed in 316 milliseconds