Home | History | Annotate | Download | only in audio

Lines Matching defs:bytes

403                 oss_logerr (errno, "failed to write %d bytes\n",
435 int bytes, pos;
444 bytes = audio_ring_dist (cntinfo.ptr, pos, bufsize);
445 decr = audio_MIN (bytes >> hw->info.shift, live);
454 if (abinfo.bytes > bufsize) {
458 abinfo.bytes, bufsize);
460 abinfo.bytes = bufsize;
463 if (abinfo.bytes < 0) {
466 abinfo.bytes, bufsize);
471 decr = audio_MIN (abinfo.bytes >> hw->info.shift, live);
562 oss_logerr (errno, "Failed to map %d bytes of DAC\n",
602 "Could not allocate DAC buffer (%d samples, each %d bytes)\n",
717 dolog ("Could not allocate ADC buffer (%d samples, each %d bytes)\n",
794 "Failed to read %d bytes of audio (to %p)\n",
860 .descr = "Fragment size in bytes"