Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/google_camera_hal/
Dcamera_device_session.cc252 int64_t timestamp_ns_diff = 0; in Notify() local
255 timestamp_ns_diff = current_timestamp_ns - last_timestamp_ns_for_trace_; in Notify()
260 ATRACE_INT64("sensor_timestamp_diff", timestamp_ns_diff); in Notify()