OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hists
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libnblog/
ReportPerformance.cpp
111
std::string
hists
= ReportPerformance::dumpHistogramsToString(data);
local
112
write(fd,
hists
.c_str(),
hists
.size());
220
void writeToFile(const std::deque<std::pair<timestamp, Hist>> &
hists
,
227
if (outlierData.empty() &&
hists
.empty() && peakTimestamps.empty()) {
261
for (auto hist =
hists
.begin(); hist !=
hists
.end(); ++hist) {
270
if (std::next(hist) != end(
hists
)) {
/frameworks/av/media/libnblog/include/media/nblog/
ReportPerformance.h
74
void writeToFile(const std::deque<std::pair<timestamp, Hist>> &
hists
,
Completed in 1555 milliseconds