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;
  /external/pdfium/core/fxcodec/codec/
fx_codec_progress.cpp 1355 int ratio_h = m_clipBox.Height() \/ m_sizeY; local
    [all...]

Completed in 203 milliseconds