Home
last modified time | relevance | path

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

/third_party/alsa-lib/include/
Dseq_event.h212 #define SND_SEQ_TIME_STAMP_REAL (1<<0) /**< timestamp in real time */ macro
Dseqmid.h153 (ev)->flags |= SND_SEQ_TIME_STAMP_REAL,\
Dseq.h716 (snd_seq_ev_timestamp_type(ev) == SND_SEQ_TIME_STAMP_REAL)
/third_party/alsa-lib/test/
Dseq-sender.c120 ev.flags = SND_SEQ_TIME_STAMP_REAL | SND_SEQ_TIME_MODE_ABS; in send_event()
Dseq-decoder.c115 case SND_SEQ_TIME_STAMP_REAL: in decode_event()