HomeSort by relevance Sort by last modified time
    Searched full:desired_width (Results 1 - 3 of 3) sorted by null

  /external/autotest/client/cros/video/
constants.py 9 DESIRED_WIDTH = 864
  /external/webrtc/talk/media/base/
videocapturer.cc 618 int desired_width = desired.width; local
620 int64_t delta_w = supported.width - desired_width;
625 int64_t aspect_h = desired_width
626 ? supported.width * desired_height / desired_width
  /external/autotest/client/site_tests/video_GlitchDetection/
video_GlitchDetection.py 80 box = (0, 0, constants.DESIRED_WIDTH, constants.DESIRED_HEIGHT)

Completed in 166 milliseconds