Home
last modified time | relevance | path

Searched refs:delta_w (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dvideocapturer.cc630 int64 delta_w = supported.width - desired_width; in GetFormatDistance() local
649 if (delta_w < 0) { in GetFormatDistance()
650 delta_w = delta_w * kDownPenalty; in GetFormatDistance()
660 float min_desirable_fps = delta_w ? in GetFormatDistance()
674 (delta_w << 28) | (delta_h << 16) | (idelta_fps << 8) | delta_fourcc; in GetFormatDistance()