Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/
Dseq_midi_event.h56 long snd_midi_event_decode(snd_midi_event_t *dev, unsigned char *buf, long count, const snd_seq_eve…
/third_party/alsa-lib/test/lsb/
Dmidi_event.c44 #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/
Drawmidi_virt.c256 virt->in_buf_size = snd_midi_event_decode(virt->midi_event, in snd_rawmidi_virtual_read()
/third_party/alsa-lib/src/seq/
Dseq_midi_event.c557 long snd_midi_event_decode(snd_midi_event_t *dev, unsigned char *buf, long count, const snd_seq_eve… in snd_midi_event_decode() function
/third_party/gstreamer/gstplugins_base/ext/alsa/
Dgstalsamidisrc.c488 snd_midi_event_decode (alsamidisrc->parser, alsamidisrc->buffer, in gst_alsa_midi_src_create()