Searched refs:ApplyResample (Results 1 – 3 of 3) sorted by relevance
35 virtual bool ApplyResample(int32_t width, int32_t height) = 0;49 virtual bool ApplyResample(int32_t width, int32_t height);
89 bool VPMSimpleSpatialResampler::ApplyResample(int32_t width, int32_t height) { in ApplyResample() function in webrtc::VPMSimpleSpatialResampler
118 if (spatial_resampler_->ApplyResample(current_frame->width(), in PreprocessFrame()