Home
last modified time | relevance | path

Searched defs:num_lost_packets (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/webrtc/modules/audio_coding/neteq/
H A Dnack_tracker_unittest.cc32 size_t num_lost_packets) { in IsNackListCorrect()
100 int num_lost_packets = std::max(0, kNumAllLostPackets); in TEST() local
148 size_t num_lost_packets = kNumAllLostPackets; in TEST() local
348 uint16_t num_lost_packets = kNackListSize + 5; in TEST() local
371 uint16_t num_lost_packets = kNackListSize + 5; in TEST() local
/aosp_15_r20/external/webrtc/modules/congestion_controller/goog_cc/
H A Dloss_based_bwe_v2.h126 int num_lost_packets = 0; member
134 int num_lost_packets = 0; member
H A Dloss_based_bwe_v2.cc55 int num_lost_packets = 0; member
709 double num_lost_packets = 0; in GetAverageReportedLossRatio() local