Searched refs:ratio_w_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideocapturer.cc136 ratio_w_ = ratio_w;
141 ratio_w_ = 0;
364 // adapter to better match ratio_w_ x ratio_h_.
378 float view_aspect = static_cast<float>(ratio_w_) /
385 ComputeCrop(ratio_w_, ratio_h_, captured_frame->width,
H A Dvideocapturer.h311 int ratio_w_; // View resolution. e.g. 1280 x 720. member in class:cricket::VideoCapturer
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine.h435 int ratio_w_; member in class:cricket::WebRtcVideoMediaChannel
H A Dwebrtcvideoengine.cc1369 ratio_w_(0),
2282 if (!capturer->IsScreencast() && ratio_w_ != 0 && ratio_h_ != 0) {
2283 capturer->UpdateAspectRatio(ratio_w_, ratio_h_);
2582 ratio_w_ = ratio_w;

Completed in 225 milliseconds