Searched refs:snd_midi_event_decode (Results 1 – 5 of 5) sorted by relevance
/third_party/alsa-lib/include/ |
D | seq_midi_event.h | 56 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/ |
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/ |
D | rawmidi_virt.c | 256 virt->in_buf_size = snd_midi_event_decode(virt->midi_event, in snd_rawmidi_virtual_read()
|
/third_party/alsa-lib/src/seq/ |
D | seq_midi_event.c | 557 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/ |
D | gstalsamidisrc.c | 488 snd_midi_event_decode (alsamidisrc->parser, alsamidisrc->buffer, in gst_alsa_midi_src_create()
|