Searched refs:snd_midi_event_decode (Results 1 - 4 of 4) sorted by relevance
/third_party/alsa-lib/include/ |
H A D | seq_midi_event.h | 56 long snd_midi_event_decode(snd_midi_event_t *dev, unsigned char *buf, long count, const snd_seq_event_t *ev);
|
/third_party/alsa-lib/test/lsb/ |
H A D | midi_event.c | 44 #define DECODE() snd_midi_event_decode(midi_event, buf, sizeof(buf), &ev) in test_decode() 149 TEST_CHECK(snd_midi_event_decode(midi_event, buf, 1, &ev) == -ENOMEM); in test_decode()
|
/third_party/alsa-lib/src/rawmidi/ |
H A D | rawmidi_virt.c | 254 virt->in_buf_size = snd_midi_event_decode(virt->midi_event, in snd_rawmidi_virtual_read()
|
/third_party/alsa-lib/src/seq/ |
H A D | seq_midi_event.c | 199 * When MIDI command merging is not disabled, #snd_midi_event_decode is allowed 559 long snd_midi_event_decode(snd_midi_event_t *dev, unsigned char *buf, long count, const snd_seq_event_t *ev) in snd_midi_event_decode() function
|
Completed in 3 milliseconds