Home
last modified time | relevance | path

Searched refs:pixels (Results 76 – 100 of 207) sorted by relevance

123456789

/openbmc/linux/drivers/gpu/drm/vkms/
H A Dvkms_drv.h45 struct pixel_argb_u16 *pixels; member
/openbmc/linux/Documentation/fb/
H A Dpxafb.rst27 The resolution of the display in pixels
125 should be a multiple of 16-pixels
H A Dvt8623fb.rst34 packed pixels, high nibble first. Second mode (selected if nonstd == 1) is mode
H A Dmodedb.rst43 pixels and 1.8% of yres).
71 Number of pixels in the margins, typically to deal with overscan on TVs
127 where: pix = total amount of pixels in MB (xres x yres)
H A Darkfb.rst37 packed pixels, high nibble first. Second mode (selected if nonstd == 1) is mode
H A Ds3fb.rst46 packed pixels, high nibble first. Second mode (selected if nonstd == 1) is mode
/openbmc/linux/Documentation/devicetree/bindings/display/panel/
H A Dboe,bf060y8m-aj0.yaml18 green dots, and two pixels share red or blue dots which are
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lvgl/files/
H A D0002-fix-sdl-handle-both-LV_IMAGE_SRC_FILE-and-LV_IMAGE_S.patch11 pixels. Handle the later using SDL_CreateRGBSurfaceFrom().
/openbmc/linux/Documentation/devicetree/bindings/display/
H A Dsolomon,ssd1307fb.yaml66 Offset of pages (band of 8 pixels) that the screen is mapped to
111 the higher, the higher the capacitance of the OLED's pixels is.
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_compressor.c65 static uint32_t align_to_chunks_number_per_line(uint32_t pixels) in align_to_chunks_number_per_line() argument
67 return 256 * ((pixels + 255) / 256); in align_to_chunks_number_per_line()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-packed-yuv.rst25 These formats do not subsample the chroma components and store each pixels as a
293 components horizontally by 2, storing 2 pixels in a container. The container
426 pixels in 12 bytes.
H A Dpixfmt-srggb10p.rst25 of the pixels, and the 5th byte contains the 2 least significants
H A Dpixfmt-srggb12p.rst23 the pixels, and the third byte contains the four least significants
H A Dext-ctrls-image-process.rst32 read-only and its unit is pixels / second.
H A Dpixfmt-srggb14p.rst26 of the pixels, and the three following bytes contains the six least
H A Dpixfmt-v4l2.rst20 - Image width in pixels.
23 - Image height in pixels. If ``field`` is one of ``V4L2_FIELD_TOP``,
63 - Distance in bytes between the leftmost pixels in two adjacent
/openbmc/linux/Documentation/devicetree/bindings/media/i2c/
H A Dsony,imx415.yaml15 pixels. This chip operates with analog 2.9 V, digital 1.1 V, and interface
H A Dsony,imx296.yaml15 sensor with square pixel array and 1.58 M effective pixels. This chip
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/
H A DCVE-2019-7635.patch62 /* Byte-swap the pixels if needed. Note that the 24bpp
/openbmc/u-boot/doc/device-tree-bindings/video/
H A Ddisplay-timing.txt20 in pixels
/openbmc/u-boot/drivers/video/
H A Dcfb_console.c1172 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/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-types.rst153 pixel formatters read pixels from memory and perform a subset
157 and write pixels to memory.
162 source pad, and convert the encoding of pixels received on
171 the values of the pixels received on its sink pad to look up
/openbmc/linux/Documentation/devicetree/bindings/display/tilcdc/
H A Dtilcdc.txt14 - max-bandwidth: The maximum pixels per second that the memory
/openbmc/linux/Documentation/driver-api/media/drivers/
H A Dcx2341x-devel.rst410 Stride in pixels
447 buffer stride in pixels
1129 Width in pixels. Default 720
2861 Decoder Y source width in pixels
2864 Decoder Y destination width in pixels
2868 Decoder UV source width in pixels
2871 Decoder UV destination width in pixels
3127 Decoder & osd width in pixels
3130 Decoder & osd height in pixels
3217 Decoder Y source height in pixels
[all …]
/openbmc/linux/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_plane.c491 unsigned int pixels, load = 0; in atmel_hlcdc_plane_prepare_ahb_routing() local
501 pixels = (plane_state->src_w * plane_state->src_h) - in atmel_hlcdc_plane_prepare_ahb_routing()
505 load += pixels * plane_state->bpp[i]; in atmel_hlcdc_plane_prepare_ahb_routing()

123456789