| /openbmc/u-boot/doc/device-tree-bindings/video/ |
| H A D | simple-framebuffer.txt | 10 - width: The width of the framebuffer in pixels. 11 - height: The height of the framebuffer in pixels. 14 - r5g6b5 (16-bit pixels, d[15:11]=r, d[10:5]=g, d[4:0]=b).
|
| H A D | displaymode.txt | 9 parameters in pixels
|
| H A D | display-timing.txt | 20 in pixels
|
| /openbmc/u-boot/tools/easylogo/ |
| H A D | easylogo.c | 53 int width, height, pixels, bpp, pixel_size, size, palette_size, yuyv; member 187 image->pixels = image->width * image->height; in image_load_tga() 188 image->size = image->pixels * image->pixel_size; in image_load_tga() 201 for (i = 0; i < image->pixels; i++, p++) { in image_load_tga() 254 yuyv_image->pixels = yuyv_image->width * yuyv_image->height; in image_rgb_to_yuyv() 255 yuyv_image->size = yuyv_image->pixels * yuyv_image->pixel_size; in image_rgb_to_yuyv() 261 while ((count++) < rgb_image->pixels) { in image_rgb_to_yuyv() 290 rgb565_image->pixels = rgb565_image->width * rgb565_image->height; in image_rgb888_to_rgb565() 291 rgb565_image->size = rgb565_image->pixels * rgb565_image->pixel_size; in image_rgb888_to_rgb565() 297 while ((count++) < rgb888_image->pixels) { in image_rgb888_to_rgb565() [all …]
|
| /openbmc/u-boot/drivers/video/ |
| H A D | console_normal.c | 20 int pixels = VIDEO_FONT_HEIGHT * vid_priv->xsize; in console_normal_set_row() local 29 for (i = 0; i < pixels; i++) in console_normal_set_row() 38 for (i = 0; i < pixels; i++) in console_normal_set_row() 47 for (i = 0; i < pixels; i++) in console_normal_set_row()
|
| H A D | stb_truetype.h | 470 unsigned char *pixels, int pw, int ph, // bitmap to be filled in 521 STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pixels, int width, int heigh… 613 unsigned char *pixels; member 671 STBTT_DEF float stbtt_ScaleForPixelHeight(const stbtt_fontinfo *info, float pixels); 679 STBTT_DEF float stbtt_ScaleForMappingEmToPixels(const stbtt_fontinfo *info, float pixels); 810 unsigned char *pixels; member 1546 STBTT_DEF float stbtt_ScaleForMappingEmToPixels(const stbtt_fontinfo *info, float pixels) in stbtt_ScaleForMappingEmToPixels() argument 1549 return pixels / unitsPerEm; in stbtt_ScaleForMappingEmToPixels() 1851 STBTT_memcpy(result->pixels + j * result->stride, scanline, result->w); in stbtt__rasterize_sorted_edges() 2131 result->pixels[j*result->stride + i] = (unsigned char) m; in stbtt__rasterize_sorted_edges() [all …]
|
| H A D | console_truetype.c | 129 int pixels = priv->font_size * vid_priv->line_length; in console_truetype_set_row() local 138 for (i = 0; i < pixels; i++) in console_truetype_set_row() 147 for (i = 0; i < pixels; i++) in console_truetype_set_row() 156 for (i = 0; i < pixels; i++) in console_truetype_set_row() 321 int pixels = xend - xstart; in console_truetype_erase() local 332 for (i = 0; i < pixels; i++) in console_truetype_erase() 341 for (i = 0; i < pixels; i++) in console_truetype_erase() 350 for (i = 0; i < pixels; i++) in console_truetype_erase()
|
| H A D | console_rotate.c | 150 int pixels = VIDEO_FONT_HEIGHT * vid_priv->xsize; in console_set_row_2() local 160 for (i = 0; i < pixels; i++) in console_set_row_2() 169 for (i = 0; i < pixels; i++) in console_set_row_2() 178 for (i = 0; i < pixels; i++) in console_set_row_2()
|
| H A D | cfb_console.c | 1172 int pixels = 0; in display_rle8_bitmap() local 1255 pixels += cnt; in display_rle8_bitmap() 1256 if (pixels > limit) in display_rle8_bitmap() 1280 pixels += cnt; in display_rle8_bitmap() 1281 if (pixels > limit) in display_rle8_bitmap()
|
| /openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/ |
| H A D | libxdamage_1.1.6.bb | 7 include the set of pixels modified by each operation, but may include \ 8 significantly more than just those pixels. The DAMAGE extension allows \
|
| /openbmc/qemu/hw/display/ |
| H 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()
|
| H 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 …]
|
| H 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()
|
| H A D | apple-gfx.m | 840 " of pixels in the range 1..65535", name); 851 " of pixels in the range 1..65535", name); 876 "Display mode in pixels and Hertz, as <width>x<height>@<refresh-rate> "
|
| H 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()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gphoto2/libgphoto2/ |
| H A D | fix-build-with-gcc-14.patch | 31 - * 4 bytes used to encode 2 pixels, need 6 bytes raw YUV data for jpeg encoding */ 33 + * 4 bytes used to encode 2 pixels, need 6 bytes raw YUV data for jpeg encoding */
|
| /openbmc/u-boot/doc/ |
| H A D | README.video | 17 <xres> The X resolution (in pixels) to use. 18 <yres> The Y resolution (in pixels) to use.
|
| /openbmc/openbmc/poky/scripts/contrib/bb-perf/ |
| H A D | bb-matrix-plot.sh | 34 -s W,H PNG and window size in pixels (default: $SIZE)
|
| /openbmc/qemu/ui/ |
| H 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() 216 int pixels = 0; \ 260 pixels++; \ 271 if (pixels == 0) { \ 274 if ((stats[0] + stats[1]) * 100 / pixels >= 90) { \ 288 errors /= (pixels - stats[0]); \
|
| H A D | vnc-enc-zrle.c.inc | 204 /* packed pixels */
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/ |
| H A D | CVE-2019-7635.patch | 62 /* Byte-swap the pixels if needed. Note that the 24bpp
|
| H A D | CVE-2019-7637.patch | 151 /* Alloc aligned mem for current->pixels */
|
| /openbmc/ipmitool/contrib/ |
| H A D | README | 65 graph_width Size of the graph area in pixels (excluding title, legends etc.)
|
| /openbmc/qemu/qapi/ |
| H A D | char.json | 407 # @width: console width, in pixels 409 # @height: console height, in pixels
|
| /openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/libcamera-apps/libcamera-apps/ |
| H A D | 0002-Revert-Support-compressed-pixel-formats-when-saving-.patch | 236 - // Decompression will require a buffer that's 8 pixels aligned.
|