Home
last modified time | relevance | path

Searched refs:total_packets (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/codecs/test/
Dstats.h34 size_t total_packets; member
Dstats.cc32 total_packets(0), in FrameStatistic()
Dvideoprocessor.cc257 stat.total_packets = in FrameEncoded()
/external/webrtc/webrtc/call/
Drtc_event_log.cc61 int32_t total_packets) override {} in LogBwePacketLossEvent() argument
88 int32_t total_packets) override;
432 int32_t total_packets) {
440 bwe_event->set_total_packets(total_packets);
Drtc_event_log.h83 int32_t total_packets) = 0;
Drtc_event_log.proto112 // computed as floor( 256 * (#lost_packets / #total_packets) ).
118 optional int32 total_packets = 3; field
Drtc_event_log_unittest.cc277 int32_t total_packets) { in VerifyBweLossEvent() argument
286 EXPECT_EQ(total_packets, bwe_event.total_packets()); in VerifyBweLossEvent()
/external/webrtc/webrtc/modules/video_coding/codecs/tools/
Dvideo_quality_measurement.cc370 f.total_packets, ssim.value, psnr.value); in PrintCsvOutput()
456 f.packets_dropped, f.total_packets, ssim.value, psnr.value); in PrintPythonOutput()