HomeSort by relevance Sort by last modified time
    Searched defs:histogramName (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libnblog/
ReportPerformance.cpp 59 std::stringstream histogramName;
74 histogramName << directory << "histograms_" << common.str();
79 hfs.open(histogramName.str(), append ? std::ios::app : std::ios::trunc);
81 ALOGW("couldn't open file %s", histogramName.str().c_str());
  /frameworks/av/services/camera/libcameraservice/utils/
LatencyHistogram.cpp 79 String8 histogramName = String8::formatV(fmt, args);
80 ALOGI("%s (%" PRId64 ") samples:", histogramName.string(), mTotalCount);

Completed in 1383 milliseconds