Lines Matching refs:boundary
49 if (runtime->silence_size < runtime->boundary) { in snd_pcm_playback_silence()
54 n += runtime->boundary; in snd_pcm_playback_silence()
77 runtime->boundary; in snd_pcm_playback_silence()
82 frames += runtime->boundary; in snd_pcm_playback_silence()
368 if (hw_base >= runtime->boundary) { in snd_pcm_update_hw_ptr0()
381 if (hw_base >= runtime->boundary) { in snd_pcm_update_hw_ptr0()
390 delta += runtime->boundary; in snd_pcm_update_hw_ptr0()
422 if (hw_base >= runtime->boundary) { in snd_pcm_update_hw_ptr0()
470 if (new_hw_ptr >= runtime->boundary) { in snd_pcm_update_hw_ptr0()
471 new_hw_ptr -= runtime->boundary; in snd_pcm_update_hw_ptr0()
514 delta += runtime->boundary; in snd_pcm_update_hw_ptr0()
517 if (runtime->hw_ptr_interrupt >= runtime->boundary) in snd_pcm_update_hw_ptr0()
518 runtime->hw_ptr_interrupt -= runtime->boundary; in snd_pcm_update_hw_ptr0()
525 runtime->hw_ptr_wrap += runtime->boundary; in snd_pcm_update_hw_ptr0()
2060 if (appl_ptr >= runtime->boundary) in snd_pcm_lib_write1()
2061 appl_ptr -= runtime->boundary; in snd_pcm_lib_write1()
2292 if (appl_ptr >= runtime->boundary) in snd_pcm_lib_read1()
2293 appl_ptr -= runtime->boundary; in snd_pcm_lib_read1()