Home
last modified time | relevance | path

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

/GUIX-v6.2.1/test/guix_test/regression_test/utility/
Dgx_validation_verify.c106 else if(strncmp(line, COLOR_DEPTH, strlen(COLOR_DEPTH)) == 0) in read_file_header()
109 …if (strncmp(line + strlen(COLOR_DEPTH), COLOR_FORMAT_24XRGB, strlen(line) - strlen(COLOR_DEPTH)) =… in read_file_header()
117 …else if (strncmp(line + strlen(COLOR_DEPTH), COLOR_FORMAT_565RGB, strlen(line) - strlen(COLOR_DEPT… in read_file_header()
125 …else if (strncmp(line + strlen(COLOR_DEPTH), COLOR_FORMAT_565BGR, strlen(line) - strlen(COLOR_DEPT… in read_file_header()
133 …else if (strncmp(line + strlen(COLOR_DEPTH), COLOR_FORMAT_1555XRGB, strlen(line) - strlen(COLOR_DE… in read_file_header()
141 …else if (strncmp(line + strlen(COLOR_DEPTH), COLOR_FORMAT_4444ARGB, strlen(line) - strlen(COLOR_DE… in read_file_header()
149 …else if (strncmp(line + strlen(COLOR_DEPTH), COLOR_FORMAT_8BPP, strlen(line) - strlen(COLOR_DEPTH)… in read_file_header()
157 …else if (strncmp(line + strlen(COLOR_DEPTH), COLOR_FORMAT_332RGB, strlen(line) - strlen(COLOR_DEPT… in read_file_header()
165 …else if (strncmp(line + strlen(COLOR_DEPTH), COLOR_FORMAT_4BPP, strlen(line) - strlen(COLOR_DEPTH)… in read_file_header()
173 …else if (strncmp(line + strlen(COLOR_DEPTH), COLOR_FORMAT_1BPP, strlen(line) - strlen(COLOR_DEPTH)… in read_file_header()
Dgx_validation_strings.h17 #define COLOR_DEPTH "Color Depth: " macro
Dgx_validation_utility.c238 fprintf(output_file, COLOR_DEPTH"%s\n", gx_validation_frame_color_depth); in gx_validation_write_output_file_header()