Home
last modified time | relevance | path

Searched refs:SetVideoCodecSwitchingEnabled (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/webrtc/pc/test/
H A Dmock_voice_media_channel.h67 MOCK_METHOD(void, SetVideoCodecSwitchingEnabled, (bool enabled), (override));
/aosp_15_r20/external/webrtc/media/base/
H A Dmedia_channel.cc73 void MediaChannel::SetVideoCodecSwitchingEnabled(bool enabled) {} in SetVideoCodecSwitchingEnabled() function in cricket::MediaChannel
H A Dmedia_channel.h251 virtual void SetVideoCodecSwitchingEnabled(bool enabled);
/aosp_15_r20/external/webrtc/media/engine/
H A Dwebrtc_video_engine.h205 void SetVideoCodecSwitchingEnabled(bool enabled) override;
H A Dwebrtc_video_engine.cc1950 void WebRtcVideoChannel::SetVideoCodecSwitchingEnabled(bool enabled) { in SetVideoCodecSwitchingEnabled() function in cricket::WebRtcVideoChannel
H A Dwebrtc_video_engine_unittest.cc2367 channel_->SetVideoCodecSwitchingEnabled(true); in TEST_F()
/aosp_15_r20/external/webrtc/pc/
H A Dpeer_connection.cc1647 ch->SetVideoCodecSwitchingEnabled(allow_codec_switching); in SetConfiguration()