HomeSort by relevance Sort by last modified time
    Searched full:total_probes_received_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
remote_bitrate_estimator_abs_send_time.h 146 size_t total_probes_received_; member in class:webrtc::RemoteBitrateEstimatorAbsSendTime
remote_bitrate_estimator_abs_send_time.cc 115 total_probes_received_(0),
286 if (total_probes_received_ < kMaxProbePackets) {
299 ++total_probes_received_;

Completed in 59 milliseconds