Lines Matching defs:bytes
226 if (aacirun->bytes <= 0) {
227 aacirun->bytes += aacirun->period;
239 aacirun->bytes -= len;
241 /* reading 16 bytes at a time */
286 if (aacirun->bytes <= 0) {
287 aacirun->bytes += aacirun->period;
299 aacirun->bytes -= len;
301 /* writing 16 bytes at a time */
524 * fifo_bytes is the number of bytes we transfer to/from
542 aacirun->bytes = aacirun->period;
551 ssize_t bytes = aacirun->ptr - aacirun->start;
553 return bytes_to_frames(runtime, bytes);