Searched refs:tpqn (Results 1 - 3 of 3) 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/src/
H A Ddata.c145 if (0 == pDataLocator->mMIDIBufferQueue.tpqn) {
146 pDataLocator->mMIDIBufferQueue.tpqn = 192;
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h302 SLuint32 tpqn; member in struct:SLDataLocator_MIDIBufferQueue
2141 SLuint32 tpqn

Completed in 287 milliseconds