OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kJiffyPerMs
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/media/libnblog/include/media/nblog/
ReportPerformance.h
48
constexpr int
kJiffyPerMs
= 10; // time unit for histogram as a multiple of milliseconds
65
return (
kJiffyPerMs
* (ns2 - ns1)) / (1000 * 1000);
/frameworks/av/media/libnblog/
PerformanceAnalysis.cpp
358
const double ms = static_cast<double>(countPair.first) /
kJiffyPerMs
;
ReportPerformance.cpp
264
hfs << bucket->first / static_cast<double>(
kJiffyPerMs
)
Completed in 6844 milliseconds