OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minRate
(Results
1 - 3
of
3
) sorted by null
/frameworks/wilhelm/src/itf/
IRatePitch.c
71
SLpermille
minRate
= thiz->mMinRate;
74
*pMinRate =
minRate
;
IPlaybackRate.c
164
SLpermille
minRate
= thiz->mMinRate;
168
*pMinRate =
minRate
;
/frameworks/wilhelm/tests/mimeUri/
slesTestSlowDownUri.cpp
71
SLpermille
minRate
, maxRate, stepSize, rate = 1000;
76
res = (*pRateItf)->GetRateRange(pRateItf, 0, &
minRate
, &maxRate, &stepSize, &capa);
78
fprintf(stdout, "old rate = %d,
minRate
=%d, maxRate=%d\n", rate,
minRate
, maxRate);
80
if (rate <
minRate
) {
81
rate =
minRate
;
309
SLpermille
minRate
, maxRate, stepSize;
311
res = (*rateItf)->GetRateRange(rateItf, index, &
minRate
, &maxRate, &stepSize,
324
printf("range[%u]: min=%d, max=%d, capabilities=", index,
minRate
, maxRate);
Completed in 161 milliseconds