Searched refs:ResampleFrame (Results 1 – 3 of 3) sorted by relevance
31 virtual int32_t ResampleFrame(const VideoFrame& inFrame,45 virtual int32_t ResampleFrame(const VideoFrame& inFrame,
48 int32_t VPMSimpleSpatialResampler::ResampleFrame(const VideoFrame& inFrame, in ResampleFrame() function in webrtc::VPMSimpleSpatialResampler
120 if (spatial_resampler_->ResampleFrame(*current_frame, &resampled_frame_) != in PreprocessFrame()