Lines Matching defs:bytes
106 size_t period_bytes; // bytes in a one period
108 size_t total_bytes; // Total bytes read/written
142 static inline void inc_buf_pos(struct pcmtst_buf_iter *v_iter, size_t by, size_t bytes)
146 if (v_iter->buf_pos >= bytes)
147 v_iter->buf_pos %= bytes;
162 * Get the count of bytes written for the current channel in the interleaved mode.
191 // If we broke during the loop, add remaining bytes to the buffer position.
291 //b_rw - count of bytes must be written for all channels at each timer tick
339 * Here we iterate through the buffer by (buffer_size / iterates_per_second) bytes.
485 // We want to record RATE * ch_cnt samples per sec, it is rate * sample_bytes * ch_cnt bytes