OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nextRate
(Results
1 - 2
of
2
) sorted by null
/frameworks/wilhelm/tests/sandbox/
playbq.c
508
SLpermille
nextRate
= currentRate + deltaRate;
509
result = (*playerPlaybackRate)->SetRate(playerPlaybackRate,
nextRate
);
511
fprintf(stderr, "next playback rate %d is unsupported\n",
nextRate
);
513
fprintf(stderr, "next playback rate %d is invalid\n",
nextRate
);
517
currentRate =
nextRate
;
playbq.cpp
508
SLpermille
nextRate
= currentRate + deltaRate;
509
result = (*playerPlaybackRate)->SetRate(playerPlaybackRate,
nextRate
);
511
fprintf(stderr, "next playback rate %d is unsupported\n",
nextRate
);
513
fprintf(stderr, "next playback rate %d is invalid\n",
nextRate
);
517
currentRate =
nextRate
;
Completed in 47 milliseconds