Home
last modified time | relevance | path

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

/openbmc/qemu/audio/
H A Dmixeng.c498 uint32_t ipos_start, ipos_end; in st_rate_frames_in() local
506 ipos_start = rate->ipos; in st_rate_frames_in()
513 ipos_start = rate->ipos + (offset >> 32); in st_rate_frames_in()
520 return ipos_end + 1 > ipos_start ? ipos_end + 1 - ipos_start : 0; in st_rate_frames_in()