Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dlocal_recorder.cpp43 constexpr double kRtpTicksPerNs = kRtpTicksPerUs / 1000.; variable
271 uint64_t timestamp = encoded_image.Timestamp() / kRtpTicksPerNs; in OnEncodedImage()