Home
last modified time | relevance | path

Searched refs:EnableContentAnalysis (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/video_processing/
Dvideo_processing_impl.cc174 void VideoProcessingImpl::EnableContentAnalysis(bool enable) { in EnableContentAnalysis() function in webrtc::VideoProcessingImpl
176 frame_pre_processor_.EnableContentAnalysis(enable); in EnableContentAnalysis()
Dframe_preprocessor.h41 void EnableContentAnalysis(bool enable);
Dvideo_processing_impl.h34 void EnableContentAnalysis(bool enable) override;
Dframe_preprocessor.cc47 void VPMFramePreprocessor::EnableContentAnalysis(bool enable) { in EnableContentAnalysis() function in webrtc::VPMFramePreprocessor
/external/webrtc/webrtc/modules/video_processing/include/
Dvideo_processing.h97 virtual void EnableContentAnalysis(bool enable) = 0;
/external/webrtc/webrtc/modules/video_processing/test/
Dvideo_processing_unittest.cc233 vp_->EnableContentAnalysis(false);
/external/webrtc/webrtc/video/
Dvie_encoder.cc146 vp_->EnableContentAnalysis(false); in Init()