Searched refs:RequestEncoderSwitch (Results 1 – 6 of 6) sorted by relevance
36 virtual void RequestEncoderSwitch(const Config& conf) = 0;38 virtual void RequestEncoderSwitch(const SdpVideoFormat& format) = 0;
229 void RequestEncoderSwitch(231 void RequestEncoderSwitch(const webrtc::SdpVideoFormat& format) override;
839 void WebRtcVideoChannel::RequestEncoderSwitch( in RequestEncoderSwitch() function in cricket::WebRtcVideoChannel885 void WebRtcVideoChannel::RequestEncoderSwitch( in RequestEncoderSwitch() function in cricket::WebRtcVideoChannel1811 RequestEncoderSwitch(*requested_encoder_switch_); in SetVideoCodecSwitchingEnabled()
2314 channel_->RequestEncoderSwitch(conf1); in TEST_F()2321 channel_->RequestEncoderSwitch(conf2); in TEST_F()2352 channel_->RequestEncoderSwitch(conf1); in TEST_F()2360 channel_->RequestEncoderSwitch(conf2); in TEST_F()2389 channel_->RequestEncoderSwitch(conf); in TEST_F()
587 settings_.encoder_switch_request_callback->RequestEncoderSwitch(conf); in ReconfigureEncoder()1462 settings_.encoder_switch_request_callback->RequestEncoderSwitch( in EncodeVideoFrame()1729 settings_.encoder_switch_request_callback->RequestEncoderSwitch( in OnBitrateUpdated()1739 settings_.encoder_switch_request_callback->RequestEncoderSwitch(conf); in OnBitrateUpdated()
5616 MOCK_METHOD(void, RequestEncoderSwitch, (const Config& conf), (override));5618 RequestEncoderSwitch,5644 EXPECT_CALL(switch_callback, RequestEncoderSwitch(Matcher<const Config&>( in TEST_F()5681 EXPECT_CALL(switch_callback, RequestEncoderSwitch(Matcher<const Config&>(_))) in TEST_F()5730 EXPECT_CALL(switch_callback, RequestEncoderSwitch(Matcher<const Config&>( in TEST_F()5781 RequestEncoderSwitch(Matcher<const SdpVideoFormat&>( in TEST_F()5830 RequestEncoderSwitch(Matcher<const SdpVideoFormat&>(_))) in TEST_F()