Home
last modified time | relevance | path

Searched refs:dimensions (Results 1 – 25 of 37) sorted by relevance

12

/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dncurses.py70 self.dimensions = ( x, y, width, height )
104 self.win.hline( y, 0, curses.ACS_HLINE, self.dimensions[WIDTH] )
117 self.decoration.setText( 1, 1, title.center( self.dimensions[WIDTH]-2 ), curses.A_BOLD )
142 width = self.dimensions[WIDTH]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/
H A Dsupport-jpeg-turbo.patch101 * 4. When "trim" is in effect, the destination's dimensions will be the
104 + * 5. When "crop" is in effect, the destination's dimensions will be the
114 - * dimensions and ignore the source's.
899 * the image dimensions) and before jpeg_read_coefficients (which realizes
933 + /* Compute output image dimensions and related values. */
999 + * dimensions, ensuring that its upper left corner falls at an iMCU boundary.
1069 - /* Need workspace arrays having same dimensions as source image.
1088 + /* Need workspace arrays having same dimensions as source image. */
1093 + /* Need workspace arrays having transposed dimensions. */
1102 + /* Need workspace arrays having transposed dimensions. */
[all …]
/openbmc/linux/arch/m68k/include/asm/
H A Dmacintosh.h104 unsigned long dimensions; member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/
H A DCVE-2019-13616.patch20 + SDL_SetError("BMP file with bad dimensions (%dx%d)", biWidth, biHeight);
/openbmc/qemu/docs/system/
H A Dkeys.rst.inc18 Restore the screen's un-scaled dimensions
/openbmc/u-boot/doc/device-tree-bindings/video/
H A Ddisplaymode.txt15 - width-mm, height-mm: Display dimensions in mm
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-inzi.rst18 identical dimensions.
H A Dvidioc-g-crop.rst49 The driver first adjusts the requested dimensions against hardware
H A Dvidioc-dqevent.rst337 - This control event was triggered because the dimensions of the
338 control changed. Note that the number of dimensions remains the
H A Dvidioc-g-selection.rst87 The driver may have to adjusts the requested dimensions against hardware
H A Dextended-controls.rst83 particular, this ioctl gives the dimensions of the N-dimensional array if
H A Ddiff-v4l.rst122 implies the scale factor by setting the cropping dimensions and
168 dimensions returns the closest size possible, taking into account the
H A Ddev-subdev.rst363 dimensions. The scaling ratio isn't specified explicitly, but is implied
453 selection will refer to the sink pad format dimensions instead.
/openbmc/linux/arch/m68k/mac/
H A Dconfig.c101 mac_bi_data.dimensions = be32_to_cpup(data); in mac_parse_bootinfo()
848 mac_bi_data.videodepth, mac_bi_data.dimensions & 0xFFFF, in mac_identify()
849 mac_bi_data.dimensions >> 16); in mac_identify()
/openbmc/qemu/docs/interop/
H A Dvhost-user-gpu.rst239 Set the scanout resolution. To disable a scanout, the dimensions
257 data. To disable a scanout, the dimensions width/height are set
/openbmc/linux/Documentation/userspace-api/media/drivers/
H A Ddw100.rst80 upper bits and X in the lower bits. The driver modifies the dimensions of
/openbmc/linux/drivers/video/fbdev/
H A Dmacfb.c556 macfb_defined.xres = mac_bi_data.dimensions & 0xFFFF; in macfb_init()
557 macfb_defined.yres = mac_bi_data.dimensions >> 16; in macfb_init()
/openbmc/linux/Documentation/admin-guide/media/
H A Drkisp1.rst162 same mbus format and dimensions as the sensor, otherwise streaming will fail
166 The cropping dimensions are automatically propagated to be the format of the
/openbmc/linux/tools/perf/
H A Dbuiltin-kvm.c322 static struct kvm_dimension *dimensions[] = { variable
378 for (i = 0; dimensions[i] != NULL; i++) { in get_dimension()
379 if (!strcmp(dimensions[i]->name, name)) in get_dimension()
380 return dimensions[i]; in get_dimension()
H A Dbuiltin-c2c.c1828 static struct c2c_dimension *dimensions[] = { variable
1907 for (i = 0; dimensions[i]; i++) { in get_dimension()
1908 struct c2c_dimension *dim = dimensions[i]; in get_dimension()
/openbmc/linux/Documentation/input/devices/
H A Dntrig.rst67 However not all of these devices have the same physical dimensions. Most
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_devlink.c777 req->dimensions = cpu_to_le16(dim); in bnxt_hwrm_get_nvm_cfg_ver()
1086 req->dimensions = cpu_to_le16(1); in bnxt_hwrm_nvm_req()
/openbmc/webui-vue/docs/customization/
H A Dtheme.md206 logo and the suggested logo dimensions are currently in progress. It may be
/openbmc/linux/Documentation/arch/m68k/
H A Dkernel-options.rst409 dimensions of the screen.
438 <yres> and <depth> give the dimensions of the screen and the number of
568 is used for both dimensions. The default value is 2 for both
/openbmc/u-boot/scripts/
H A Dspelling.txt405 dimesions||dimensions

12