Home
last modified time | relevance | path

Searched refs:snd_midi_event_encode (Results 1 – 4 of 4) sorted by relevance

/third_party/alsa-lib/include/
Dseq_midi_event.h53 long snd_midi_event_encode(snd_midi_event_t *dev, const unsigned char *buf, long count, snd_seq_eve…
/third_party/alsa-lib/src/rawmidi/
Drawmidi_virt.c212 size1 = snd_midi_event_encode(virt->midi_event, buffer, size, &virt->out_event); in snd_rawmidi_virtual_write()
/third_party/alsa-lib/test/lsb/
Dmidi_event.c184 #define ENCODE(str) snd_midi_event_encode(midi_event, \ in test_encode()
/third_party/alsa-lib/src/seq/
Dseq_midi_event.c360 long snd_midi_event_encode(snd_midi_event_t *dev, const unsigned char *buf, long count, snd_seq_eve… in snd_midi_event_encode() function