Searched refs:periods_played (Results 1 – 4 of 4) sorted by relevance
185 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()
371 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()
182 bat->periods_played = 0; in roundtrip_latency_init()230 if (bat->periods_played * frames > 2 * bat->rate in handleoutput()
233 unsigned int periods_played; member