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.c150 int crc_width, crc_height; member
699 if (rc->crc_width != gc_image->width || in rfb_send_screen()
704 rc->crc_width = gc_image->width; in rfb_send_screen()
730 w = rc->crc_width; in rfb_send_screen()
732 xcells = howmany(rc->crc_width, PIX_PER_CELL); in rfb_send_screen()
1273 rc->crc_width = RFB_MAX_WIDTH; in rfb_init()