Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dlocal_recorder.cpp215 std::chrono::time_point<std::chrono::steady_clock> start_timestamp; in EncoderLoop() local
233 if (start_timestamp.time_since_epoch().count() == 0) { in EncoderLoop()
234 start_timestamp = now; in EncoderLoop()
238 now - start_timestamp); in EncoderLoop()