Searched refs:dst_height_ (Results 1 – 2 of 2) sorted by relevance
25 dst_height_(0), in Scaler()44 dst_height_ = dst_height; in Set()59 buffer_pool_.CreateBuffer(dst_width_, dst_height_)); in Scale()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()95 dst_width_, dst_height_, in Scale()
62 int dst_height_; variable