Searched refs:COLOR_FORMAT_24XRGB (Results 1 – 3 of 3) sorted by relevance
26 #define COLOR_FORMAT_24XRGB "24xrgb" macro
109 …if (strncmp(line + strlen(COLOR_DEPTH), COLOR_FORMAT_24XRGB, strlen(line) - strlen(COLOR_DEPTH)) =… in read_file_header()113 *color_format = COLOR_FORMAT_24XRGB; in read_file_header()
488 if (!strcmp(color_format, COLOR_FORMAT_24XRGB)) in show_frame()