Home
last modified time | relevance | path

Searched refs:pli_packets (Results 1 – 17 of 17) sorted by relevance

/external/webrtc/modules/rtp_rtcp/include/
Drtcp_statistics.h42 pli_packets(0), in RtcpPacketTypeCounter()
49 pli_packets += other.pli_packets; in Add()
63 pli_packets -= other.pli_packets; in Subtract()
89 uint32_t pli_packets; // Number of RTCP PLI packets. member
/external/webrtc/call/
Dvideo_send_stream.cc57 ss << "pli: " << rtcp_packet_type_counts.pli_packets; in ToString()
Dvideo_receive_stream.cc70 ss << "pli: " << rtcp_packet_type_counts.pli_packets; in ToString()
/external/webrtc/video/end_to_end_tests/
Dstats_tests.cc142 stats.rtcp_packet_type_counts.pli_packets != 0 || in TEST_F()
215 stream_stats.rtcp_packet_type_counts.pli_packets != 0 || in TEST_F()
Dretransmission_tests.cc259 receive_stream_->GetStats().rtcp_packet_type_counts.pli_packets); in TEST_F()
/external/webrtc/video/
Dreceive_statistics_proxy_unittest.cc501 counter.pli_packets = kPliPackets; in TEST_F()
506 EXPECT_EQ(kPliPackets, stats.rtcp_packet_type_counts.pli_packets); in TEST_F()
1096 counter.pli_packets = kPliPackets; in TEST_F()
Dreceive_statistics_proxy2_unittest.cc531 counter.pli_packets = kPliPackets; in TEST_F()
536 EXPECT_EQ(kPliPackets, stats.rtcp_packet_type_counts.pli_packets); in TEST_F()
1131 counter.pli_packets = kPliPackets; in TEST_F()
Dreceive_statistics_proxy.cc444 counters.pli_packets * 60 / elapsed_sec); in UpdateHistograms()
Dreceive_statistics_proxy2.cc465 counters.pli_packets * 60 / elapsed_sec); in UpdateHistograms()
Dsend_statistics_proxy.cc547 counters.pli_packets * 60 / elapsed_sec); in UpdateHistograms()
Dsend_statistics_proxy_unittest.cc2303 counters.pli_packets += 3 * metrics::kMinRunTimeInSeconds; in TEST_F()
2347 counters.pli_packets += 3 * metrics::kMinRunTimeInSeconds; in TEST_F()
/external/webrtc/modules/rtp_rtcp/source/
Drtcp_sender.cc507 ++packet_type_counter_.pli_packets; in BuildPLI()
Drtcp_receiver_unittest.cc751 kReceiverMainSsrc, Field(&RtcpPacketTypeCounter::pli_packets, 1))); in TEST()
768 kReceiverMainSsrc, Field(&RtcpPacketTypeCounter::pli_packets, 0))); in TEST()
Drtcp_receiver.cc892 ++packet_type_counter_.pli_packets; in HandlePli()
Drtcp_sender_unittest.cc538 EXPECT_EQ(1U, observer.counter_.pli_packets); in TEST_F()
/external/webrtc/media/engine/
Dwebrtc_video_engine_unittest.cc5381 substream.rtcp_packet_type_counts.pli_packets = 16; in TEST_F()
5440 static_cast<int>(2 * substream.rtcp_packet_type_counts.pli_packets)); in TEST_F()
5499 substream.rtcp_packet_type_counts.pli_packets = 16; in TEST_F()
5556 static_cast<int>(substream.rtcp_packet_type_counts.pli_packets)); in TEST_F()
5868 stats.substreams[17].rtcp_packet_type_counts.pli_packets = 4; in TEST_F()
5872 stats.substreams[42].rtcp_packet_type_counts.pli_packets = 9; in TEST_F()
5897 stats.rtcp_packet_type_counts.pli_packets = 4; in TEST_F()
5906 EXPECT_EQ(stats.rtcp_packet_type_counts.pli_packets, in TEST_F()
Dwebrtc_video_engine.cc2568 info.plis_rcvd = stream_stats.rtcp_packet_type_counts.pli_packets; in GetPerLayerVideoSenderInfos()
3082 info.plis_sent = stats.rtcp_packet_type_counts.pli_packets; in GetVideoReceiverInfo()