Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_processing/
Dspatial_resampler.h31 virtual int32_t ResampleFrame(const VideoFrame& inFrame,
45 virtual int32_t ResampleFrame(const VideoFrame& inFrame,
Dspatial_resampler.cc48 int32_t VPMSimpleSpatialResampler::ResampleFrame(const VideoFrame& inFrame, in ResampleFrame() function in webrtc::VPMSimpleSpatialResampler
Dframe_preprocessor.cc120 if (spatial_resampler_->ResampleFrame(*current_frame, &resampled_frame_) != in PreprocessFrame()