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 123 int write_threshold; member in struct:stream_out
647 out->write_threshold = out->pcm_config->period_size * period_count;
650 out->cur_write_threshold = out->write_threshold;
718 if (out->cur_write_threshold > out->write_threshold) {
720 if (out->cur_write_threshold < out->write_threshold) {
721 out->cur_write_threshold = out->write_threshold;
723 } else if (out->cur_write_threshold < out->write_threshold) {
725 if (out->cur_write_threshold > out->write_threshold) {
726 out->cur_write_threshold = out->write_threshold;
728 } else if ((kernel_frames < out->write_threshold) &
    [all...]
  /device/ti/panda/audio/
audio_hw.c 610 int write_threshold; member in struct:omap4_stream_out
    [all...]
  /device/samsung/tuna/audio/
audio_hw.c 678 int write_threshold; member in struct:tuna_stream_out
    [all...]

Completed in 1538 milliseconds