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;
765 e->e_playahead = ENG_PLAYAHEAD(e);
770 if (e->e_playahead < ((fragfr * 3) / 2)) {
771 e->e_playahead = (fragfr * 3) / 2;
777 if (e->e_playahead > e->e_nframes) {
778 e->e_playahead = (fragfr * 3) / 2;
992 st->st_playahead.value.ui32 = e->e_playahead;
H A Daudio_output.c507 while (cnt < e->e_playahead) {
550 while (cnt < e->e_playahead) {
H A Daudio_impl.h285 uint_t e_playahead; member in struct:audio_engine

Completed in 49 milliseconds