HomeSort by relevance Sort by last modified time
    Searched refs:resampling_mode (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
spatial_resampler.h 29 resampling_mode) = 0;
43 virtual void SetInputFrameResampleMode(VideoFrameResampling resampling_mode);
spatial_resampler.cc 38 VideoFrameResampling resampling_mode) {
39 resampling_mode_ = resampling_mode;
frame_preprocessor.h 37 void SetInputFrameResampleMode(VideoFrameResampling resampling_mode);
video_processing_impl.h 49 virtual void SetInputFrameResampleMode(VideoFrameResampling resampling_mode);
frame_preprocessor.cc 57 VideoFrameResampling resampling_mode) {
58 spatial_resampler_->SetInputFrameResampleMode(resampling_mode);
video_processing_impl.cc 169 resampling_mode) {
171 frame_pre_processor_.SetInputFrameResampleMode(resampling_mode);
  /external/chromium_org/third_party/webrtc/modules/video_processing/main/interface/
video_processing.h 258 \param[in] resampling_mode
262 resampling_mode) = 0;
  /external/chromium_org/third_party/webrtc/video_engine/
vie_encoder.cc 413 VideoFrameResampling resampling_mode = kFastRescaling; local
420 vpm_.SetInputFrameResampleMode(resampling_mode);

Completed in 494 milliseconds