Lines Matching refs:rtp_stats
151 EXPECT_EQ(a.rtp_stats.transmitted.payload_bytes, in ExpectEqual()
152 b.rtp_stats.transmitted.payload_bytes); in ExpectEqual()
153 EXPECT_EQ(a.rtp_stats.transmitted.header_bytes, in ExpectEqual()
154 b.rtp_stats.transmitted.header_bytes); in ExpectEqual()
155 EXPECT_EQ(a.rtp_stats.transmitted.padding_bytes, in ExpectEqual()
156 b.rtp_stats.transmitted.padding_bytes); in ExpectEqual()
157 EXPECT_EQ(a.rtp_stats.transmitted.packets, in ExpectEqual()
158 b.rtp_stats.transmitted.packets); in ExpectEqual()
159 EXPECT_EQ(a.rtp_stats.retransmitted.packets, in ExpectEqual()
160 b.rtp_stats.retransmitted.packets); in ExpectEqual()
161 EXPECT_EQ(a.rtp_stats.fec.packets, b.rtp_stats.fec.packets); in ExpectEqual()
253 StreamDataCounters& counters = expected_.substreams[ssrc].rtp_stats; in TEST_F()
266 StreamDataCounters& counters = expected_.substreams[ssrc].rtp_stats; in TEST_F()