Home
last modified time | relevance | path

Searched defs:avg_time_stamp (Results 1 – 1 of 1) sorted by relevance

/aosp12/hardware/google/camera/common/profiler/
H A Dprofiler.cc450 int64_t avg_time_stamp = time_slot.start / std::max(1, time_slot.count); in DumpTxt() local
460 int64_t avg_time_stamp = time_slot.end / std::max(1, time_slot.count); in DumpTxt() local