Home
last modified time | relevance | path

Searched refs:SetMaxSampleDiffMs (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/video/adaptation/
Doveruse_frame_detector.cc97 void SetMaxSampleDiffMs(float diff_ms) override { in SetMaxSampleDiffMs() function in webrtc::__anon8c24cb480111::SendProcessingUsage1
237 void SetMaxSampleDiffMs(float /* diff_ms */) override {} in SetMaxSampleDiffMs() function in webrtc::__anon8c24cb480111::SendProcessingUsage2
355 void SetMaxSampleDiffMs(float diff_ms) override { in SetMaxSampleDiffMs() function in webrtc::__anon8c24cb480111::OverdoseInjector
356 usage_->SetMaxSampleDiffMs(diff_ms); in SetMaxSampleDiffMs()
601 usage_->SetMaxSampleDiffMs((1000 / std::max(kMinFramerate, max_framerate_)) * in OnTargetFramerateUpdated()
Doveruse_frame_detector.h100 virtual void SetMaxSampleDiffMs(float diff_ms) = 0;