Searched refs:ratio_h (Results 1 - 7 of 7) 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 Dvideocapturer.h183 // aspect ratio is acheived. Note that ratio_w and ratio_h do not need to be
185 void UpdateAspectRatio(int ratio_w, int ratio_h);
H A Dfakemediaengine.h556 virtual void UpdateAspectRatio(int ratio_w, int ratio_h) {} argument
H A Dmediachannel.h1094 virtual void UpdateAspectRatio(int ratio_w, int ratio_h) = 0;
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvideoengine2.h187 void UpdateAspectRatio(int ratio_w, int ratio_h) override;
H A Dwebrtcvideoengine2.cc1511 void WebRtcVideoChannel2::UpdateAspectRatio(int ratio_w, int ratio_h) { argument
/external/pdfium/core/fxcodec/codec/
H A Dfx_codec_progress.cpp1328 int ratio_h = m_clipBox.Height() / m_sizeY; local
1329 int ratio = (ratio_w > ratio_h) ? ratio_h : ratio_w;

Completed in 693 milliseconds