Searched defs:rtcp_mux (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/talk/session/media/
H A Dmediasession.h191 bool rtcp_mux() const { return rtcp_mux_; } function in class:cricket::MediaContentDescription
H A Dchannel_unittest.cc1448 const int* pl_types, int len, bool rtcp_mux, bool secure) {
1458 if (rtcp_mux) {
1447 SendBundleToBundle( const int* pl_types, int len, bool rtcp_mux, bool secure) argument
/external/webrtc/talk/app/webrtc/
H A Dwebrtcsession_unittest.cc1086 void TestSessionCandidatesWithBundleRtcpMux(bool bundle, bool rtcp_mux) { argument
1105 if (!rtcp_mux) {
1106 // If rtcp_mux is enabled we should expect 4 candidates - host and srflex
3360 const std::string rtcp_mux = "rtcp-mux"; local
3362 rtc::replace_substrs(rtcp_mux.c_str(), rtcp_mux.length(),

Completed in 161 milliseconds