Home
last modified time | relevance | path

Searched refs:SND_SEQ_EVENT_LENGTH_VARIABLE (Results 1 - 6 of 6) sorted by relevance

/third_party/alsa-lib/include/
H A Dseq_event.h220 #define SND_SEQ_EVENT_LENGTH_VARIABLE (1<<2) /**< variable event size */ macro
H A Dseqmid.h204 (ev)->flags |= SND_SEQ_EVENT_LENGTH_VARIABLE,\
H A Dseq.h746 (snd_seq_ev_length_type(ev) == SND_SEQ_EVENT_LENGTH_VARIABLE)
/third_party/alsa-lib/test/
H A Dseq-decoder.c241 case SND_SEQ_EVENT_LENGTH_VARIABLE: in decode_event()
/third_party/alsa-lib/test/lsb/
H A Dmidi_event.c229 TEST_CHECK((ev.flags & SND_SEQ_EVENT_LENGTH_MASK) == SND_SEQ_EVENT_LENGTH_VARIABLE); in test_encode()
/third_party/alsa-lib/src/seq/
H A Dseq_midi_event.c450 ev->flags |= SND_SEQ_EVENT_LENGTH_VARIABLE; in snd_midi_event_encode_byte()

Completed in 7 milliseconds