Home
last modified time | relevance | path

Searched refs:wlimit (Results 1 – 1 of 1) sorted by relevance

/external/adhd/cras/src/server/
Ddev_stream.c438 unsigned int wlimit; in dev_stream_capture_avail() local
444 wlimit = cras_rstream_get_max_write_frames(rstream); in dev_stream_capture_avail()
445 wlimit -= dev_offset; in dev_stream_capture_avail()
446 cras_shm_get_writeable_frames(shm, wlimit, &frames_avail); in dev_stream_capture_avail()