Home
last modified time | relevance | path

Searched refs:ApplyResample (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/video_processing/
Dspatial_resampler.h35 virtual bool ApplyResample(int32_t width, int32_t height) = 0;
49 virtual bool ApplyResample(int32_t width, int32_t height);
Dspatial_resampler.cc89 bool VPMSimpleSpatialResampler::ApplyResample(int32_t width, int32_t height) { in ApplyResample() function in webrtc::VPMSimpleSpatialResampler
Dframe_preprocessor.cc118 if (spatial_resampler_->ApplyResample(current_frame->width(), in PreprocessFrame()