Home
last modified time | relevance | path

Searched refs:ipos_end (Results 1 – 1 of 1) sorted by relevance

/qemu/audio/
H A Dmixeng.c521 uint32_t ipos_end; in st_rate_frames_out() local
534 ipos_end = rate->ipos - 1 + frames_in; in st_rate_frames_out()
535 opos_end = (uint64_t)ipos_end << 32; in st_rate_frames_out()
561 uint32_t ipos_start, ipos_end; in st_rate_frames_in() local
580 ipos_end = (opos_end >> 32) + 1; in st_rate_frames_in()
583 return ipos_end + 1 > ipos_start ? ipos_end + 1 - ipos_start : 0; in st_rate_frames_in()