Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_engine.c763 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()
H A Daudio_output.c507 while (cnt < e->e_playahead) { in auimpl_output_callback()
550 while (cnt < e->e_playahead) { in auimpl_output_preload()
H A Daudio_impl.h285 uint_t e_playahead; member