Home
last modified time | relevance | path

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

/external/webrtc/webrtc/common_video/libyuv/
Dscaler.cc23 src_height_(0), in Scaler()
42 src_height_ = src_height; in Set()
65 std::min(src_width_, dst_width_ * src_height_ / dst_height_); in Scale()
67 std::min(src_height_, dst_height_ * src_width_ / dst_width_); in Scale()
70 const int src_offset_y = ((src_height_ - cropped_src_height) / 2) & ~1; in Scale()
/external/webrtc/webrtc/common_video/libyuv/include/
Dscaler.h60 int src_height_; variable