Searched refs:COLOR_FORMAT_1BPP (Results 1 – 3 of 3) sorted by relevance
34 #define COLOR_FORMAT_1BPP "1bpp" macro
173 …else if (strncmp(line + strlen(COLOR_DEPTH), COLOR_FORMAT_1BPP, strlen(line) - strlen(COLOR_DEPTH)… in read_file_header()177 *color_format = COLOR_FORMAT_1BPP; in read_file_header()
521 else if (!strcmp(color_format, COLOR_FORMAT_1BPP)) in show_frame()