Lines Matching refs:timestamp2ns
40 long long timestamp2ns(snd_htimestamp_t t) in timestamp2ns() function
54 nsec1 = timestamp2ns(t1); in timediff()
55 nsec2 = timestamp2ns(t2); in timediff()
377 timestamp2ns(audio_tstamp_c), in main()
378 (long long)curr_count_c * 1000000000LL / SAMPLE_FREQ - timestamp2ns(audio_tstamp_c) in main()
392 timestamp2ns(audio_tstamp_c), in main()
393 …timediff(tstamp_c, trigger_tstamp_c) - timestamp2ns(audio_tstamp_c), audio_tstamp_report_c.accuracy in main()
420 timestamp2ns(audio_tstamp_p), in main()
421 (long long)curr_count_p * 1000000000LL / SAMPLE_FREQ - timestamp2ns(audio_tstamp_p) in main()
434 timestamp2ns(audio_tstamp_p), in main()
435 …timediff(tstamp_p, trigger_tstamp_p) - timestamp2ns(audio_tstamp_p), audio_tstamp_report_p.accuracy in main()