Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_processing/
Dspatial_resampler.h33 virtual int32_t TargetWidth() = 0;
47 virtual int32_t TargetWidth();
Dspatial_resampler.cc85 int32_t VPMSimpleSpatialResampler::TargetWidth() { in TargetWidth() function in webrtc::VPMSimpleSpatialResampler
Dframe_preprocessor.cc90 return spatial_resampler_->TargetWidth(); in GetDecimatedWidth()