Searched refs:frames_to_fill (Results 1 – 1 of 1) sorted by relevance
135 unsigned int frames_since_last, frames_to_fill, bytes_to_fill; in frames_queued() local140 frames_to_fill = MIN(buf_writable(sbuf) / frame_bytes, in frames_queued()142 if (frames_to_fill > 0) { in frames_queued()143 bytes_to_fill = frames_to_fill * frame_bytes; in frames_queued()