OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opos_inc
(Results
1 - 2
of
2
) sorted by null
/external/qemu/audio/
rate_template.h
51
if (rate->
opos_inc
== (1ULL + UINT_MAX)) {
101
rate->opos += rate->
opos_inc
;
mixeng.c
291
uint64_t
opos_inc
;
member in struct:rate
311
rate->
opos_inc
= ((uint64_t) inrate << 32) / outrate;
Completed in 123 milliseconds