Lines Matching refs:boundary
51 if (runtime->silence_size < runtime->boundary) { in snd_pcm_playback_silence()
57 n += runtime->boundary; in snd_pcm_playback_silence()
80 runtime->boundary; in snd_pcm_playback_silence()
85 frames += runtime->boundary; in snd_pcm_playback_silence()
324 if (hw_base >= runtime->boundary) { in snd_pcm_update_hw_ptr0()
337 if (hw_base >= runtime->boundary) { in snd_pcm_update_hw_ptr0()
346 delta += runtime->boundary; in snd_pcm_update_hw_ptr0()
362 if (hw_base >= runtime->boundary) { in snd_pcm_update_hw_ptr0()
407 if (new_hw_ptr >= runtime->boundary) { in snd_pcm_update_hw_ptr0()
408 new_hw_ptr -= runtime->boundary; in snd_pcm_update_hw_ptr0()
449 delta += runtime->boundary; in snd_pcm_update_hw_ptr0()
452 if (runtime->hw_ptr_interrupt >= runtime->boundary) in snd_pcm_update_hw_ptr0()
453 runtime->hw_ptr_interrupt -= runtime->boundary; in snd_pcm_update_hw_ptr0()
460 runtime->hw_ptr_wrap += runtime->boundary; in snd_pcm_update_hw_ptr0()
2137 if (appl_ptr >= runtime->boundary) in pcm_lib_apply_appl_ptr()
2148 if (runtime->boundary + diff > runtime->buffer_size) in pcm_lib_apply_appl_ptr()
2295 if (appl_ptr >= runtime->boundary) in __snd_pcm_lib_xfer()
2296 appl_ptr -= runtime->boundary; in __snd_pcm_lib_xfer()