Home | History | Annotate | Download | only in audio

Lines Matching refs:write_threshold

137     int write_threshold;
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) &&
750 ((out->write_threshold - kernel_frames) >