Searched refs:EnableContentAnalysis (Results 1 – 7 of 7) sorted by relevance
174 void VideoProcessingImpl::EnableContentAnalysis(bool enable) { in EnableContentAnalysis() function in webrtc::VideoProcessingImpl176 frame_pre_processor_.EnableContentAnalysis(enable); in EnableContentAnalysis()
41 void EnableContentAnalysis(bool enable);
34 void EnableContentAnalysis(bool enable) override;
47 void VPMFramePreprocessor::EnableContentAnalysis(bool enable) { in EnableContentAnalysis() function in webrtc::VPMFramePreprocessor
97 virtual void EnableContentAnalysis(bool enable) = 0;
233 vp_->EnableContentAnalysis(false);
146 vp_->EnableContentAnalysis(false); in Init()