HomeSort by relevance Sort by last modified time
    Searched refs:cap_limit (Results 1 - 4 of 4) sorted by null

  /external/adhd/cras/src/server/
dev_stream.h 166 * cap_limit[in]: The number of frames that can be captured across all
168 * is_cap_limit_stream[in]: 1 if this stream is causing cap_limit.
177 unsigned int cap_limit,
dev_stream.c 705 unsigned int cap_limit,
716 * If this stream is not cap_limit stream, and it needs more
720 * the cap_limit stream get its samples in shm read by client
721 * and relieve the cap_limit.
723 * Note that we need to know whether this stream is cap_limit
724 * stream here because the client of cap_limit stream may read
726 * needed_frames_from_device to be greater than cap_limit which
729 if (!is_cap_limit_stream && needed_frames_from_device > cap_limit)
789 unsigned int cap_limit,
803 cap_limit, is_cap_limit_stream
    [all...]
dev_io.c 307 unsigned int curr_level, cap_limit; local
325 cap_limit = get_stream_limit(adev, UINT_MAX, &cap_limit_stream);
337 cap_limit,
380 snd_pcm_uframes_t remainder, hw_level, cap_limit; local
409 cap_limit = get_stream_limit(adev, hw_level, &cap_limit_stream);
412 remainder = MIN(hw_level, cap_limit);
  /external/adhd/cras/src/tests/
audio_thread_unittest.cc 1033 unsigned int cap_limit,
    [all...]

Completed in 177 milliseconds