Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/demos/snd/seq/src/
Dseq.c106 if (handle->delta_time > 0) in SeqMain()
108 handle->delta_time--; in SeqMain()
111 while (handle->delta_time == 0) in SeqMain()
201 SeqReadVariableData(handle->current_ptr, &handle->delta_time); in SeqMain()
321 handle->next_delta_bytesize = SeqReadVariableData(handle->current_ptr, &handle->delta_time); in SeqPlay()
/TwlSDK-5.4/build/demos/snd/seq/include/
Dseq.h54 u32 delta_time; /* Delta time until the next event */ member