Home
last modified time | relevance | path

Searched refs:pixel (Results 1 – 25 of 73) sorted by relevance

123

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/
H A DCVE-2019-7635.patch8 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 Dexynos4210_fimd.c266 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 Dcirrus_vga_rop.h37 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 Dmacfb.c214 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 Dfsp_graphics.c14 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 Defi.c14 struct pixel { struct
20 struct pixel red; argument
21 struct pixel green;
22 struct pixel blue;
23 struct pixel rsvd;
H A DKconfig39 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 Dcursor.c13 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 Dvnc-enc-zrle.c.inc17 * 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 Datmel-hlcdc.txt9 - atmel,vl-bpix: Bits per pixel.
11 The unit is bits per pixel, there are four values,
H A Dtegra20-dc.txt24 - nvidia,bits-per-pixel: number of bits per pixel (depth)
78 nvidia,bits-per-pixel = <16>;
H A Dexynos-fb.txt12 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 Dexynos_mipi_dsi.txt14 samsung,dsim-config-e-pixel-format: pixel stream format for main
62 samsung,dsim-config-e-pixel-format = <7>;
H A Ddisplay-timing.txt30 - 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 DKconfig35 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 D30-liberation-aliases.conf3 <!-- conf.d/sub-pixel.conf -->
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/babl/
H A Dbabl_0.1.114.bb1 SUMMARY = "Babl is a dynamic, any to any, pixel format conversion library"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hexedit/
H A Dhexedit_1.6.bb9 SRC_URI = "git://github.com/pixel/hexedit.git;branch=master;protocol=https \
/openbmc/u-boot/doc/device-tree-bindings/video/osd/
H A Dgdsys,ihs_video_out.txt11 - clk_gen: phandle to the pixel clock generator
/openbmc/u-boot/arch/arm/dts/
H A Dtegra20-medcom-wide.dts58 nvidia,bits-per-pixel = <16>;
H A Dtegra20-tec.dts70 nvidia,bits-per-pixel = <16>;
H A Dbcm283x.dtsi123 * 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 Dlibxdamage_1.1.6.bb3 DESCRIPTION = "'Damage' is a term that describes changes make to pixel \
H A Dlibxft_2.3.9.bb5 supports features such as anti-aliasing and sub-pixel rasterisation. \
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/libcamera-apps/
H A Dlibcamera-apps_git.bb13 file://0002-Revert-Support-compressed-pixel-formats-when-saving-.patch \

123