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

  /external/webrtc/webrtc/modules/bitrate_controller/
bitrate_controller_impl.cc 40 int fraction_lost_aggregate = 0; variable
55 fraction_lost_aggregate += number_of_packets * it->fractionLost;
63 fraction_lost_aggregate = 0;
65 fraction_lost_aggregate = (fraction_lost_aggregate +
67 if (fraction_lost_aggregate > 255)
70 owner_->OnReceivedRtcpReceiverReport(fraction_lost_aggregate, rtt,
  /external/webrtc/webrtc/voice_engine/
channel.cc 211 int fraction_lost_aggregate = 0; variable
227 fraction_lost_aggregate += number_of_packets * block_it->fractionLost;
235 weighted_fraction_lost = (fraction_lost_aggregate +
    [all...]

Completed in 6679 milliseconds