HomeSort by: relevance | last modified time | path
    Searched defs:perrors (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libossaudio/
oss_dsp.c 60 int perrors, rerrors; local in function:_oss_dsp_ioctl
96 if (ioctl(fd, AUDIO_PERROR, &perrors) != -1) {
97 perrors /= ((tmpinfo.play.precision / NBBY) *
100 (perrors / tmpinfo.blocksize) - totalperrors;
oss_dsp.c 60 int perrors, rerrors; local in function:_oss_dsp_ioctl
96 if (ioctl(fd, AUDIO_PERROR, &perrors) != -1) {
97 perrors /= ((tmpinfo.play.precision / NBBY) *
100 (perrors / tmpinfo.blocksize) - totalperrors;

Completed in 23 milliseconds