Home
last modified time | relevance | path

Searched refs:rtcp_socket_options_ (Results 1 – 8 of 8) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/pc/
H A Dchannel.h303 std::vector<std::pair<rtc::Socket::Option, int> > rtcp_socket_options_; variable
H A Dchannel.cc256 for (const auto& pair : rtcp_socket_options_) { in SetRtpTransport()
339 rtcp_socket_options_.push_back( in SetOption_n()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/pc/
H A Dchannel.h304 std::vector<std::pair<rtc::Socket::Option, int> > rtcp_socket_options_; variable
H A Dchannel.cc259 for (const auto& pair : rtcp_socket_options_) { in SetRtpTransport()
349 rtcp_socket_options_.push_back( in SetOption_n()
/dports/net-im/tg_owt/tg_owt-d578c76/src/pc/
H A Dchannel.h342 std::vector<std::pair<rtc::Socket::Option, int> > rtcp_socket_options_
H A Dchannel.cc263 for (const auto& pair : rtcp_socket_options_) { in SetRtpTransport()
355 rtcp_socket_options_.push_back( in SetOption_n()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/pc/
H A Dchannel.h387 std::vector<std::pair<rtc::Socket::Option, int> > rtcp_socket_options_; variable
H A Dchannel.cc356 auto& socket_options = rtcp ? rtcp_socket_options_ : socket_options_; in SetTransportChannel_n()
512 rtcp_socket_options_.push_back( in SetOption_n()