HomeSort by relevance Sort by last modified time
    Searched defs:ratio_h (Results 1 - 2 of 2) sorted by null

  /external/webrtc/talk/media/base/
videocapturer.cc 156 void VideoCapturer::UpdateAspectRatio(int ratio_w, int ratio_h) {
157 if (ratio_w == 0 || ratio_h == 0) {
159 << ratio_w << "x" << ratio_h; local
163 ratio_h_ = ratio_h;