Home
last modified time | relevance | path

Searched refs:SetInputFrameResampleMode (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/modules/video_processing/
Dspatial_resampler.h28 virtual void SetInputFrameResampleMode(
43 virtual void SetInputFrameResampleMode(VideoFrameResampling resampling_mode);
Dframe_preprocessor.cc51 void VPMFramePreprocessor::SetInputFrameResampleMode( in SetInputFrameResampleMode() function in webrtc::VPMFramePreprocessor
53 spatial_resampler_->SetInputFrameResampleMode(resampling_mode); in SetInputFrameResampleMode()
Dvideo_processing_impl.cc125 void VideoProcessingImpl::SetInputFrameResampleMode( in SetInputFrameResampleMode() function in webrtc::VideoProcessingImpl
128 frame_pre_processor_.SetInputFrameResampleMode(resampling_mode); in SetInputFrameResampleMode()
Dframe_preprocessor.h38 void SetInputFrameResampleMode(VideoFrameResampling resampling_mode);
Dvideo_processing_impl.h33 void SetInputFrameResampleMode(VideoFrameResampling resampling_mode) override;
Dspatial_resampler.cc37 void VPMSimpleSpatialResampler::SetInputFrameResampleMode( in SetInputFrameResampleMode() function in webrtc::VPMSimpleSpatialResampler
/external/webrtc/webrtc/modules/video_processing/test/
Dvideo_processing_unittest.cc207 vp_->SetInputFrameResampleMode(kNoRescaling);
211 vp_->SetInputFrameResampleMode(kFastRescaling);
215 vp_->SetInputFrameResampleMode(kNoRescaling);
356 vpm->SetInputFrameResampleMode(kBox);
/external/webrtc/webrtc/modules/video_processing/include/
Dvideo_processing.h90 virtual void SetInputFrameResampleMode(