Searched refs:EnableContentAnalysis (Results 1 – 8 of 8) sorted by relevance
40 void EnableContentAnalysis(bool enable);
208 void VideoProcessingModuleImpl::EnableContentAnalysis(bool enable) { in EnableContentAnalysis() function in webrtc::VideoProcessingModuleImpl210 frame_pre_processor_.EnableContentAnalysis(enable); in EnableContentAnalysis()
52 virtual void EnableContentAnalysis(bool enable);
52 void VPMFramePreprocessor::EnableContentAnalysis(bool enable) { in EnableContentAnalysis() function in webrtc::VPMFramePreprocessor
284 virtual void EnableContentAnalysis(bool enable) = 0;
238 vpm_->EnableContentAnalysis(false); in TEST_F()
233 _vpm->EnableContentAnalysis(true); in Perform()
185 vpm_.EnableContentAnalysis(false); in Init()