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

  /external/webrtc/webrtc/modules/video_processing/
frame_preprocessor.cc 43 void VPMFramePreprocessor::EnableTemporalDecimation(bool enable) {
44 vd_->EnableTemporalDecimation(enable);
74 vd_->EnableTemporalDecimation(false);
76 vd_->EnableTemporalDecimation(true);
video_decimator.cc 36 void VPMVideoDecimator::EnableTemporalDecimation(bool enable) {
video_processing_impl.cc 120 void VideoProcessingImpl::EnableTemporalDecimation(bool enable) {
122 frame_pre_processor_.EnableTemporalDecimation(enable);

Completed in 207 milliseconds