HomeSort by relevance Sort by last modified time
    Searched defs:EnableTemporalDecimation (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
frame_preprocessor.cc 48 void VPMFramePreprocessor::EnableTemporalDecimation(bool enable) {
49 vd_->EnableTemporalDecimation(enable);
video_decimator.cc 35 void VPMVideoDecimator::EnableTemporalDecimation(bool enable) {
video_processing_impl.cc 154 void VideoProcessingModuleImpl::EnableTemporalDecimation(bool enable) {
156 frame_pre_processor_.EnableTemporalDecimation(enable);

Completed in 77 milliseconds