Searched refs:next_capture_time_ (Results 1 – 2 of 2) sorted by relevance
644 next_capture_time_ = frame_end_real_time; in threadLoop()658 next_capture_time_ = entry.data.i64[0]; in threadLoop()673 .timestamp_ns = static_cast<uint64_t>(next_capture_time_)}}; in threadLoop()725 scene_->CalculateScene(next_capture_time_, handshake_divider); in threadLoop()1041 result->result_metadata->Set(ANDROID_SENSOR_TIMESTAMP, &next_capture_time_, in ReturnResults()1119 it.second->Set(ANDROID_SENSOR_TIMESTAMP, &next_capture_time_, 1); in ReturnResults()
315 nsecs_t next_capture_time_; variable