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

  /external/webrtc/webrtc/common_video/libyuv/
scaler.cc 24 dst_width_(0),
43 dst_width_ = dst_width;
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 61 int dst_width_; member in class:webrtc::Scaler

Completed in 529 milliseconds