Home
last modified time | relevance | path

Searched refs:target_height_ (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/video_processing/
Dspatial_resampler.cc18 target_height_(0), in VPMSimpleSpatialResampler()
32 target_height_ = height; in SetTargetFrameSize()
45 target_height_ = 0; in Reset()
55 (inFrame.height() == target_height_)) { in ResampleFrame()
64 target_height_, kI420, kI420, kScaleBox); in ResampleFrame()
82 return target_height_; in TargetHeight()
90 if ((width == target_width_ && height == target_height_) || in ApplyResample()
Dspatial_resampler.h54 int32_t target_height_; variable