Home
last modified time | relevance | path

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

/external/webrtc/system_wrappers/source/
Drtp_to_ntp_estimator_unittest.cc322 const int kRtpTicksPerMs = 90; in TEST() local
323 const int kRtpStep = kRtpTicksPerMs * 1000; in TEST()
339 timestamp + rand.Rand(-kRtpTicksPerMs, kRtpTicksPerMs), &new_sr)); in TEST()
/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_vp8_encoder.cc64 constexpr int kRtpTicksPerMs = kRtpTicksPerSecond / 1000; variable
968 framerate_controller_.DropFrame(frame.timestamp() / kRtpTicksPerMs)) { in Encode()
971 framerate_controller_.AddFrame(frame.timestamp() / kRtpTicksPerMs); in Encode()