Home
last modified time | relevance | path

Searched refs:end_timestamp (Results 1 – 7 of 7) sorted by relevance

/hardware/qcom/sm8150/display/libhistogram/
Dringbuffer.cpp68 ringbuffer.front().end_timestamp = now; in insert()
119 nsecs_t end_timestamp = it->end_timestamp; in collect_max() local
121 end_timestamp = timekeeper->current_time(); in collect_max()
123 const auto time_displayed = std::chrono::nanoseconds(end_timestamp - it->start_timestamp); in collect_max()
Dringbuffer.h75 nsecs_t end_timestamp; member
/hardware/qcom/sdm845/display/libhistogram/
Dringbuffer.cpp68 ringbuffer.front().end_timestamp = now; in insert()
119 nsecs_t end_timestamp = it->end_timestamp; in collect_max() local
121 end_timestamp = timekeeper->current_time(); in collect_max()
123 const auto time_displayed = std::chrono::nanoseconds(end_timestamp - it->start_timestamp); in collect_max()
Dringbuffer.h75 nsecs_t end_timestamp; member
/hardware/qcom/sm7250/display/libhistogram/
Dringbuffer.cpp77 ringbuffer.front().end_timestamp = now; in insert()
130 nsecs_t end_timestamp = it->end_timestamp; in collect_max() local
132 end_timestamp = timekeeper->current_time(); in collect_max()
134 const auto time_displayed = std::chrono::nanoseconds(end_timestamp - it->start_timestamp); in collect_max()
Dringbuffer.h76 nsecs_t end_timestamp; member
/hardware/google/camera/common/hal/google_camera_hal/
Dcamera_device_session.cc1814 int64_t end_timestamp; in RequestStreamBuffers() local
1819 end_timestamp = end_time.tv_sec * kNsPerSec + end_time.tv_nsec; in RequestStreamBuffers()
1820 int64_t elapsed_timestamp = end_timestamp - start_timestamp; in RequestStreamBuffers()