OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_rtcp_mux
(Results
1 - 5
of
5
) sorted by null
/external/webrtc/talk/session/media/
mediasession.h
192
void
set_rtcp_mux
(bool mux) { rtcp_mux_ = mux; }
function in class:cricket::MediaContentDescription
channel_unittest.cc
530
content.
set_rtcp_mux
(true);
536
content.
set_rtcp_mux
(false);
549
content.
set_rtcp_mux
(true);
558
content.
set_rtcp_mux
(false);
[
all
...]
mediasession.cc
765
offer->
set_rtcp_mux
(options.rtcp_mux_enabled);
[
all
...]
/external/webrtc/talk/app/webrtc/
webrtcsdp_unittest.cc
720
audio->
set_rtcp_mux
(true);
[
all
...]
webrtcsdp.cc
[
all
...]
Completed in 38 milliseconds