Home
last modified time | relevance | path

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

/qemu/audio/
H A Drate_template.h71 while (rate->ipos <= (rate->opos >> 32)) { in NAME()
73 rate->ipos++; in NAME()
89 if (rate->ipos >= 0x10001) { in NAME()
90 rate->ipos = 1; in NAME()
H A Dmixeng.c408 uint32_t ipos; /* position in the input stream (integer) */ member
424 rate->ipos = 0; in st_rate_start()
471 ipos_end = rate->ipos - 1 + frames_in; in st_rate_frames_out()
506 ipos_start = rate->ipos; in st_rate_frames_in()
513 ipos_start = rate->ipos + (offset >> 32); in st_rate_frames_in()