Searched defs:ratio_w (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()
1354 int ratio_w = m_clipBox.Width() / m_sizeX; in GetDownScale() local