Home
last modified time | relevance | path

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

/third_party/alsa-lib/test/
Daudio_time.c125 snd_pcm_audio_tstamp_report_t audio_tstamp_report_p; in main() local
175 memset(&audio_tstamp_report_p, 0, sizeof(snd_pcm_audio_tstamp_report_t)); in main()
412 &audio_tstamp_p, &audio_tstamp_config_p, &audio_tstamp_report_p, in main()
425 if (audio_tstamp_report_p.valid == 0) in main()
427 if (audio_tstamp_report_p.accuracy_report == 0) in main()
435 …timediff(tstamp_p, trigger_tstamp_p) - timestamp2ns(audio_tstamp_p), audio_tstamp_report_p.accuracy in main()