Home | History | Annotate | Download | only in webrtc

Lines Matching refs:ratio_h

3102 void WebRtcVideoMediaChannel::UpdateAspectRatio(int ratio_w, int ratio_h) {
3104 ASSERT(ratio_h != 0);
3106 ratio_h_ = ratio_h;
3114 capturer->UpdateAspectRatio(ratio_w, ratio_h);