Searched refs:SetVideoCodecSwitchingEnabled (Results 1 – 7 of 7) sorted by relevance
67 MOCK_METHOD(void, SetVideoCodecSwitchingEnabled, (bool enabled), (override));
73 void MediaChannel::SetVideoCodecSwitchingEnabled(bool enabled) {} in SetVideoCodecSwitchingEnabled() function in cricket::MediaChannel
251 virtual void SetVideoCodecSwitchingEnabled(bool enabled);
205 void SetVideoCodecSwitchingEnabled(bool enabled) override;
1950 void WebRtcVideoChannel::SetVideoCodecSwitchingEnabled(bool enabled) { in SetVideoCodecSwitchingEnabled() function in cricket::WebRtcVideoChannel
2367 channel_->SetVideoCodecSwitchingEnabled(true); in TEST_F()
1647 ch->SetVideoCodecSwitchingEnabled(allow_codec_switching); in SetConfiguration()