Home
last modified time | relevance | path

Searched refs:spatial_resampler_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/video_processing/
Dframe_preprocessor.cc22 spatial_resampler_ = new VPMSimpleSpatialResampler(); in VPMFramePreprocessor()
31 delete spatial_resampler_; in ~VPMFramePreprocessor()
38 spatial_resampler_->Reset(); in Reset()
53 spatial_resampler_->SetInputFrameResampleMode(resampling_mode); in SetInputFrameResampleMode()
63 ret_val = spatial_resampler_->SetTargetFrameSize(width, height); in SetTargetResolution()
90 return spatial_resampler_->TargetWidth(); in GetDecimatedWidth()
94 return spatial_resampler_->TargetHeight(); in GetDecimatedHeight()
118 if (spatial_resampler_->ApplyResample(current_frame->width(), in PreprocessFrame()
120 if (spatial_resampler_->ResampleFrame(*current_frame, &resampled_frame_) != in PreprocessFrame()
Dframe_preprocessor.h74 VPMSpatialResampler* spatial_resampler_; variable