Home | History | Annotate | Download | only in multimedia

Lines Matching refs:resolution

189         """Sets the resolution of the specified display.
191 @param display_index: index of the display to set resolution for.
192 @param width: width of the resolution
193 @param height: height of the resolution
194 @param timeout: maximal time in seconds waiting for the new resolution
245 raise TimeoutException('Failed to change resolution to %r (%r'
253 """Gets the resolution of the external screen.
255 @return The resolution tuple (width, height)
260 """Gets the resolution of the internal screen.
262 @return The resolution tuple (width, height) or None if internal screen
576 def load_calibration_image(self, resolution):
580 @param resolution: A tuple (width, height) of resolution.
584 self._image_generator.generate_image(resolution[0], resolution[1], path)
649 tab_descriptor = load_calibration_image(resolution)