Searched refs:COLOR_FORMAT_565BGR (Results 1 – 4 of 4) sorted by relevance
28 #define COLOR_FORMAT_565BGR "565bgr" macro
125 …else if (strncmp(line + strlen(COLOR_DEPTH), COLOR_FORMAT_565BGR, strlen(line) - strlen(COLOR_DEPT… in read_file_header()129 *color_format = COLOR_FORMAT_565BGR; in read_file_header()
258 color_format = COLOR_FORMAT_565BGR; in gx_validation_graphics_driver_setup_565bgr()
496 else if (!strcmp(color_format, COLOR_FORMAT_565BGR)) in show_frame()