HomeSort by relevance Sort by last modified time
    Searched full:resampling_mode_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/video_processing/
spatial_resampler.cc 16 : resampling_mode_(kFastRescaling),
25 if (resampling_mode_ == kNoRescaling)
39 resampling_mode_ = resampling_mode;
43 resampling_mode_ = kFastRescaling;
51 if (resampling_mode_ == kNoRescaling) {
61 // _scale.Set() with |resampling_mode_|?
91 resampling_mode_ == kNoRescaling)
spatial_resampler.h 52 VideoFrameResampling resampling_mode_; member in class:webrtc::VPMSimpleSpatialResampler

Completed in 123 milliseconds