Home
last modified time | relevance | path

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

/external/autotest/client/cros/video/
Dimport_screenshot_capturer.py52 final_height = (self.screen_height_resolution -
56 final_height,
/external/autotest/client/cros/graphics/
Dgraphics_utils.py424 def take_screenshot_crop_by_height(fullpath, final_height, x_offset_pixels, argument
441 final_width = int(width * (float(final_height) / height))
443 x_offset_pixels + final_width, y_offset_pixels + final_height)