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

  /external/webrtc/talk/media/base/
videocapturer.cc 162 ratio_w_ = ratio_w;
167 ratio_w_ = 0;
473 // adapter to better match ratio_w_ x ratio_h_.
487 float view_aspect = static_cast<float>(ratio_w_) /
494 ComputeCrop(ratio_w_, ratio_h_, captured_frame->width,
videocapturer.h 355 int ratio_w_; // View resolution. e.g. 1280 x 720. member in class:cricket::VideoCapturer

Completed in 41 milliseconds