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

  /device/asus/grouper/audio/
audio_hw.c 125 int write_threshold; member in struct:stream_out
655 out->write_threshold = out->pcm_config->period_size * period_count;
658 out->cur_write_threshold = out->write_threshold;
726 if (out->cur_write_threshold > out->write_threshold) {
728 if (out->cur_write_threshold < out->write_threshold) {
729 out->cur_write_threshold = out->write_threshold;
731 } else if (out->cur_write_threshold < out->write_threshold) {
733 if (out->cur_write_threshold > out->write_threshold) {
734 out->cur_write_threshold = out->write_threshold;
736 } 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 686 int write_threshold; member in struct:tuna_stream_out
    [all...]

Completed in 482 milliseconds