Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/
Dseq_event.h211 #define SND_SEQ_TIME_STAMP_TICK (0<<0) /**< timestamp in clock ticks */ macro
Dseqmid.h134 (ev)->flags |= SND_SEQ_TIME_STAMP_TICK,\
Dseq.h713 (snd_seq_ev_timestamp_type(ev) == SND_SEQ_TIME_STAMP_TICK)
/third_party/alsa-lib/test/
Dseq-decoder.c111 case SND_SEQ_TIME_STAMP_TICK: in decode_event()
/third_party/alsa-utils/seq/aplaymidi/
Daplaymidi.c662 ev.flags = SND_SEQ_TIME_STAMP_TICK; in play_midi()