Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/demos/snd/seq/src/
Dseq.c152 handle->current_ptr = handle->loop_begin; in SeqMain()
240 handle->loop_begin = handle->current_ptr + handle->current_ptr[2] + 3; in SeqExecMetaEvent()
245 if (handle->loop_begin != NULL) in SeqExecMetaEvent()
315 handle->loop_begin = NULL; in SeqPlay()
/TwlSDK-5.4/build/demos/snd/seq/include/
Dseq.h57 const u8 *loop_begin; /* Pointer to the location of the start of a loop */ member