Lines Matching refs:boundary
58 if (runtime->silence_size < runtime->boundary) { in snd_pcm_playback_silence()
63 n += runtime->boundary; in snd_pcm_playback_silence()
86 runtime->boundary; in snd_pcm_playback_silence()
91 frames += runtime->boundary; in snd_pcm_playback_silence()
344 if (hw_base >= runtime->boundary) { in snd_pcm_update_hw_ptr0()
357 if (hw_base >= runtime->boundary) { in snd_pcm_update_hw_ptr0()
366 delta += runtime->boundary; in snd_pcm_update_hw_ptr0()
382 if (hw_base >= runtime->boundary) { in snd_pcm_update_hw_ptr0()
427 if (new_hw_ptr >= runtime->boundary) { in snd_pcm_update_hw_ptr0()
428 new_hw_ptr -= runtime->boundary; in snd_pcm_update_hw_ptr0()
468 delta += runtime->boundary; in snd_pcm_update_hw_ptr0()
471 if (runtime->hw_ptr_interrupt >= runtime->boundary) in snd_pcm_update_hw_ptr0()
472 runtime->hw_ptr_interrupt -= runtime->boundary; in snd_pcm_update_hw_ptr0()
479 runtime->hw_ptr_wrap += runtime->boundary; in snd_pcm_update_hw_ptr0()
2089 if (appl_ptr >= runtime->boundary) in snd_pcm_lib_write1()
2090 appl_ptr -= runtime->boundary; in snd_pcm_lib_write1()
2321 if (appl_ptr >= runtime->boundary) in snd_pcm_lib_read1()
2322 appl_ptr -= runtime->boundary; in snd_pcm_lib_read1()