Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_processing/
Dspatial_resampler.h34 virtual int32_t TargetHeight() = 0;
48 virtual int32_t TargetHeight();
Dspatial_resampler.cc81 int32_t VPMSimpleSpatialResampler::TargetHeight() { in TargetHeight() function in webrtc::VPMSimpleSpatialResampler
Dframe_preprocessor.cc94 return spatial_resampler_->TargetHeight(); in GetDecimatedHeight()