Home | History | Annotate | Download | only in audio

Lines Matching defs:bytes

904             dolog ("Could not allocate soft capture voice (%zu bytes)\n",
1265 int bytes;
1277 bytes = sw->hw->pcm_ops->write (sw, buf, size);
1278 return bytes;
1283 int bytes;
1295 bytes = sw->hw->pcm_ops->read (sw, buf, size);
1296 return bytes;
1456 int bytes = to_write << hw->info.shift;
1460 written = audio_pcm_sw_write (sw, NULL, bytes);
1461 if (written - bytes) {
1462 dolog ("Could not mix %d bytes into a capture "
1464 bytes, written);
2129 "(%d samples, each %d bytes)\n",