Searched defs:EnableTemporalDecimation (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
H A Dframe_preprocessor.cc48 void VPMFramePreprocessor::EnableTemporalDecimation(bool enable) { function in class:webrtc::VPMFramePreprocessor
49 vd_->EnableTemporalDecimation(enable);
H A Dvideo_decimator.cc35 void VPMVideoDecimator::EnableTemporalDecimation(bool enable) { function in class:webrtc::VPMVideoDecimator
H A Dvideo_processing_impl.cc162 void VideoProcessingModuleImpl::EnableTemporalDecimation(bool enable) { function in class:webrtc::VideoProcessingModuleImpl
164 frame_pre_processor_.EnableTemporalDecimation(enable);

Completed in 120 milliseconds