Searched refs:COLOR_FORMAT_4BPP (Results 1 – 3 of 3) sorted by relevance
33 #define COLOR_FORMAT_4BPP "4bpp" macro
165 …else if (strncmp(line + strlen(COLOR_DEPTH), COLOR_FORMAT_4BPP, strlen(line) - strlen(COLOR_DEPTH)… in read_file_header()169 *color_format = COLOR_FORMAT_4BPP; in read_file_header()
517 else if(!strcmp(color_format, COLOR_FORMAT_4BPP)) in show_frame()