Home
last modified time | relevance | path

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

/external/openscreen/cast/streaming/
Dbandwidth_estimator.cc141 const int64_t offset_from_first = (when - begin_time_) / timeslice_duration_; in Accumulate() local
142 const index_mod_256_t ring_index = tail_ + offset_from_first; in Accumulate()