Searched full:horizontal (Results 1 – 25 of 1088) sorted by relevance
12345678910>>...44
| /kernel/linux/linux-4.19/drivers/media/i2c/ |
| D | saa711x_regs.h | 112 /* Horizontal phase scaling */ 159 /* Horizontal phase scaling */ 244 "Horizontal sync start"}, 246 "Horizontal sync stop"}, 343 "Horizontal offset for slicer"}, 347 "Field offset and MSBs for horizontal and vertical offset"}, 394 "Task A: Horizontal input window start"}, 396 "Task A: Horizontal input window length"}, 402 "Task A: Horizontal output window length"}, 408 "Task A: Horizontal prescaling"}, [all …]
|
| /kernel/linux/linux-5.10/drivers/media/i2c/ |
| D | saa711x_regs.h | 112 /* Horizontal phase scaling */ 159 /* Horizontal phase scaling */ 244 "Horizontal sync start"}, 246 "Horizontal sync stop"}, 343 "Horizontal offset for slicer"}, 347 "Field offset and MSBs for horizontal and vertical offset"}, 394 "Task A: Horizontal input window start"}, 396 "Task A: Horizontal input window length"}, 402 "Task A: Horizontal output window length"}, 408 "Task A: Horizontal prescaling"}, [all …]
|
| /kernel/linux/linux-5.10/Documentation/fb/ |
| D | viafb.modes | 12 # Horizontal Vertical 37 # Horizontal Vertical 58 # Horizontal Vertical 79 # Horizontal Vertical 100 # Horizontal Vertical 121 # Horizontal Vertical 142 # Horizontal Vertical 163 # Horizontal Vertical 184 # Horizontal Vertical 206 # Horizontal Vertical [all …]
|
| D | framebuffer.rst | 163 The electron beam draws horizontal lines (scanlines) from left to right, and 168 screen and to the next line: this is called the horizontal retrace. After the 170 this is called the vertical retrace. During both the horizontal and vertical 183 to paint the 640 (xres) pixels on one scanline. But the horizontal retrace 188 We'll say that the horizontal scanrate is about 31 kHz:: 207 will supply a synchronization pulse (horizontal sync or hsync) for each 212 The following picture summarizes all timings. The horizontal retrace time is 252 The frame buffer device expects all horizontal timings in number of dotclocks 271 - hsync_len: length of horizontal sync 282 2) horizontal timings:
|
| /kernel/linux/linux-4.19/Documentation/fb/ |
| D | viafb.modes | 12 # Horizontal Vertical 37 # Horizontal Vertical 58 # Horizontal Vertical 79 # Horizontal Vertical 100 # Horizontal Vertical 121 # Horizontal Vertical 142 # Horizontal Vertical 163 # Horizontal Vertical 184 # Horizontal Vertical 206 # Horizontal Vertical [all …]
|
| D | framebuffer.txt | 163 The electron beam draws horizontal lines (scanlines) from left to right, and 168 screen and to the next line: this is called the horizontal retrace. After the 170 this is called the vertical retrace. During both the horizontal and vertical 183 to paint the 640 (xres) pixels on one scanline. But the horizontal retrace 188 We'll say that the horizontal scanrate is about 31 kHz: 207 will supply a synchronization pulse (horizontal sync or hsync) for each 212 The following picture summarizes all timings. The horizontal retrace time is 252 The frame buffer device expects all horizontal timings in number of dotclocks 270 - hsync_len: length of horizontal sync 279 2) horizontal timings:
|
| /kernel/linux/linux-5.10/include/media/davinci/ |
| D | vpbe_osd.h | 86 * An enumeration of the available horizontal expansion ratios. 192 * @H_WIDTH_1: horizontal line width is 1 pixel 193 * @H_WIDTH_4: horizontal line width is 4 pixels 194 * @H_WIDTH_8: horizontal line width is 8 pixels 195 * @H_WIDTH_12: horizontal line width is 12 pixels 196 * @H_WIDTH_16: horizontal line width is 16 pixels 197 * @H_WIDTH_20: horizontal line width is 20 pixels 198 * @H_WIDTH_24: horizontal line width is 24 pixels 199 * @H_WIDTH_28: horizontal line width is 28 pixels 236 * @xsize: horizontal size in pixels [all …]
|
| D | isif.h | 36 /* horizontal position of defect */ 62 * Defect level subtraction. Horizontal interpolation ((i-2)+(i+2))/2 66 /* Horizontal interpolation (((i-2)+(i+2))/2) */ 93 /* Horizontal clamp disabled. Only vertical clamp value is subtracted */ 96 * Horizontal clamp value is calculated and subtracted from image data 101 * Horizontal clamp value calculated from previous image is subtracted 105 /* horizontal clamp mode. One of the values above */ 121 /* Window start position - horizontal for calculation. 0 - 8191 */ 158 /* Optical black region start position - horizontal. 0 - 8191 */ 182 /* Black clamp for horizontal direction */ [all …]
|
| /kernel/linux/linux-5.10/include/drm/ |
| D | drm_modes.h | 50 * @MODE_H_ILLEGAL: mode has illegal horizontal timings 65 * @MODE_BAD_HVALUE: horizontal timing was out of range 68 * @MODE_HSYNC_NARROW: horizontal sync too narrow 69 * @MODE_HSYNC_WIDE: horizontal sync too wide 70 * @MODE_HBLANK_NARROW: horizontal blanking too narrow 71 * @MODE_HBLANK_WIDE: horizontal blanking too wide 143 * @hd: Horizontal resolution, width 174 * @hdisplay: horizontal display size 175 * @hsync_start: horizontal sync start 176 * @hsync_end: horizontal sync end [all …]
|
| D | drm_rect.h | 38 * @x1: horizontal starting coordinate (inclusive) 39 * @x2: horizontal ending coordinate (exclusive) 94 * @dw: horizontal adjustment 97 * Change the size of rectangle @r by @dw in the horizontal direction, 114 * @dx: horizontal translation 117 * Move rectangle @r by @dx in the horizontal direction, 131 * @x: horizontal position 134 * Move rectangle @r to @x in the horizontal direction, 145 * @horz: horizontal downscale factor
|
| /kernel/linux/linux-4.19/include/drm/ |
| D | drm_modes.h | 50 * @MODE_H_ILLEGAL: mode has illegal horizontal timings 51 * @MODE_V_ILLEGAL: mode has illegal horizontal timings 65 * @MODE_BAD_HVALUE: horizontal timing was out of range 68 * @MODE_HSYNC_NARROW: horizontal sync too narrow 69 * @MODE_HSYNC_WIDE: horizontal sync too wide 70 * @MODE_HBLANK_NARROW: horizontal blanking too narrow 71 * @MODE_HBLANK_WIDE: horizontal blanking too wide 158 * @hdisplay: horizontal display size 159 * @hsync_start: horizontal sync start 160 * @hsync_end: horizontal sync end [all …]
|
| D | drm_rect.h | 36 * @x1: horizontal starting coordinate (inclusive) 37 * @x2: horizontal ending coordinate (exclusive) 75 * @dw: horizontal adjustment 78 * Change the size of rectangle @r by @dw in the horizontal direction, 95 * @dx: horizontal translation 98 * Move rectangle @r by @dx in the horizontal direction, 112 * @horz: horizontal downscale factor
|
| /kernel/linux/linux-4.19/include/media/davinci/ |
| D | vpbe_osd.h | 95 * An enumeration of the available horizontal expansion ratios. 201 * @H_WIDTH_1: horizontal line width is 1 pixel 202 * @H_WIDTH_4: horizontal line width is 4 pixels 203 * @H_WIDTH_8: horizontal line width is 8 pixels 204 * @H_WIDTH_12: horizontal line width is 12 pixels 205 * @H_WIDTH_16: horizontal line width is 16 pixels 206 * @H_WIDTH_20: horizontal line width is 20 pixels 207 * @H_WIDTH_24: horizontal line width is 24 pixels 208 * @H_WIDTH_28: horizontal line width is 28 pixels 245 * @xsize: horizontal size in pixels [all …]
|
| D | isif.h | 45 /* horizontal position of defect */ 71 * Defect level subtraction. Horizontal interpolation ((i-2)+(i+2))/2 75 /* Horizontal interpolation (((i-2)+(i+2))/2) */ 102 /* Horizontal clamp disabled. Only vertical clamp value is subtracted */ 105 * Horizontal clamp value is calculated and subtracted from image data 110 * Horizontal clamp value calculated from previous image is subtracted 114 /* horizontal clamp mode. One of the values above */ 130 /* Window start position - horizontal for calculation. 0 - 8191 */ 167 /* Optical black region start position - horizontal. 0 - 8191 */ 191 /* Black clamp for horizontal direction */ [all …]
|
| /kernel/linux/linux-4.19/Documentation/EDID/ |
| D | edid.S | 95 /* Maximum horizontal image size, in centimetres 182 /* Horizontal active pixels 8 lsbits (0-4095) */ 184 /* Horizontal blanking pixels 8 lsbits (0-4095) 187 /* Bits 7-4 Horizontal active pixels 4 msbits 188 Bits 3-0 Horizontal blanking pixels 4 msbits */ 199 /* Horizontal sync offset pixels 8 lsbits (0-1023) From blanking start */ 201 /* Horizontal sync pulse width pixels 8 lsbits (0-1023) */ 206 /* Bits 7-6 Horizontal sync offset pixels 2 msbits 207 Bits 5-4 Horizontal sync pulse width pixels 2 msbits 212 /* Horizontal display size, mm, 8 lsbits (0-4095 mm, 161 in) */ [all …]
|
| /kernel/linux/linux-5.10/tools/edid/ |
| D | edid.S | 97 /* Maximum horizontal image size, in centimetres 184 /* Horizontal active pixels 8 lsbits (0-4095) */ 186 /* Horizontal blanking pixels 8 lsbits (0-4095) 189 /* Bits 7-4 Horizontal active pixels 4 msbits 190 Bits 3-0 Horizontal blanking pixels 4 msbits */ 201 /* Horizontal sync offset pixels 8 lsbits (0-1023) From blanking start */ 203 /* Horizontal sync pulse width pixels 8 lsbits (0-1023) */ 208 /* Bits 7-6 Horizontal sync offset pixels 2 msbits 209 Bits 5-4 Horizontal sync pulse width pixels 2 msbits 214 /* Horizontal display size, mm, 8 lsbits (0-4095 mm, 161 in) */ [all …]
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | omap3isp.h | 126 * @hor_win_count: Horizontal Window Count. Range 1 - 36. 128 * @hor_win_start: Horizontal Window Start. Range 0 - 4095. 133 * @subsample_hor_inc: Subsample Horizontal points increment Range 2 - 32, even 272 /* Contains the information regarding the Horizontal Median Filter */ 274 __u8 enable; /* Status of Horizontal Median Filter */ 275 __u8 threshold; /* Threshold Value for Horizontal Median Filter */ 280 __u16 h_start; /* IIR horizontal start */ 287 __u16 h_start; /* Horizontal Start Position */ 291 __u8 h_cnt; /* Horizontal Count */ 340 * @gain_mode_m: Horizontal dimension of a paxel in LSC configuration. [all …]
|
| /kernel/linux/linux-4.19/include/uapi/linux/ |
| D | omap3isp.h | 126 * @hor_win_count: Horizontal Window Count. Range 1 - 36. 128 * @hor_win_start: Horizontal Window Start. Range 0 - 4095. 133 * @subsample_hor_inc: Subsample Horizontal points increment Range 2 - 32, even 272 /* Contains the information regarding the Horizontal Median Filter */ 274 __u8 enable; /* Status of Horizontal Median Filter */ 275 __u8 threshold; /* Threshold Value for Horizontal Median Filter */ 280 __u16 h_start; /* IIR horizontal start */ 287 __u16 h_start; /* Horizontal Start Position */ 291 __u8 h_cnt; /* Horizontal Count */ 340 * @gain_mode_m: Horizontal dimension of a paxel in LSC configuration. [all …]
|
| /kernel/linux/linux-4.19/drivers/staging/media/davinci_vpfe/ |
| D | davinci_vpfe_user.h | 77 * Defect level subtraction. Horizontal interpolation ((i-2)+(i+2))/2 81 /* Horizontal interpolation (((i-2)+(i+2))/2) */ 112 /* horizontal position of defect */ 161 * Horizontal Black Clamp modes 165 * Horizontal clamp disabled. Only vertical clamp 170 * Horizontal clamp value is calculated and subtracted 175 * Horizontal clamp value calculated from previous image 177 * value. How the horizontal clamp value for the first image 184 * Base window selection for Horizontal Black Clamp calculations 194 /* Size of window in horizontal direction for horizontal bc */ [all …]
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/ |
| D | drm_rect.c | 146 * drm_rect_calc_hscale - calculate the horizontal scaling factor 149 * @min_hscale: minimum allowed horizontal scaling factor 150 * @max_hscale: maximum allowed horizontal scaling factor 152 * Calculate the horizontal scaling factor as 160 * The horizontal scaling factor, or errno of out of limits. 216 * drm_calc_hscale_relaxed - calculate the horizontal scaling factor 219 * @min_hscale: minimum allowed horizontal scaling factor 220 * @max_hscale: maximum allowed horizontal scaling factor 222 * Calculate the horizontal scaling factor as 236 * The horizontal scaling factor. [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/sdis/common/ |
| D | ia_css_sdis_common_types.h | 54 (= Horizontal number of grid cells 60 (= Horizontal number of grid cells 68 the number of horizontal statistics. */ 82 (= Horizontal number of grid cells 88 (= Horizontal number of grid cells 96 the number of horizontal statistics. */ 106 u32 num_hor_coefs; /** Number of horizontal coefficients. */
|
| /kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/cnr/cnr_2/ |
| D | ia_css_cnr2_types.h | 28 * If you see blurred color on horizontal edges, 41 u16 sense_gain_vy; /** Sensitivity of horizontal edge of Y. 43 u16 sense_gain_vu; /** Sensitivity of horizontal edge of U. 45 u16 sense_gain_vv; /** Sensitivity of horizontal edge of V.
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/bridge/analogix/ |
| D | analogix-i2c-txcommon.h | 131 /* Horizontal Front Porch Status Low Byte Register */ 134 /* Horizontal Front Porch Statys High Byte Register */ 137 /* Horizontal SYNC Width Status Low Byte Register */ 140 /* Horizontal SYNC Width Status High Byte Register */ 143 /* Horizontal Back Porch Status Low Byte Register */ 146 /* Horizontal Back Porch Status High Byte Register */
|
| /kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/ |
| D | ia_css_sdis2_types.h | 41 …* e.g. hor_coefs.odd_real is the pointer to int16_t[grid.num_hor_coefs] containing the horizontal… 48 hor_coefs; /** struct with pointers that contain the horizontal coefficients */ 65 …* the horizontal odd real statistics. Valid statistics data area is int16_t[0..grid.height-1][0..… 71 hor_prod; /** struct with pointers that contain the horizontal statistics */
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/input/touchscreen/ |
| D | touchscreen.txt | 4 - touchscreen-size-x : horizontal resolution of touchscreen 13 - touchscreen-fuzz-x : horizontal noise value of the absolute input 27 - touchscreen-x-mm : horizontal length in mm of the touchscreen
|
12345678910>>...44