Searched refs:remote_inbound_rtp (Results 1 – 2 of 2) sorted by relevance
114 const auto& remote_inbound_rtp = in GetStatsReferencedIds() local116 AddIdIfDefined(remote_inbound_rtp.transport_id, &neighbor_ids); in GetStatsReferencedIds()117 AddIdIfDefined(remote_inbound_rtp.codec_id, &neighbor_ids); in GetStatsReferencedIds()118 AddIdIfDefined(remote_inbound_rtp.local_id, &neighbor_ids); in GetStatsReferencedIds()
2751 auto& remote_inbound_rtp = report->Get(remote_inbound_rtp_id) in TEST_P() local2757 EXPECT_EQ(kReportBlockTimestampUtcUs, remote_inbound_rtp.timestamp_us()); in TEST_P()2785 auto& remote_inbound_rtp = report->Get(remote_inbound_rtp_id) in TEST_P() local2788 EXPECT_TRUE(remote_inbound_rtp.codec_id.is_defined()); in TEST_P()2789 EXPECT_TRUE(report->Get(*remote_inbound_rtp.codec_id)); in TEST_P()2791 EXPECT_TRUE(remote_inbound_rtp.jitter.is_defined()); in TEST_P()2794 EXPECT_EQ(5.0, *remote_inbound_rtp.jitter); in TEST_P()2826 auto& remote_inbound_rtp = report->Get(remote_inbound_rtp_id) in TEST_P() local2829 EXPECT_TRUE(remote_inbound_rtp.transport_id.is_defined()); in TEST_P()2831 *remote_inbound_rtp.transport_id); in TEST_P()[all …]