/external/webrtc/pc/ |
D | session_description_unittest.cc | 23 TEST(MediaContentDescriptionTest, SetExtmapAllowMixed) { in TEST() argument 59 TEST(SessionDescriptionTest, SetExtmapAllowMixed) { in TEST() argument
|
D | channel.cc | 855 media_channel()->SetExtmapAllowMixed(audio->extmap_allow_mixed()); in SetLocalContent_w() 1025 media_channel()->SetExtmapAllowMixed(video->extmap_allow_mixed()); in SetLocalContent_w()
|
/external/webrtc/modules/rtp_rtcp/include/ |
D | rtp_header_extension_map.h | 61 void SetExtmapAllowMixed(bool extmap_allow_mixed) { in SetExtmapAllowMixed() function
|
/external/webrtc/modules/rtp_rtcp/mocks/ |
D | mock_rtp_rtcp.h | 47 MOCK_METHOD(void, SetExtmapAllowMixed, (bool extmap_allow_mixed), (override));
|
/external/webrtc/modules/rtp_rtcp/source/ |
D | rtp_sender.h | 74 void SetExtmapAllowMixed(bool extmap_allow_mixed)
|
D | rtp_rtcp_interface.h | 179 virtual void SetExtmapAllowMixed(bool extmap_allow_mixed) = 0;
|
D | rtp_rtcp_impl2.h | 85 void SetExtmapAllowMixed(bool extmap_allow_mixed) override;
|
D | rtp_rtcp_impl2.cc | 518 void ModuleRtpRtcpImpl2::SetExtmapAllowMixed(bool extmap_allow_mixed) { in SetExtmapAllowMixed() function in webrtc::ModuleRtpRtcpImpl2 519 rtp_sender_->packet_generator.SetExtmapAllowMixed(extmap_allow_mixed); in SetExtmapAllowMixed()
|
D | rtp_rtcp_impl.h | 73 void SetExtmapAllowMixed(bool extmap_allow_mixed) override;
|
D | rtp_sender.cc | 225 void RTPSender::SetExtmapAllowMixed(bool extmap_allow_mixed) { in SetExtmapAllowMixed() function in webrtc::RTPSender 227 rtp_header_extension_map_.SetExtmapAllowMixed(extmap_allow_mixed); in SetExtmapAllowMixed()
|
D | rtp_rtcp_impl.cc | 599 void ModuleRtpRtcpImpl::SetExtmapAllowMixed(bool extmap_allow_mixed) { in SetExtmapAllowMixed() function in webrtc::ModuleRtpRtcpImpl 600 rtp_sender_->packet_generator.SetExtmapAllowMixed(extmap_allow_mixed); in SetExtmapAllowMixed()
|
/external/webrtc/media/engine/ |
D | webrtc_voice_engine.cc | 823 void SetExtmapAllowMixed(bool extmap_allow_mixed) { in SetExtmapAllowMixed() function in cricket::WebRtcVoiceMediaChannel::WebRtcAudioSendStream 1411 SetExtmapAllowMixed(params.extmap_allow_mixed); in SetSendParameters() 1413 it.second->SetExtmapAllowMixed(params.extmap_allow_mixed); in SetSendParameters()
|
D | webrtc_video_engine.cc | 925 SetExtmapAllowMixed(*changed_params.extmap_allow_mixed); in ApplyChangedParams()
|
D | webrtc_voice_engine_unittest.cc | 400 channel_->SetExtmapAllowMixed(extmap_allow_mixed); in TestExtmapAllowMixedCallee()
|
D | webrtc_video_engine_unittest.cc | 2520 channel_->SetExtmapAllowMixed(extmap_allow_mixed); in TestExtmapAllowMixedCallee()
|
/external/webrtc/media/base/ |
D | media_channel.h | 251 void SetExtmapAllowMixed(bool extmap_allow_mixed) { in SetExtmapAllowMixed() function
|
D | fake_media_engine.h | 254 Base::SetExtmapAllowMixed(extmap_allow_mixed); in SetSendExtmapAllowMixed()
|
/external/webrtc/audio/ |
D | audio_send_stream.cc | 261 rtp_rtcp_module_->SetExtmapAllowMixed(new_config.rtp.extmap_allow_mixed); in ConfigureStream()
|
D | audio_send_stream_unittest.cc | 227 EXPECT_CALL(rtp_rtcp_, SetExtmapAllowMixed(false)).Times(1); in SetupDefaultChannelSend()
|