Home
last modified time | relevance | path

Searched refs:OnEncoderInternalScalerUpdate (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/webrtc/call/adaptation/test/
H A Dfake_frame_rate_provider.h57 MOCK_METHOD(void, OnEncoderInternalScalerUpdate, (bool), (override));
/aosp_15_r20/external/webrtc/video/
H A Dvideo_stream_encoder_observer.h108 virtual void OnEncoderInternalScalerUpdate(bool is_scaled) {} in OnEncoderInternalScalerUpdate() function
H A Dsend_statistics_proxy.h86 void OnEncoderInternalScalerUpdate(bool is_scaled) override;
H A Dsend_statistics_proxy.cc1252 void SendStatisticsProxy::OnEncoderInternalScalerUpdate(bool is_scaled) { in OnEncoderInternalScalerUpdate() function in webrtc::SendStatisticsProxy
H A Dvideo_stream_encoder.cc2144 encoder_stats_observer_->OnEncoderInternalScalerUpdate( in OnEncodedImage()
H A Dsend_statistics_proxy_unittest.cc2259 statistics_proxy_->OnEncoderInternalScalerUpdate(/*scaled=*/true); in TEST_F()