HomeSort by relevance Sort by last modified time
    Searched refs:EnableTemporalDecimation (Results 1 - 9 of 9) 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.h 26 void EnableTemporalDecimation(bool enable);
frame_preprocessor.h 36 void EnableTemporalDecimation(bool enable);
video_processing_impl.h 32 void EnableTemporalDecimation(bool enable) override;
video_processing_impl.cc 120 void VideoProcessingImpl::EnableTemporalDecimation(bool enable) {
122 frame_pre_processor_.EnableTemporalDecimation(enable);
video_decimator.cc 36 void VPMVideoDecimator::EnableTemporalDecimation(bool enable) {
  /external/webrtc/webrtc/modules/video_processing/include/
video_processing.h 76 virtual void EnableTemporalDecimation(bool enable) = 0;
  /external/webrtc/webrtc/video/
vie_encoder.cc 143 vp_->EnableTemporalDecimation(true);
439 vp_->EnableTemporalDecimation(false);
442 vp_->EnableTemporalDecimation(true);
  /external/webrtc/webrtc/modules/video_processing/test/
video_processing_unittest.cc 202 vp_->EnableTemporalDecimation(false);
235 vp_->EnableTemporalDecimation(false);

Completed in 423 milliseconds