Searched refs:pixels (Results 1 – 10 of 10) sorted by relevance
| /qemu/hw/display/ |
| A D | xenfb.c | 73 void *pixels; member 492 if (xenfb->pixels) { in xenfb_map_fb() 493 munmap(xenfb->pixels, xenfb->fbpages * XEN_PAGE_SIZE); in xenfb_map_fb() 494 xenfb->pixels = NULL; in xenfb_map_fb() 512 xenfb->pixels = qemu_xen_foreignmem_map(xenfb->c.xendev.dom, NULL, in xenfb_map_fb() 515 if (xenfb->pixels == NULL) in xenfb_map_fb() 596 SRC_T *src = (SRC_T *)(xenfb->pixels \ 748 xenfb->row_stride, xenfb->pixels + xenfb->offset); in xenfb_update() 934 qemu_xen_foreignmem_unmap(fb->pixels, fb->fbpages); in fb_disconnect() 935 fb->pixels = mmap(fb->pixels, fb->fbpages * XEN_PAGE_SIZE, in fb_disconnect() [all …]
|
| A D | virtio-gpu-gl.c | 34 uint32_t pixels, *data; in virtio_gpu_gl_update_cursor_data() local 51 pixels = s->current_cursor->width * s->current_cursor->height; in virtio_gpu_gl_update_cursor_data() 52 memcpy(s->current_cursor->data, data, pixels * sizeof(uint32_t)); in virtio_gpu_gl_update_cursor_data()
|
| A D | vmware_vga.c | 522 int i, pixels; in vmsvga_cursor_define() local 542 pixels = c->width * c->height; in vmsvga_cursor_define() 543 for (i = 0; i < pixels; i++) { in vmsvga_cursor_define()
|
| A D | virtio-gpu.c | 50 uint32_t pixels; in virtio_gpu_update_cursor_data() local 73 pixels = s->current_cursor->width * s->current_cursor->height; in virtio_gpu_update_cursor_data() 75 pixels * sizeof(uint32_t)); in virtio_gpu_update_cursor_data()
|
| /qemu/ui/ |
| A D | vnc-enc-tight.c | 144 int pixels = 0; in tight_detect_smooth_image24() local 169 pixels++; in tight_detect_smooth_image24() 181 if (pixels == 0) { in tight_detect_smooth_image24() 186 if (stats[0] * 33 / pixels >= 95) { in tight_detect_smooth_image24() 200 errors /= (pixels * 3 - stats[0]); in tight_detect_smooth_image24() 215 int pixels = 0; \ 259 pixels++; \ 270 if (pixels == 0) { \ 273 if ((stats[0] + stats[1]) * 100 / pixels >= 90) { \ 287 errors /= (pixels - stats[0]); \
|
| A D | vnc-enc-zrle.c.inc | 204 /* packed pixels */
|
| A D | vnc.c | 871 void *pixels, int size) in vnc_write_pixels_copy() argument 873 vnc_write(vs, pixels, size); in vnc_write_pixels_copy() 927 uint32_t *pixels = pixels1; in vnc_write_pixels_generic() local 931 vnc_convert_pixel(vs, buf, pixels[i]); in vnc_write_pixels_generic()
|
| /qemu/qapi/ |
| A D | char.json | 396 # @width: console width, in pixels 398 # @height: console height, in pixels
|
| A D | qom.json | 483 # @width: the width of secondary screen in pixels (default: "1920") 485 # @height: the height of secondary screen in pixels (default: "1080")
|
| /qemu/ |
| A D | qemu-options.hx | 3887 of the console, in pixels.
|
Completed in 40 milliseconds