Home
last modified time | relevance | path

Searched defs:extmap_allow_mixed (Results 1 – 18 of 18) sorted by relevance

/external/webrtc/modules/rtp_rtcp/include/
Drtp_header_extension_map.h62 void SetExtmapAllowMixed(bool extmap_allow_mixed) { in SetExtmapAllowMixed()
/external/webrtc/modules/rtp_rtcp/source/
Drtp_header_extension_map.cc71 RtpHeaderExtensionMap::RtpHeaderExtensionMap(bool extmap_allow_mixed) in RtpHeaderExtensionMap()
Drtp_rtcp_interface.h116 bool extmap_allow_mixed = false; member
Drtp_sender.cc209 void RTPSender::SetExtmapAllowMixed(bool extmap_allow_mixed) { in SetExtmapAllowMixed()
Drtp_rtcp_impl.cc578 void ModuleRtpRtcpImpl::SetExtmapAllowMixed(bool extmap_allow_mixed) { in SetExtmapAllowMixed()
Drtp_rtcp_impl2.cc562 void ModuleRtpRtcpImpl2::SetExtmapAllowMixed(bool extmap_allow_mixed) { in SetExtmapAllowMixed()
/external/webrtc/call/
Drtp_config.h98 bool extmap_allow_mixed = false; member
Daudio_send_stream.h102 bool extmap_allow_mixed = false; member
/external/webrtc/media/base/
Dmedia_channel.cc96 void MediaChannel::SetExtmapAllowMixed(bool extmap_allow_mixed) { in SetExtmapAllowMixed()
Dfake_media_engine.h262 bool SetSendExtmapAllowMixed(bool extmap_allow_mixed) { in SetSendExtmapAllowMixed()
Dmedia_channel.h789 bool extmap_allow_mixed = false; member
/external/webrtc/audio/
Dchannel_send.cc453 bool extmap_allow_mixed, in ChannelSend()
947 bool extmap_allow_mixed, in CreateChannelSend()
/external/webrtc/media/engine/
Dwebrtc_video_engine.h299 absl::optional<bool> extmap_allow_mixed; member
Dwebrtc_voice_engine.cc734 bool extmap_allow_mixed, in WebRtcAudioSendStream()
802 void SetExtmapAllowMixed(bool extmap_allow_mixed) { in SetExtmapAllowMixed()
Dwebrtc_voice_engine_unittest.cc376 void TestExtmapAllowMixedCaller(bool extmap_allow_mixed) { in TestExtmapAllowMixedCaller()
388 void TestExtmapAllowMixedCallee(bool extmap_allow_mixed) { in TestExtmapAllowMixedCallee()
Dwebrtc_video_engine_unittest.cc2509 void TestExtmapAllowMixedCaller(bool extmap_allow_mixed) { in TestExtmapAllowMixedCaller()
2521 void TestExtmapAllowMixedCallee(bool extmap_allow_mixed) { in TestExtmapAllowMixedCallee()
/external/webrtc/pc/
Dsession_description.h219 bool extmap_allow_mixed() const { return extmap_allow_mixed_enum_ != kNo; } in extmap_allow_mixed() function
588 bool extmap_allow_mixed() const { return extmap_allow_mixed_; } in extmap_allow_mixed() function
Dmedia_session.cc2170 bool extmap_allow_mixed, in GetOfferedRtpHeaderExtensionsWithIds()