Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/modules/remote_bitrate_estimator/
H A Dinter_arrival.cc27 timestamp_to_ms_coeff_(timestamp_to_ms_coeff), in InterArrival()
146 int64_t ts_delta_ms = timestamp_to_ms_coeff_ * timestamp_diff + 0.5; in BelongsToBurst()
H A Dinter_arrival.h89 double timestamp_to_ms_coeff_; variable