Home
last modified time | relevance | path

Searched refs:start_timestamp (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/sm8150/display/libhistogram/
Dringbuffer.cpp48 std::chrono::nanoseconds(now - ringbuffer.front().start_timestamp)); in update_cumulative()
123 const auto time_displayed = std::chrono::nanoseconds(end_timestamp - it->start_timestamp); in collect_max()
136 [](auto const &a, auto const &b) { return a.start_timestamp >= b.start_timestamp; }); in collect_max_after()
Dringbuffer.h74 nsecs_t start_timestamp; member
/hardware/qcom/sdm845/display/libhistogram/
Dringbuffer.cpp48 std::chrono::nanoseconds(now - ringbuffer.front().start_timestamp)); in update_cumulative()
123 const auto time_displayed = std::chrono::nanoseconds(end_timestamp - it->start_timestamp); in collect_max()
136 [](auto const &a, auto const &b) { return a.start_timestamp >= b.start_timestamp; }); in collect_max_after()
Dringbuffer.h74 nsecs_t start_timestamp; member