Searched defs:ratio_h (Results 1 – 4 of 4) sorted by relevance
156 void VideoCapturer::UpdateAspectRatio(int ratio_w, int ratio_h) { in UpdateAspectRatio()
556 virtual void UpdateAspectRatio(int ratio_w, int ratio_h) {} in UpdateAspectRatio()
1511 void WebRtcVideoChannel2::UpdateAspectRatio(int ratio_w, int ratio_h) { in UpdateAspectRatio()
1355 int ratio_h = m_clipBox.Height() / m_sizeY; in GetDownScale() local