Searched refs:pfm (Results 1 - 1 of 1) sorted by relevance
/gem5/src/base/vnc/ |
H A D | vncserver.cc | 488 PixelFormatMessage pfm; local 489 if (!read1((uint8_t *)&pfm, sizeof(PixelFormatMessage))) 492 DPRINTF(VNC, " -- bpp = %d; depth = %d; be = %d\n", pfm.px.bpp, 493 pfm.px.depth, pfm.px.bigendian); 495 pfm.px.truecolor, betoh(pfm.px.redmax), betoh(pfm.px.greenmax), 496 betoh(pfm.px.bluemax)); 497 DPRINTF(VNC, " -- red,green,blue shift = %d,%d,%d\n", pfm [all...] |
Completed in 6 milliseconds