Home
last modified time | relevance | path

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

/external/webrtc/modules/remote_bitrate_estimator/
Dremote_bitrate_estimator_abs_send_time.cc103 total_probes_received_(0), in RemoteBitrateEstimatorAbsSendTime()
300 if (total_probes_received_ < kMaxProbePackets) { in IncomingPacketInfo()
313 ++total_probes_received_; in IncomingPacketInfo()
Dremote_bitrate_estimator_abs_send_time.h136 size_t total_probes_received_; variable