HomeSort by relevance Sort by last modified time
    Searched full:dst_height_ (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/common_video/libyuv/
scaler.cc 25 dst_height_(0),
44 dst_height_ = dst_height;
59 buffer_pool_.CreateBuffer(dst_width_, dst_height_));
65 std::min(src_width_, dst_width_ * src_height_ / dst_height_);
67 std::min(src_height_, dst_height_ * src_width_ / dst_width_);
95 dst_width_, dst_height_,
  /external/webrtc/webrtc/common_video/libyuv/include/
scaler.h 62 int dst_height_; member in class:webrtc::Scaler

Completed in 1722 milliseconds