Searched full:dimensions (Results 1 – 25 of 129) sorted by relevance
123456
/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/sdis/common/ |
D | ia_css_sdis_common_types.h | 25 /* DVS statistics grid dimensions in number of cells. 33 /* DVS statistics dimensions in number of cells for 39 struct ia_css_dvs_grid_dim dim; /* Dimensions */ 40 struct ia_css_dvs_grid_dim pad; /* Padded dimensions */
|
/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_1.0/ |
D | ia_css_sdis_types.h | 36 grid;/** grid info contains the dimensions of the dvs grid */ 49 grid;/** grid info contains the dimensions of the dvs grid */
|
/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/ |
D | ia_css_sdis2_types.h | 46 grid; /** grid info contains the dimensions of the dvs grid */ 69 grid; /** grid info contains the dimensions of the dvs grid */
|
/linux-5.10/drivers/input/mouse/ |
D | byd.c | 39 * we pick ABS_X/ABS_Y dimensions which are multiples of 256 and in 40 * the right ballpark given the touchpad's physical dimensions and estimate 41 * resolution per spec sheet, device active area dimensions are 49 * Given the above dimensions, relative packets velocity is in multiples of
|
/linux-5.10/drivers/video/fbdev/geode/ |
D | geodefb.h | 26 int panel_x; /* dimensions of an attached flat panel, non-zero => enable panel */
|
/linux-5.10/drivers/media/platform/s5p-g2d/ |
D | g2d.h | 33 /* Original dimensions */
|
/linux-5.10/arch/m68k/include/asm/ |
D | macintosh.h | 104 unsigned long dimensions; member
|
/linux-5.10/drivers/staging/media/atomisp/pci/ |
D | sh_css_param_dvs.c | 134 x++) { /* Envelope dimensions set in Ypixels hence offset UV = offset Y/2 */ in init_dvs_6axis_table_from_default() 142 x++) { /* Envelope dimensions set in Ypixels hence offset UV = offset Y/2 */ in init_dvs_6axis_table_from_default()
|
/linux-5.10/Documentation/admin-guide/media/ |
D | rkisp1.rst | 146 same mbus format and dimensions as the sensor, otherwise streaming will fail 150 The cropping dimensions are automatically propagated to be the format of the
|
/linux-5.10/drivers/media/platform/rockchip/rga/ |
D | rga.h | 27 /* Original dimensions */
|
/linux-5.10/Documentation/userspace-api/media/v4l/ |
D | pixfmt-inzi.rst | 18 identical dimensions.
|
D | vidioc-g-crop.rst | 49 The driver first adjusts the requested dimensions against hardware
|
D | vidioc-g-selection.rst | 87 The driver may have to adjusts the requested dimensions against hardware
|
D | dev-subdev.rst | 359 dimensions. The scaling ratio isn't specified explicitly, but is implied 447 selection will refer to the sink pad format dimensions instead.
|
D | extended-controls.rst | 83 particular, this ioctl gives the dimensions of the N-dimensional array if
|
/linux-5.10/Documentation/devicetree/bindings/display/panel/ |
D | tpo,tpg110.yaml | 33 The TPG110 does not know the physical dimensions of the panel
|
/linux-5.10/drivers/staging/media/atomisp/pci/camera/util/interface/ |
D | ia_css_util.h | 84 * @return true if both dimensions of a are less or
|
/linux-5.10/lib/fonts/ |
D | fonts.c | 103 * Dimensions are in pixels.
|
/linux-5.10/arch/m68k/mac/ |
D | config.c | 100 mac_bi_data.dimensions = be32_to_cpup(data); in mac_parse_bootinfo() 851 printk(KERN_DEBUG " Video: addr 0x%lx row 0x%lx depth %lx dimensions %ld x %ld\n", in mac_identify() 853 mac_bi_data.videodepth, mac_bi_data.dimensions & 0xFFFF, in mac_identify() 854 mac_bi_data.dimensions >> 16); in mac_identify()
|
/linux-5.10/include/uapi/linux/ |
D | coff.h | 19 #define E_DIMNUM 4 /* Number of array dimensions in auxiliary entry */ 237 #define COFF_E_DIMNUM 4 /* # array dimensions in auxiliary entry */
|
/linux-5.10/arch/m68k/include/uapi/asm/ |
D | bootinfo-mac.h | 18 #define BI_MAC_VDIM 0x8004 /* Mac video dimensions */
|
/linux-5.10/drivers/gpu/drm/amd/display/dc/dml/ |
D | dml1_display_rq_dlg_calc.c | 448 /* the dimensions of a meta row are meta_row_width x meta_row_height in elements. in dml1_rq_dlg_get_row_heights() 480 /* only 3 possible shapes for dpte request in dimensions of ptes: 8x1, 4x2, 2x4. */ in dml1_rq_dlg_get_row_heights() 493 /* the dpte request dimensions in data elements is dpte_req_width x dpte_req_height in dml1_rq_dlg_get_row_heights() 713 /* the dimensions of a meta row are meta_row_width x meta_row_height in elements. in get_surf_rq_param() 804 /* only 3 possible shapes for dpte request in dimensions of ptes: 8x1, 4x2, 2x4. */ in get_surf_rq_param() 818 /* The dpte request dimensions in data elements is dpte_req_width x dpte_req_height in get_surf_rq_param()
|
/linux-5.10/include/uapi/linux/dvb/ |
D | osd.h | 122 * fills parameters with the picture dimensions and the pixel aspect ratio
|
/linux-5.10/drivers/input/keyboard/ |
D | applespi.c | 110 MODULE_PARM_DESC(touchpad_dimensions, "The pixel dimensions of the touchpad, as XxY+W+H ."); 1209 /* set up touchpad dimensions */ in applespi_register_touchpad_device() 1226 "Overriding touchpad dimensions from module param\n"); in applespi_register_touchpad_device() 1233 "Invalid touchpad dimensions '%s': must be in the form XxY+W+H\n", in applespi_register_touchpad_device() 1798 /* set up debugfs entries for touchpad dimensions logging */ in applespi_probe()
|
/linux-5.10/drivers/staging/media/sunxi/cedrus/ |
D | cedrus_mpeg2.c | 149 /* Set frame dimensions. */ in cedrus_mpeg2_setup()
|
123456