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

  /external/chromium_org/media/cast/logging/
stats_event_subscriber.cc 642 int retransmitted_count = 0; local
644 retransmitted_count = retransmitted_it->second.event_counter;
645 double packet_loss_fraction = static_cast<double>(retransmitted_count) /
646 (sent_count + retransmitted_count);

Completed in 450 milliseconds