Home
last modified time | relevance | path

Searched refs:hardware_buf_fill (Results 1 – 2 of 2) sorted by relevance

/dports/audio/moc/moc-2.5.2/
H A Dout_buf.c184 buf->hardware_buf_fill = audio_get_buf_fill(); in read_thread()
209 buf->hardware_buf_fill = 0; in out_buf_init()
348 buf->hardware_buf_fill = 0; in out_buf_reset()
370 time = buf->time - (bps ? buf->hardware_buf_fill / (float)bps : 0); in out_buf_time_get()
H A Dout_buf.h36 int hardware_buf_fill; /* How the sound card buffer is filled. */ member