Home
last modified time | relevance | path

Searched refs:crc_width (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/bhyve/
H A Drfb.c152 int crc_width, crc_height; member
703 if (rc->crc_width != gc_image->width || in rfb_send_screen()
708 rc->crc_width = gc_image->width; in rfb_send_screen()
734 w = rc->crc_width; in rfb_send_screen()
736 xcells = howmany(rc->crc_width, PIX_PER_CELL); in rfb_send_screen()
1279 rc->crc_width = RFB_MAX_WIDTH; in rfb_init()