Searched defs:ratio_h (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/talk/media/base/
H A Dvideocapturer.cc156 void VideoCapturer::UpdateAspectRatio(int ratio_w, int ratio_h) { argument
157 if (ratio_w == 0 || ratio_h == 0) {
159 << ratio_w << "x" << ratio_h; local
163 ratio_h_ = ratio_h;
H A Dfakemediaengine.h556 virtual void UpdateAspectRatio(int ratio_w, int ratio_h) {} argument
/external/pdfium/core/fxcodec/codec/
H A Dfx_codec_progress.cpp1355 int ratio_h = m_clipBox.Height() / m_sizeY; local
1356 int ratio = (ratio_w > ratio_h) ? ratio_h : ratio_w;
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvideoengine2.cc1511 void WebRtcVideoChannel2::UpdateAspectRatio(int ratio_w, int ratio_h) { argument

Completed in 188 milliseconds