Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
Dmetric_recorder.cc70 last_available_bitrate_per_flow_kbps_(0), in MetricRecorder()
237 last_available_bitrate_per_flow_kbps_) * in PushThroughputBytes()
241 last_available_bitrate_per_flow_kbps_ = current_available_per_flow_kbps; in PushThroughputBytes()
Dmetric_recorder.h180 int64_t last_available_bitrate_per_flow_kbps_; variable