Searched refs:RtpTransport (Results 1 – 13 of 13) sorted by relevance
30 void RtpTransport::SetRtcpMuxEnabled(bool enable) { in SetRtcpMuxEnabled()35 const std::string& RtpTransport::transport_name() const { in transport_name()39 int RtpTransport::SetRtpOption(rtc::Socket::Option opt, int value) { in SetRtpOption()43 int RtpTransport::SetRtcpOption(rtc::Socket::Option opt, int value) { in SetRtcpOption()50 void RtpTransport::SetRtpPacketTransport( in SetRtpPacketTransport()66 this, &RtpTransport::OnReadyToSend); in SetRtpPacketTransport()68 &RtpTransport::OnReadPacket); in SetRtpPacketTransport()70 this, &RtpTransport::OnNetworkRouteChanged); in SetRtpPacketTransport()72 this, &RtpTransport::OnWritableState); in SetRtpPacketTransport()74 &RtpTransport::OnSentPacket); in SetRtpPacketTransport()[all …]
37 explicit SignalObserver(RtpTransport* transport) { in SignalObserver()78 RtpTransport* transport_ = nullptr;84 RtpTransport transport(kMuxDisabled); in TEST()98 RtpTransport transport(kMuxDisabled); in TEST()112 RtpTransport transport(kMuxEnabled); in TEST()122 RtpTransport transport(kMuxEnabled); in TEST()135 RtpTransport transport(kMuxDisabled); in TEST()149 RtpTransport transport(kMuxDisabled); in TEST()178 RtpTransport transport(kMuxDisabled); in TEST()211 RtpTransport transport(kMuxDisabled); in TEST()[all …]
31 class RtpTransport : public RtpTransportInternal {33 RtpTransport(const RtpTransport&) = delete;34 RtpTransport& operator=(const RtpTransport&) = delete;36 explicit RtpTransport(bool rtcp_mux_enabled) in RtpTransport() function
45 transport_1_ = std::make_unique<RtpTransport>(rtcp_mux); in SetupRtpTransports()46 transport_2_ = std::make_unique<RtpTransport>(rtcp_mux); in SetupRtpTransports()99 std::unique_ptr<RtpTransport> transport_1_;100 std::unique_ptr<RtpTransport> transport_2_;
89 std::unique_ptr<webrtc::RtpTransport> unencrypted_rtp_transport,337 std::unique_ptr<webrtc::RtpTransport> unencrypted_rtp_transport_
37 class SrtpTransport : public RtpTransport {
38 : RtpTransport(rtcp_mux_enabled) {} in SrtpTransport()357 return IsSrtpActive() && RtpTransport::IsWritable(rtcp); in IsWritable()
316 std::unique_ptr<webrtc::RtpTransport> CreateUnencryptedRtpTransport(
486 std::unique_ptr<webrtc::RtpTransport>493 std::make_unique<RtpTransport>(rtcp_packet_transport == nullptr); in CreateUnencryptedRtpTransport()981 std::unique_ptr<RtpTransport> unencrypted_rtp_transport; in MaybeCreateJsepTransport()
37 using webrtc::RtpTransport;
77 std::unique_ptr<webrtc::RtpTransport> unencrypted_rtp_transport, in JsepTransport()
285 std::unique_ptr<webrtc::RtpTransport> CreateUnencryptedTransport( in CreateUnencryptedTransport()288 auto rtp_transport = std::make_unique<webrtc::RtpTransport>( in CreateUnencryptedTransport()
100 std::unique_ptr<webrtc::RtpTransport> unencrypted_rtp_transport; in CreateJsepTransport2()