Home
last modified time | relevance | path

Searched refs:current_ptr (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.1.0/build/demos/snd/seq/src/
Dseq.c115 handle->current_ptr += handle->next_delta_bytesize; in SeqMain()
118 if (*handle->current_ptr >= 0x80) in SeqMain()
121 current_event = handle->running_status = *handle->current_ptr; in SeqMain()
136 if (*handle->current_ptr == SMF_META) in SeqMain()
152 handle->current_ptr = handle->loop_begin; in SeqMain()
158 handle->current_ptr += read_size; in SeqMain()
164 if (*handle->current_ptr == SMF_SYSX) in SeqMain()
168 if (SEQ_SYSX_BUFFER_SIZE > handle->current_ptr[1] + 1) in SeqMain()
173 seqSysxBuffer[0] = handle->current_ptr[0]; in SeqMain()
174 for (i = 1; i <= handle->current_ptr[1]; i++) in SeqMain()
[all …]
/TwlSDK-5.1.0/build/demos/snd/seq/include/
Dseq.h55 const u8 *current_ptr; /* Pointer to the current position */ member