| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/ |
| H A D | CVE-2019-7635.patch | 8 CVE-2019-7635: Reject BMP images with pixel colors out the palette 9 If a 1-, 4-, or 8-bit per pixel BMP image declares less used colors 11 number of used colors is created. If some of the image's pixel 18 This patch fixes it by validing each pixel's color to be less than the 36 *(bits+i) = (pixel>>shift); 37 pixel <<= ExpandBMP; 40 + "A BMP image contains a pixel with a color out of the palette"); 55 + "A BMP image contains a pixel with a color out of the palette");
|
| /openbmc/qemu/hw/display/ |
| H A D | exynos4210_fimd.c | 266 typedef void pixel_to_rgb_func(uint32_t pixel, rgba *p); 378 static void N(uint32_t pixel, rgba *p) \ 380 p->b = ((pixel & ((1 << (B)) - 1)) << (8 - (B))) | \ 381 ((pixel >> (2 * (B) - 8)) & ((1 << (8 - (B))) - 1)); \ 382 pixel >>= (B); \ 383 p->g = (pixel & ((1 << (G)) - 1)) << (8 - (G)) | \ 384 ((pixel >> (2 * (G) - 8)) & ((1 << (8 - (G))) - 1)); \ 385 pixel >>= (G); \ 386 p->r = (pixel & ((1 << (R)) - 1)) << (8 - (R)) | \ 387 ((pixel >> (2 * (R) - 8)) & ((1 << (8 - (R))) - 1)); \ [all …]
|
| H A D | cirrus_vga_rop.h | 37 uint8_t pixel = ROP_FN(*dst, src); in glue() local 38 if (pixel != transp) { in glue() 39 *dst = pixel; in glue() 57 uint16_t pixel = ROP_FN(*dst, src); in glue() local 58 if (pixel != transp) { in glue() 59 *dst = pixel; in glue()
|
| H A D | macfb.c | 214 uint16_t pixel; in macfb_draw_line16() local 215 pixel = (macfb_read_byte(s, addr) << 8) | macfb_read_byte(s, addr + 1); in macfb_draw_line16() 216 r = ((pixel >> 10) & 0x1f) << 3; in macfb_draw_line16() 217 g = ((pixel >> 5) & 0x1f) << 3; in macfb_draw_line16() 218 b = (pixel & 0x1f) << 3; in macfb_draw_line16()
|
| /openbmc/u-boot/arch/x86/lib/fsp/ |
| H A D | fsp_graphics.c | 14 struct pixel { struct 20 struct pixel red; argument 21 struct pixel green; 22 struct pixel blue; 23 struct pixel rsvd;
|
| /openbmc/u-boot/drivers/video/ |
| H A D | efi.c | 14 struct pixel { struct 20 struct pixel red; argument 21 struct pixel green; 22 struct pixel blue; 23 struct pixel rsvd;
|
| H A D | Kconfig | 39 bool "Support 8-bit-per-pixel displays" 43 Support drawing text and bitmaps onto a 8-bit-per-pixel display. 49 bool "Support 16-bit-per-pixel displays" 53 Support drawing text and bitmaps onto a 16-bit-per-pixel display. 59 bool "Support 32-bit-per-pixel displays" 63 Support drawing text and bitmaps onto a 32-bit-per-pixel display. 319 Support for the ANX9804 bridge chip, which can take pixel data coming 327 Support for the SSD2828 bridge chip, which can take pixel data coming 575 VIDEO_VISIBLE_COLS visible pixel columns (cols=pitch) 576 VIDEO_VISIBLE_ROWS visible pixel rows [all …]
|
| /openbmc/qemu/ui/ |
| H A D | cursor.c | 13 unsigned int line = 0, i, r, g, b, x, y, pixel; in cursor_parse_xpm() local 51 for (pixel = 0, y = 0; y < height; y++, line++) { in cursor_parse_xpm() 52 for (x = 0; x < height; x++, pixel++) { in cursor_parse_xpm() 54 c->data[pixel] = ctab[idx]; in cursor_parse_xpm()
|
| H A D | vnc-enc-zrle.c.inc | 17 * ZRLE_BPP should be 8, 16 or 32 depending on the bits per pixel. 19 * Note that the buf argument to ZRLE_ENCODE needs to be at least one pixel 20 * bigger than the largest tile of pixel data, since the ZRLE encoding 21 * algorithm writes to the position one past the end of the pixel data.
|
| /openbmc/u-boot/doc/device-tree-bindings/video/ |
| H A D | atmel-hlcdc.txt | 9 - atmel,vl-bpix: Bits per pixel. 11 The unit is bits per pixel, there are four values,
|
| H A D | tegra20-dc.txt | 24 - nvidia,bits-per-pixel: number of bits per pixel (depth) 78 nvidia,bits-per-pixel = <16>;
|
| H A D | exynos-fb.txt | 12 samsung,vl-bpix: Bits per pixel 50 samsung,logo-width: pixel width of logo image. Valid if logo_on = 1 51 samsung,logo-height: pixel height of logo image. Valid if logo_on = 1
|
| H A D | exynos_mipi_dsi.txt | 14 samsung,dsim-config-e-pixel-format: pixel stream format for main 62 samsung,dsim-config-e-pixel-format = <7>;
|
| H A D | display-timing.txt | 30 - active high = drive pixel data on rising edge/ 32 - active low = drive pixel data on falling edge/
|
| /openbmc/u-boot/drivers/video/stm32/ |
| H A D | Kconfig | 35 int "Maximum bits per pixel (for memory allocation purposes)" 39 The maximum bits per pixel to support for the framebuffer.
|
| /openbmc/openbmc/poky/meta/recipes-graphics/ttf-fonts/liberation-fonts/ |
| H A D | 30-liberation-aliases.conf | 3 <!-- conf.d/sub-pixel.conf -->
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/babl/ |
| H A D | babl_0.1.114.bb | 1 SUMMARY = "Babl is a dynamic, any to any, pixel format conversion library"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hexedit/ |
| H A D | hexedit_1.6.bb | 9 SRC_URI = "git://github.com/pixel/hexedit.git;branch=master;protocol=https \
|
| /openbmc/u-boot/doc/device-tree-bindings/video/osd/ |
| H A D | gdsys,ihs_video_out.txt | 11 - clk_gen: phandle to the pixel clock generator
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | tegra20-medcom-wide.dts | 58 nvidia,bits-per-pixel = <16>;
|
| H A D | tegra20-tec.dts | 70 nvidia,bits-per-pixel = <16>;
|
| H A D | bcm283x.dtsi | 123 * pixel clocks come from the DSI analog PHY. 446 clock-names = "phy", "escape", "pixel"; 532 clock-names = "phy", "escape", "pixel"; 583 clock-names = "pixel", "hdmi";
|
| /openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/ |
| H A D | libxdamage_1.1.6.bb | 3 DESCRIPTION = "'Damage' is a term that describes changes make to pixel \
|
| H A D | libxft_2.3.9.bb | 5 supports features such as anti-aliasing and sub-pixel rasterisation. \
|
| /openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/libcamera-apps/ |
| H A D | libcamera-apps_git.bb | 13 file://0002-Revert-Support-compressed-pixel-formats-when-saving-.patch \
|