Home
last modified time | relevance | path

Searched refs:start_timestamp (Results 1 – 7 of 7) 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
/hardware/qcom/sm7250/display/libhistogram/
Dringbuffer.cpp50 std::chrono::nanoseconds(now - ringbuffer.front().start_timestamp)); in update_cumulative()
134 const auto time_displayed = std::chrono::nanoseconds(end_timestamp - it->start_timestamp); in collect_max()
147 [](auto const &a, auto const &b) { return a.start_timestamp >= b.start_timestamp; }); in collect_max_after()
Dringbuffer.h75 nsecs_t start_timestamp; member
/hardware/google/camera/common/hal/google_camera_hal/
Dcamera_device_session.cc1801 int64_t start_timestamp; in RequestStreamBuffers() local
1808 start_timestamp = start_time.tv_sec * kNsPerSec + start_time.tv_nsec; in RequestStreamBuffers()
1820 int64_t elapsed_timestamp = end_timestamp - start_timestamp; in RequestStreamBuffers()