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

  /device/asus/grouper/audio/
audio_hw.c 137 int write_threshold; member in struct:stream_out
668 out->write_threshold = out->pcm_config->period_size * period_count;
671 out->cur_write_threshold = out->write_threshold;
739 if (out->cur_write_threshold > out->write_threshold) {
741 if (out->cur_write_threshold < out->write_threshold) {
742 out->cur_write_threshold = out->write_threshold;
744 } else if (out->cur_write_threshold < out->write_threshold) {
746 if (out->cur_write_threshold > out->write_threshold) {
747 out->cur_write_threshold = out->write_threshold;
749 } else if ((kernel_frames < out->write_threshold) &
    [all...]
  /external/stressapptest/src/
worker.h 679 int64 write_threshold,
worker.cc     [all...]

Completed in 221 milliseconds