Home
last modified time | relevance | path

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

/third_party/alsa-utils/bat/
Dtinyalsa.c185 bat->periods_played++; in latencytest_process_output()
233 bat->periods_played++; in play_sample()
235 && bat->periods_played >= bat->periods_total) in play_sample()
412 bat->periods_played++; in capture_sample()
415 && bat->periods_played >= bat->periods_total) in capture_sample()
Dalsa.c371 bat->periods_played++; in latencytest_process_output()
416 bat->periods_played++; in write_to_pcm_loop()
418 && bat->periods_played >= bat->periods_total) in write_to_pcm_loop()
588 bat->periods_played++; in read_from_pcm_loop()
591 && bat->periods_played >= bat->periods_total) in read_from_pcm_loop()
Dlatencytest.c182 bat->periods_played = 0; in roundtrip_latency_init()
230 if (bat->periods_played * frames > 2 * bat->rate in handleoutput()
Dcommon.h233 unsigned int periods_played; member