Searched refs:green_max (Results 1 – 1 of 1) sorted by relevance
163 uint16_t green_max; member279 sinfo.pixfmt.green_max = htons(255); in rfb_send_server_init_msg()339 uint16_t red_max, green_max, blue_max; in rfb_recv_set_pixfmt_msg() local359 green_max = ntohs(pixfmt_msg.pixfmt.green_max); in rfb_recv_set_pixfmt_msg()363 if (red_max != 255 || green_max != 255 || blue_max != 255) { in rfb_recv_set_pixfmt_msg()366 red_max, green_max, blue_max)); in rfb_recv_set_pixfmt_msg()