Searched refs:e_playahead (Results 1 – 3 of 3) sorted by relevance
763 e->e_playahead = (fragfr * 3) / 2; in auimpl_engine_setup()765 e->e_playahead = ENG_PLAYAHEAD(e); in auimpl_engine_setup()770 if (e->e_playahead < ((fragfr * 3) / 2)) { in auimpl_engine_setup()771 e->e_playahead = (fragfr * 3) / 2; in auimpl_engine_setup()777 if (e->e_playahead > e->e_nframes) { in auimpl_engine_setup()778 e->e_playahead = (fragfr * 3) / 2; in auimpl_engine_setup()992 st->st_playahead.value.ui32 = e->e_playahead; in auimpl_engine_ksupdate()
507 while (cnt < e->e_playahead) { in auimpl_output_callback()550 while (cnt < e->e_playahead) { in auimpl_output_preload()
285 uint_t e_playahead; member