Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/seq/
H A Dseq_midi_event.c410 ev->flags |= SND_SEQ_EVENT_LENGTH_FIXED; in snd_midi_event_encode_byte()
440 ev->flags |= SND_SEQ_EVENT_LENGTH_FIXED; in snd_midi_event_encode_byte()
592 case SND_SEQ_EVENT_LENGTH_FIXED: in snd_midi_event_decode()
/third_party/alsa-lib/include/
H A Dseq_event.h219 #define SND_SEQ_EVENT_LENGTH_FIXED (0<<2) /**< fixed event size */ macro
H A Dseqmid.h190 (ev)->flags |= SND_SEQ_EVENT_LENGTH_FIXED)
H A Dseq.h743 (snd_seq_ev_length_type(ev) == SND_SEQ_EVENT_LENGTH_FIXED)
/third_party/alsa-lib/test/lsb/
H A Dmidi_event.c189 TEST_CHECK((ev.flags & SND_SEQ_EVENT_LENGTH_MASK) == SND_SEQ_EVENT_LENGTH_FIXED); in test_encode()
346 TEST_CHECK((ev.flags & SND_SEQ_EVENT_LENGTH_MASK) == SND_SEQ_EVENT_LENGTH_FIXED); in test_encode_byte()
/third_party/alsa-lib/test/
H A Dseq-decoder.c238 case SND_SEQ_EVENT_LENGTH_FIXED: in decode_event()

Completed in 11 milliseconds