Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/utils/
DLatencyHistogram.cpp79 String8 histogramName = String8::formatV(fmt, args); in log() local
80 ALOGI("%s (%" PRId64 ") samples:", histogramName.string(), mTotalCount); in log()
/frameworks/av/media/libnblog/
DReportPerformance.cpp233 std::stringstream histogramName; in writeToFile() local
248 histogramName << directory << "histograms_" << common.str(); in writeToFile()
253 hfs.open(histogramName.str(), append ? std::ios::app : std::ios::trunc); in writeToFile()
255 ALOGW("couldn't open file %s", histogramName.str().c_str()); in writeToFile()