Home
last modified time | relevance | path

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

/third_party/alsa-lib/test/
Daudio_time.c126 snd_pcm_audio_tstamp_report_t audio_tstamp_report_c; in main() local
176 memset(&audio_tstamp_report_c, 0, sizeof(snd_pcm_audio_tstamp_report_t)); in main()
369 &audio_tstamp_c, &audio_tstamp_config_c, &audio_tstamp_report_c, in main()
382 if (audio_tstamp_report_c.valid == 0) in main()
384 if (audio_tstamp_report_c.accuracy_report == 0) in main()
393 …timediff(tstamp_c, trigger_tstamp_c) - timestamp2ns(audio_tstamp_c), audio_tstamp_report_c.accuracy in main()