Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_processing/
Dspatial_resampler.h27 virtual int32_t SetTargetFrameSize(int32_t width, int32_t height) = 0;
42 virtual int32_t SetTargetFrameSize(int32_t width, int32_t height);
Dspatial_resampler.cc23 int32_t VPMSimpleSpatialResampler::SetTargetFrameSize(int32_t width, in SetTargetFrameSize() function in webrtc::VPMSimpleSpatialResampler
Dframe_preprocessor.cc63 ret_val = spatial_resampler_->SetTargetFrameSize(width, height); in SetTargetResolution()