Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/demos/snd/seq/src/
Dseq.c115 handle->current_ptr += handle->next_delta_bytesize; in SeqMain()
200 handle->next_delta_bytesize = in SeqMain()
202 if (handle->next_delta_bytesize == 0) in SeqMain()
321 handle->next_delta_bytesize = SeqReadVariableData(handle->current_ptr, &handle->delta_time); in SeqPlay()
322 if (handle->next_delta_bytesize == 0) in SeqPlay()
/TwlSDK-5.4/build/demos/snd/seq/include/
Dseq.h45 u8 next_delta_bytesize; /* Byte size of the delta time for the next event */ member