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()
313 if (hw_base >= runtime->boundary) { in snd_pcm_update_hw_ptr0()
326 if (hw_base >= runtime->boundary) { in snd_pcm_update_hw_ptr0()
335 delta += runtime->boundary; in snd_pcm_update_hw_ptr0()
351 if (hw_base >= runtime->boundary) { in snd_pcm_update_hw_ptr0()
396 if (new_hw_ptr >= runtime->boundary) { in snd_pcm_update_hw_ptr0()
397 new_hw_ptr -= runtime->boundary; in snd_pcm_update_hw_ptr0()
437 delta += runtime->boundary; in snd_pcm_update_hw_ptr0()
440 if (runtime->hw_ptr_interrupt >= runtime->boundary) in snd_pcm_update_hw_ptr0()
441 runtime->hw_ptr_interrupt -= runtime->boundary; in snd_pcm_update_hw_ptr0()
448 runtime->hw_ptr_wrap += runtime->boundary; in snd_pcm_update_hw_ptr0()
2223 if (appl_ptr >= runtime->boundary) in __snd_pcm_lib_xfer()
2224 appl_ptr -= runtime->boundary; in __snd_pcm_lib_xfer()