Home
last modified time | relevance | path

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

/qemu/audio/
H A Dmixeng.c458 uint32_t ipos_end; in st_rate_frames_out() local
471 ipos_end = rate->ipos - 1 + frames_in; in st_rate_frames_out()
472 opos_end = (uint64_t)ipos_end << 32; in st_rate_frames_out()
498 uint32_t ipos_start, ipos_end; in st_rate_frames_in() local
517 ipos_end = (opos_end >> 32) + 1; in st_rate_frames_in()
520 return ipos_end + 1 > ipos_start ? ipos_end + 1 - ipos_start : 0; in st_rate_frames_in()