Home
last modified time | relevance | path

Searched refs:resampling_mode (Results 1 – 7 of 7) sorted by relevance

/external/webrtc/webrtc/modules/video_processing/
Dspatial_resampler.h29 VideoFrameResampling resampling_mode) = 0;
43 virtual void SetInputFrameResampleMode(VideoFrameResampling resampling_mode);
Dspatial_resampler.cc38 VideoFrameResampling resampling_mode) { in SetInputFrameResampleMode() argument
39 resampling_mode_ = resampling_mode; in SetInputFrameResampleMode()
Dframe_preprocessor.cc52 VideoFrameResampling resampling_mode) { in SetInputFrameResampleMode() argument
53 spatial_resampler_->SetInputFrameResampleMode(resampling_mode); in SetInputFrameResampleMode()
Dvideo_processing_impl.cc126 VideoFrameResampling resampling_mode) { in SetInputFrameResampleMode() argument
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;
/external/webrtc/webrtc/modules/video_processing/include/
Dvideo_processing.h91 VideoFrameResampling resampling_mode) = 0;