Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/
H A Dseqmid.h189 ((ev)->flags &= ~SND_SEQ_EVENT_LENGTH_MASK,\
203 ((ev)->flags &= ~SND_SEQ_EVENT_LENGTH_MASK,\
219 ((ev)->flags &= ~SND_SEQ_EVENT_LENGTH_MASK,\
H A Dseq_event.h222 #define SND_SEQ_EVENT_LENGTH_MASK (3<<2) /**< mask for event length bits */ macro
H A Dseq.h740 ((ev)->flags & SND_SEQ_EVENT_LENGTH_MASK)
/third_party/alsa-lib/src/seq/
H A Dseq_midi_event.c409 ev->flags &= ~SND_SEQ_EVENT_LENGTH_MASK; in snd_midi_event_encode_byte()
439 ev->flags &= ~SND_SEQ_EVENT_LENGTH_MASK; in snd_midi_event_encode_byte()
449 ev->flags &= ~SND_SEQ_EVENT_LENGTH_MASK; in snd_midi_event_encode_byte()
591 switch (ev->flags & SND_SEQ_EVENT_LENGTH_MASK) { in snd_midi_event_decode()
/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()
229 TEST_CHECK((ev.flags & SND_SEQ_EVENT_LENGTH_MASK) == SND_SEQ_EVENT_LENGTH_VARIABLE); 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.c237 switch (ev->flags & SND_SEQ_EVENT_LENGTH_MASK) { in decode_event()

Completed in 6 milliseconds