Home
last modified time | relevance | path

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

/GUIX-v6.2.1/test/guix_studio_test/test_view/
Dtest_project_display_configure.py11 color_depth = [ variable
66 for color_index in color_depth:
Dtest_utils.py1882 def configure_display_color_depth(color_depth): argument
1883 logging.info('set display color depth to "%s"' %color_depth)
1884 status = send_to_project_configure_dialog('CMD_CONFIGURE_DISPLAY_COLOR_DEPTH', color_depth)
1887 logging.info('set display color depth to "%s" successfully.' %color_depth)
/GUIX-v6.2.1/test/guix_test/regression_test/utility/
Dgx_validation_utility.c224 void gx_validation_frame_info_set(char *color_depth, int width, int height) in gx_validation_frame_info_set() argument
228 gx_validation_frame_color_depth = color_depth; in gx_validation_frame_info_set()
243 int gx_validation_create_output_file(char *color_depth, int width, int height) in gx_validation_create_output_file() argument
245 gx_validation_frame_info_set(color_depth, width, height); in gx_validation_create_output_file()
Dgx_validation_verify.c285 int color_depth; in gx_validation_verify_start() local
301 &color_depth, &width, &height); in gx_validation_verify_start()
310 golden_file_frame_size = (width * color_depth >> 3) * height; in gx_validation_verify_start()
Dgx_validation_utility.h36 int gx_validation_create_output_file(char *color_depth, int width, int height);