Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/seq/
Dseq_midi_event.c74 static void two_param_decode(const snd_seq_event_t *ev, unsigned char *buf);
91 {SND_SEQ_EVENT_CONTROLLER, 2, two_param_ctrl_event, two_param_decode},
641 static void two_param_decode(const snd_seq_event_t *ev, unsigned char *buf) in two_param_decode() function