Searched refs:currentRate (Results 1 - 1 of 1) sorted by relevance

/frameworks/wilhelm/tests/sandbox/
H A Dplaybq.c324 SLpermille currentRate; local
343 currentRate = defaultRate;
359 currentRate = initialRate;
438 SLpermille nextRate = currentRate + deltaRate;
447 currentRate = nextRate;
448 if (currentRate >= max(initialRate, finalRate)) {
449 currentRate = max(initialRate, finalRate);
451 } else if (currentRate <= min(initialRate, finalRate)) {
452 currentRate = min(initialRate, finalRate);

Completed in 440 milliseconds