OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:maxus
(Results
1 - 1
of
1
) sorted by null
/frameworks/av/cmds/stagefright/
stagefright.cpp
90
int64_t
maxUs
= decodeTimesUs->itemAt(n - 1);
93
printf("max decode time %lld us (%.2f secs)\n",
maxUs
,
maxUs
/ 1E6);
103
size_t slot = ((x - minUs) * 100) / (
maxUs
- minUs);
110
int64_t slotUs = minUs + (i * (
maxUs
- minUs) / 100);
Completed in 105 milliseconds