Home
last modified time | relevance | path

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

/external/webrtc/modules/remote_bitrate_estimator/
Dinter_arrival.h55 struct TimestampGroup { struct
56 TimestampGroup() in TimestampGroup() argument
85 TimestampGroup current_timestamp_group_; argument
86 TimestampGroup prev_timestamp_group_;
Dinter_arrival.cc162 current_timestamp_group_ = TimestampGroup(); in Reset()
163 prev_timestamp_group_ = TimestampGroup(); in Reset()