Searched refs:sc_sil_count (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/
H A Daudiovar.h156 int sc_sil_count; /* # of silence bytes */ member in struct:audio_softc
H A Daudio.c1580 sc->sc_sil_count = 0;
1672 sc->sc_sil_count = 0;
2314 sc->sc_sil_count = 0;
2824 * and extends sc_sil_count bytes. If there is already silence in
2826 * silent nothing happens. When the writer starts again sc_sil_count
2842 if (sc->sc_sil_count > 0) {
2844 e = s + sc->sc_sil_count; /* end of sil., may be beyond end */
2853 sc->sc_sil_count = max(sc->sc_sil_count, q-s);
2856 cc, inp, sc->sc_sil_count,
[all...]

Completed in 158 milliseconds