Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/
Dinter_arrival.cc29 timestamp_to_ms_coeff_(timestamp_to_ms_coeff), in InterArrival()
122 int64_t ts_delta_ms = timestamp_to_ms_coeff_ * timestamp_diff + 0.5; in BelongsToBurst()
Dinter_arrival.h78 double timestamp_to_ms_coeff_; variable