Home
last modified time | relevance | path

Searched refs:last_hw (Results 1 - 1 of 1) sorted by relevance

/third_party/alsa-lib/src/pcm/
H A Dpcm_ioplug.c45 snd_pcm_uframes_t last_hw; member
67 if ((snd_pcm_uframes_t)hw >= io->last_hw) in snd_pcm_ioplug_hw_ptr_update()
68 delta = hw - io->last_hw; in snd_pcm_ioplug_hw_ptr_update()
73 delta = wrap_point + hw - io->last_hw; in snd_pcm_ioplug_hw_ptr_update()
82 io->last_hw = (snd_pcm_uframes_t)hw; in snd_pcm_ioplug_hw_ptr_update()
162 io->last_hw = 0; in snd_pcm_ioplug_reset()

Completed in 4 milliseconds