Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
Dspatial_resampler.h29 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.cc57 VideoFrameResampling resampling_mode) { in SetInputFrameResampleMode() argument
58 spatial_resampler_->SetInputFrameResampleMode(resampling_mode); in SetInputFrameResampleMode()
Dframe_preprocessor.h37 void SetInputFrameResampleMode(VideoFrameResampling resampling_mode);
Dvideo_processing_impl.cc169 resampling_mode) { in SetInputFrameResampleMode() argument
171 frame_pre_processor_.SetInputFrameResampleMode(resampling_mode); in SetInputFrameResampleMode()
Dvideo_processing_impl.h49 virtual void SetInputFrameResampleMode(VideoFrameResampling resampling_mode);
/external/chromium_org/third_party/webrtc/modules/video_processing/main/interface/
Dvideo_processing.h262 resampling_mode) = 0;
/external/chromium_org/third_party/webrtc/video_engine/
Dvie_encoder.cc413 VideoFrameResampling resampling_mode = kFastRescaling; in ScaleInputImage() local
420 vpm_.SetInputFrameResampleMode(resampling_mode); in ScaleInputImage()