Home
last modified time | relevance | path

Searched refs:mTotalCount (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/utils/
DLatencyHistogram.cpp30 mTotalCount(0) { in CameraLatencyHistogram()
45 mTotalCount++; in add()
50 mTotalCount = 0; in reset()
54 if (mTotalCount == 0) { in dump()
59 lines.appendFormat("%s (%" PRId64 ") samples\n", name, mTotalCount); in dump()
73 if (mTotalCount == 0) { in log()
80 ALOGI("%s (%" PRId64 ") samples:", histogramName.string(), mTotalCount); in log()
101 lineBinCounts.appendFormat(" %02.2f", 100.0*mBins[i]/mTotalCount); in formatHistogramText()
DLatencyHistogram.h41 uint64_t mTotalCount; variable