HomeSort by relevance Sort by last modified time
    Searched full:frames_to_fill (Results 1 - 1 of 1) sorted by null

  /external/adhd/cras/src/server/
cras_loopback_iodev.c 130 unsigned int frames_since_last, frames_to_fill, bytes_to_fill; local
135 frames_to_fill = MIN(buf_writable_bytes(sbuf) / frame_bytes,
137 if (frames_to_fill > 0) {
138 bytes_to_fill = frames_to_fill * frame_bytes;

Completed in 69 milliseconds