Searched refs:total_packets (Results 1 – 8 of 8) sorted by relevance
34 size_t total_packets; member
32 total_packets(0), in FrameStatistic()
257 stat.total_packets = in FrameEncoded()
61 int32_t total_packets) override {} in LogBwePacketLossEvent() argument88 int32_t total_packets) override;432 int32_t total_packets) {440 bwe_event->set_total_packets(total_packets);
83 int32_t total_packets) = 0;
112 // computed as floor( 256 * (#lost_packets / #total_packets) ).118 optional int32 total_packets = 3; field
277 int32_t total_packets) { in VerifyBweLossEvent() argument286 EXPECT_EQ(total_packets, bwe_event.total_packets()); in VerifyBweLossEvent()
370 f.total_packets, ssim.value, psnr.value); in PrintCsvOutput()456 f.packets_dropped, f.total_packets, ssim.value, psnr.value); in PrintPythonOutput()