Searched full:dimensions (Results 1 – 25 of 157) sorted by relevance
1234567
/linux-6.14.4/Documentation/userspace-api/ |
D | dma-buf-alloc-exchange.rst | 64 One of the dimensions in a color model. For example, RGB model has 117 stored at half the resolution in both dimensions (i.e. one U/V chroma 146 Dimensions and size 149 Each pixel buffer must be accompanied by logical pixel dimensions. This refers 154 still described as having dimensions of 1920x1080. 170 with dimensions of 1000x1000 may have been allocated as if it were 1024x1000, in 240 than two dimensions, intended usage patterns, etc. 253 provided within the acceptable list, nor to vary the pixel dimensions other than 385 dimensions, and at least offset and stride for each memory plane.
|
/linux-6.14.4/drivers/staging/media/atomisp/pci/isp/kernels/sdis/common/ |
D | ia_css_sdis_common_types.h | 16 /* DVS statistics grid dimensions in number of cells. 24 /* DVS statistics dimensions in number of cells for 30 struct ia_css_dvs_grid_dim dim; /* Dimensions */ 31 struct ia_css_dvs_grid_dim pad; /* Padded dimensions */
|
/linux-6.14.4/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_1.0/ |
D | ia_css_sdis_types.h | 27 grid;/** grid info contains the dimensions of the dvs grid */ 40 grid;/** grid info contains the dimensions of the dvs grid */
|
/linux-6.14.4/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/ |
D | ia_css_sdis2_types.h | 37 grid; /** grid info contains the dimensions of the dvs grid */ 60 grid; /** grid info contains the dimensions of the dvs grid */
|
/linux-6.14.4/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-6.14.4/drivers/video/fbdev/geode/ |
D | geodefb.h | 26 int panel_x; /* dimensions of an attached flat panel, non-zero => enable panel */
|
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dml2/dml21/inc/ |
D | dml_top.h | 41 * The actual hubp viewport dimensions be what the actual registers will be
|
/linux-6.14.4/drivers/staging/media/atomisp/pci/ |
D | sh_css_param_dvs.c | 125 x++) { /* Envelope dimensions set in Ypixels hence offset UV = offset Y/2 */ in init_dvs_6axis_table_from_default() 133 x++) { /* Envelope dimensions set in Ypixels hence offset UV = offset Y/2 */ in init_dvs_6axis_table_from_default()
|
/linux-6.14.4/drivers/media/platform/samsung/s5p-g2d/ |
D | g2d.h | 33 /* Original dimensions */
|
/linux-6.14.4/arch/m68k/include/asm/ |
D | macintosh.h | 104 unsigned long dimensions; member
|
/linux-6.14.4/Documentation/devicetree/bindings/display/panel/ |
D | tpo,tpg110.yaml | 33 The TPG110 does not know the physical dimensions of the panel
|
/linux-6.14.4/drivers/staging/media/atomisp/pci/camera/util/interface/ |
D | ia_css_util.h | 75 * @return true if both dimensions of a are less or
|
/linux-6.14.4/drivers/media/platform/st/stm32/dma2d/ |
D | dma2d.h | 59 /* Original dimensions */
|
/linux-6.14.4/Documentation/userspace-api/media/v4l/ |
D | pixfmt-inzi.rst | 18 identical dimensions.
|
D | vidioc-dqevent.rst | 337 - This control event was triggered because the dimensions of the 338 control changed. Note that the number of dimensions remains the
|
D | vidioc-g-crop.rst | 49 The driver first adjusts the requested dimensions against hardware
|
/linux-6.14.4/Documentation/admin-guide/media/ |
D | rkisp1.rst | 169 same mbus format and dimensions as the sensor, otherwise streaming will fail 173 The cropping dimensions are automatically propagated to be the format of the
|
/linux-6.14.4/include/media/ |
D | v4l2-ctrls.h | 214 * @nr_of_dims:The number of dimensions in @dims. 970 * @dims: The control's new dimensions. 972 * Update the dimensions of an array control on the fly. The elements of the 973 * array are reset to their default value, even if the dimensions are 989 * v4l2_ctrl_modify_dimensions() - Update the dimensions of an array control. 992 * @dims: The control's new dimensions. 994 * Update the dimensions of an array control on the fly. The elements of the 995 * array are reset to their default value, even if the dimensions are
|
/linux-6.14.4/drivers/media/platform/rockchip/rga/ |
D | rga.h | 27 /* Original dimensions */
|
/linux-6.14.4/arch/m68k/mac/ |
D | config.c | 93 mac_bi_data.dimensions = be32_to_cpup(data); in mac_parse_bootinfo() 838 printk(KERN_DEBUG " Video: addr 0x%lx row 0x%lx depth %lx dimensions %ld x %ld\n", in mac_identify() 840 mac_bi_data.videodepth, mac_bi_data.dimensions & 0xFFFF, in mac_identify() 841 mac_bi_data.dimensions >> 16); in mac_identify()
|
/linux-6.14.4/lib/fonts/ |
D | fonts.c | 103 * Dimensions are in pixels.
|
/linux-6.14.4/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-6.14.4/arch/m68k/include/uapi/asm/ |
D | bootinfo-mac.h | 18 #define BI_MAC_VDIM 0x8004 /* Mac video dimensions */
|
/linux-6.14.4/Documentation/userspace-api/media/drivers/ |
D | dw100.rst | 80 upper bits and X in the lower bits. The driver modifies the dimensions of
|
/linux-6.14.4/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_formats.c | 197 DRM_ERROR("mismatch in subsample vs dimensions\n"); in _dpu_format_populate_plane_sizes_linear() 265 DRM_ERROR("image dimensions outside max range\n"); in dpu_format_populate_plane_sizes()
|
1234567