Searched refs:outbound_rtp (Results 1 – 3 of 3) sorted by relevance
108 const auto& outbound_rtp = in GetStatsReferencedIds() local110 AddIdIfDefined(outbound_rtp.media_source_id, &neighbor_ids); in GetStatsReferencedIds()111 AddIdIfDefined(outbound_rtp.remote_id, &neighbor_ids); in GetStatsReferencedIds()
517 auto& outbound_rtp = *local_id_it->second; in ProduceRemoteInboundRtpStreamStatsFromReportBlockData() local518 outbound_rtp.remote_id = remote_inbound->id(); in ProduceRemoteInboundRtpStreamStatsFromReportBlockData()521 const auto* transport_from_id = outbound_rtp.transport_id.is_defined() in ProduceRemoteInboundRtpStreamStatsFromReportBlockData()522 ? report.Get(*outbound_rtp.transport_id) in ProduceRemoteInboundRtpStreamStatsFromReportBlockData()532 : *outbound_rtp.transport_id; in ProduceRemoteInboundRtpStreamStatsFromReportBlockData()538 const auto* codec_from_id = outbound_rtp.codec_id.is_defined() in ProduceRemoteInboundRtpStreamStatsFromReportBlockData()539 ? report.Get(*outbound_rtp.codec_id) in ProduceRemoteInboundRtpStreamStatsFromReportBlockData()542 remote_inbound->codec_id = *outbound_rtp.codec_id; in ProduceRemoteInboundRtpStreamStatsFromReportBlockData()924 const auto& outbound_rtp = stats.cast_to<RTCOutboundRTPStreamStats>(); in CreateReportFilteredBySelector() local925 if (outbound_rtp.track_id.is_defined() && in CreateReportFilteredBySelector()[all …]
711 const auto& outbound_rtp = graph.full_report->Get(graph.outbound_rtp_id) in SetupExampleStatsGraphForSelectorTests() local713 EXPECT_EQ(*outbound_rtp.media_source_id, graph.media_source_id); in SetupExampleStatsGraphForSelectorTests()714 EXPECT_EQ(*outbound_rtp.codec_id, graph.send_codec_id); in SetupExampleStatsGraphForSelectorTests()715 EXPECT_EQ(*outbound_rtp.track_id, graph.sender_track_id); in SetupExampleStatsGraphForSelectorTests()716 EXPECT_EQ(*outbound_rtp.transport_id, graph.transport_id); in SetupExampleStatsGraphForSelectorTests()