Home
last modified time | relevance | path

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

/TwlSDK-5.4/build/demos/snd/seq/src/
Dseq.c30 #define SEQ_SYSX_BUFFER_SIZE 64 macro
56 static u8 seqSysxBuffer[SEQ_SYSX_BUFFER_SIZE];
168 if (SEQ_SYSX_BUFFER_SIZE > handle->current_ptr[1] + 1) in SeqMain()