Home
last modified time | relevance | path

Searched full:pixels (Results 1 – 25 of 963) sorted by relevance

12345678910>>...39

/OK3568_Linux_fs/kernel/include/media/davinci/
H A Dvpbe_osd.h150 * @OSD_0_VID_8: OSD pixels are fully transparent
151 * @OSD_1_VID_7: OSD pixels contribute 1/8, video pixels contribute 7/8
152 * @OSD_2_VID_6: OSD pixels contribute 2/8, video pixels contribute 6/8
153 * @OSD_3_VID_5: OSD pixels contribute 3/8, video pixels contribute 5/8
154 * @OSD_4_VID_4: OSD pixels contribute 4/8, video pixels contribute 4/8
155 * @OSD_5_VID_3: OSD pixels contribute 5/8, video pixels contribute 3/8
156 * @OSD_6_VID_2: OSD pixels contribute 6/8, video pixels contribute 2/8
157 * @OSD_8_VID_0: OSD pixels are fully opaque
193 * @H_WIDTH_4: horizontal line width is 4 pixels
194 * @H_WIDTH_8: horizontal line width is 8 pixels
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/panel/
H A Dadvantech,idk-2121wr.yaml15 A dual-LVDS interface is a dual-link connection with even pixels traveling
16 on one link, and with odd pixels traveling on the other link.
18 The panel expects odd pixels on the first port, and even pixels on the
20 dual-lvds-odd-pixels or dual-lvds-even-pixels).
44 description: The sink for odd pixels.
49 dual-lvds-odd-pixels: true
53 - dual-lvds-odd-pixels
57 description: The sink for even pixels.
62 dual-lvds-even-pixels: true
66 - dual-lvds-even-pixels
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86gtf.c133 * pixels requested is first processed to ensure that it is divisible in xf86GTFMode()
137 * [H PIXELS RND] = ((ROUND([H PIXELS]/[CELL GRAN RND],0))*[CELLGRAN RND]) in xf86GTFMode()
255 /* 15. Find number of pixels in left margin: in xf86GTFMode()
257 * [LEFT MARGIN (PIXELS)] = (IF( [MARGINS RQD?]="Y", in xf86GTFMode()
258 * (ROUND( ([H PIXELS RND] * [MARGIN%] / 100 / in xf86GTFMode()
267 /* 16. Find number of pixels in right margin: in xf86GTFMode()
269 * [RIGHT MARGIN (PIXELS)] = (IF( [MARGINS RQD?]="Y", in xf86GTFMode()
270 * (ROUND( ([H PIXELS RND] * [MARGIN%] / 100 / in xf86GTFMode()
279 /* 17. Find total number of active pixels in image and left and right in xf86GTFMode()
282 * [TOTAL ACTIVE PIXELS] = [H PIXELS RND] + [LEFT MARGIN (PIXELS)] + in xf86GTFMode()
[all …]
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dc2p_iplan2.c21 * Perform a full C2P step on 16 8-bit pixels, stored in 4 32-bit words
23 * - 16 8-bit chunky pixels on input
76 * @dx: Horizontal destination offset (in pixels)
77 * @dy: Vertical destination offset (in pixels)
78 * @width: Image width (in pixels)
79 * @height: Image height (in pixels)
89 u8 pixels[16]; in c2p_iplan2() member
109 memset(d.pixels, 0, sizeof(d)); in c2p_iplan2()
110 memcpy(d.pixels+dst_idx, c, width); in c2p_iplan2()
121 memset(d.pixels, 0, dst_idx); in c2p_iplan2()
[all …]
H A Dc2p_planar.c21 * Perform a full C2P step on 32 8-bit pixels, stored in 8 32-bit words
23 * - 32 8-bit chunky pixels on input
76 * @dx: Horizontal destination offset (in pixels)
77 * @dy: Vertical destination offset (in pixels)
78 * @width: Image width (in pixels)
79 * @height: Image height (in pixels)
91 u8 pixels[32]; in c2p_planar() member
109 memset(d.pixels, 0, sizeof(d)); in c2p_planar()
110 memcpy(d.pixels+dst_idx, c, width); in c2p_planar()
122 memset(d.pixels, 0, dst_idx); in c2p_planar()
[all …]
H A Dsticore.h85 s16 onscreen_x; /* screen width in pixels */
86 s16 onscreen_y; /* screen height in pixels */
87 s16 offscreen_x; /* offset width in pixels */
88 s16 offscreen_y; /* offset height in pixels */
89 s16 total_x; /* frame buffer width in pixels */
90 s16 total_y; /* frame buffer height in pixels */
164 s16 onscreen_x; /* screen width in pixels */
165 s16 onscreen_y; /* screen height in pixels */
166 s16 offscreen_x; /* offscreen width in pixels */
167 s16 offscreen_y; /* offscreen height in pixels */
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/utils/gtf/
H A Dgtf.c242 m->hfl - m->hse, /* left margin (in pixels) */ in print_fb_mode()
243 m->hss - m->hr, /* right margin (in pixels) */ in print_fb_mode()
246 m->hse - m->hss, /* horizontal sync length (pixels) */ in print_fb_mode()
300 * pixels requested is first processed to ensure that it is divisible in vert_refresh()
304 * [H PIXELS RND] = ((ROUND([H PIXELS]/[CELL GRAN RND],0))*[CELLGRAN RND]) in vert_refresh()
309 print_value(1, "[H PIXELS RND]", h_pixels_rnd); in vert_refresh()
448 /* 15. Find number of pixels in left margin: in vert_refresh()
450 * [LEFT MARGIN (PIXELS)] = (IF( [MARGINS RQD?]="Y", in vert_refresh()
451 * (ROUND( ([H PIXELS RND] * [MARGIN%] / 100 / in vert_refresh()
460 print_value(15, "[LEFT MARGIN (PIXELS)]", left_margin); in vert_refresh()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/tiny/
H A Drepaper.c198 /* pixels on display are numbered from 1 so even is actually bits 1,3,5,... */
207 u8 pixels = data[b] & 0xaa; in repaper_even_pixels() local
212 pixel_mask = (mask[b] ^ pixels) & 0xaa; in repaper_even_pixels()
218 pixels = 0xaa | ((pixels ^ 0xaa) >> 1); in repaper_even_pixels()
221 pixels = 0x55 + ((pixels ^ 0xaa) >> 1); in repaper_even_pixels()
224 pixels = 0x55 | (pixels ^ 0xaa); in repaper_even_pixels()
227 pixels = 0xaa | (pixels >> 1); in repaper_even_pixels()
231 pixels = (pixels & pixel_mask) | (~pixel_mask & 0x55); in repaper_even_pixels()
232 p1 = (pixels >> 6) & 0x03; in repaper_even_pixels()
233 p2 = (pixels >> 4) & 0x03; in repaper_even_pixels()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_demo/utils/
H A Ddrawing.cpp7 void draw_rectangle_c1(unsigned char* pixels, int w, int h, int stride, int rx, int ry, int rw, int… in draw_rectangle_c1() argument
22 unsigned char* p = pixels + stride * y; in draw_rectangle_c1()
52 unsigned char* p = pixels + stride * y; in draw_rectangle_c1()
77 unsigned char* p = pixels + stride * y; in draw_rectangle_c1()
109 unsigned char* p = pixels + stride * y; in draw_rectangle_c1()
132 unsigned char* p = pixels + stride * y; in draw_rectangle_c1()
139 void draw_rectangle_c2(unsigned char* pixels, int w, int h, int stride, int rx, int ry, int rw, int… in draw_rectangle_c2() argument
154 unsigned char* p = pixels + stride * y; in draw_rectangle_c2()
185 unsigned char* p = pixels + stride * y; in draw_rectangle_c2()
211 unsigned char* p = pixels + stride * y; in draw_rectangle_c2()
[all …]
/OK3568_Linux_fs/u-boot/include/
H A Dvideo.h46 * brackets to allow multiplication by fractional pixels.
56 * @ysize: Number of pixels rows (e.g.. 768)
61 * @font_size: Font size in pixels (0 to use a default value)
140 * @x: X position in pixels from the left
141 * @y: Y position in pixels from the top
148 * left/top of the centre by that many pixels
156 * video_get_xsize() - Get the width of the display in pixels
159 * @return device frame buffer width in pixels
164 * video_get_ysize() - Get the height of the display in pixels
167 * @return device frame buffer height in pixels
[all …]
H A Dvideo_console.h23 * @curr_row: Current Y position in pixels (0=top)
26 * @x_charsize: Character width in pixels
27 * @y_charsize: Character height in pixels
51 * in pixels) or a text row number (measured in rows, where each row consists
52 * of an entire line of text - typically 16 pixels).
63 * @return number of fractional pixels that the cursor should move,
131 * @return number of fractional pixels that the cursor should move,
/OK3568_Linux_fs/external/xserver/render/
H A Dmiindex.c44 miBuildRenderColormap(ColormapPtr pColormap, Pixel * pixels, int *nump) in miBuildRenderColormap() argument
165 pixels[n++] = i; in miBuildRenderColormap()
174 FindBestColor(miIndexedPtr pIndexed, Pixel * pixels, int num, in FindBestColor() argument
177 Pixel best = pixels[0]; in FindBestColor()
183 Pixel pixel = *pixels++; in FindBestColor()
203 FindBestGray(miIndexedPtr pIndexed, Pixel * pixels, int num, int gray) in FindBestGray() argument
205 Pixel best = pixels[0]; in FindBestGray()
212 Pixel pixel = *pixels++; in FindBestGray()
233 Pixel pixels[MI_MAX_INDEXED]; in miInitIndexed() local
243 if (!miBuildRenderColormap(pColormap, pixels, &num)) in miInitIndexed()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_of.c295 of_property_read_bool(port_node, "dual-lvds-even-pixels"); in drm_of_lvds_get_port_pixels_type()
297 of_property_read_bool(port_node, "dual-lvds-odd-pixels"); in drm_of_lvds_get_port_pixels_type()
348 * An LVDS dual-link connection is made of two links, with even pixels
349 * transitting on one link, and odd pixels on the other link. This function
351 * the even and odd pixels, based on the requirements of the connected sink.
353 * The pixel order is determined from the dual-lvds-even-pixels and
354 * dual-lvds-odd-pixels properties in the sink's DT port nodes. If those
362 * pixels.
365 * * DRM_LVDS_DUAL_LINK_EVEN_ODD_PIXELS - @port1 carries even pixels and @port2
366 * carries odd pixels
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/
H A Dfb_decoder.h112 u32 x_offset; /* in pixels */
114 u32 width; /* in pixels */
127 u32 x_pos; /* in pixels */
129 u32 x_offset; /* in pixels */
131 u32 width; /* in pixels */
143 u32 x_pos; /* in pixels */
147 u32 width; /* in pixels */
149 u32 x_hot; /* in pixels */
150 u32 y_hot; /* in pixels */
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/s3a/s3a_1.0/
H A Dia_css_s3a_types.h93 (1BQ means {Gr,R,B,Gb}(2x2 pixels).)
111 * awb_lg_*: Thresholds to check the saturated bayer pixels for AWB.
170 s32 awb_cnt; /** Number of effective pixels
172 Pixels passed by the AWB level gate check are
175 All Gr pixels (not only for effective pixels)
178 All R pixels (not only for effective pixels)
181 All B pixels (not only for effective pixels)
184 All Gb pixels (not only for effective pixels)
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dvidioc-cropcap.rst43 support cropping and/or scaling and/or have non-square pixels, and for
66 and height are defined in pixels, the driver writer is free to
80 to get square pixels.
82 When cropping coordinates refer to square pixels, the driver sets
109 pixels.
113 pixels.
116 - Width of the rectangle, in pixels.
119 - Height of the rectangle, in pixels.
H A Dselection-api-configuration.rst34 in pixels.
51 coordinates are expressed in pixels. The rectangle's top/left corner
70 ``V4L2_SEL_TGT_COMPOSE_PADDED``. It contains all pixels defined using
72 during insertion process. All pixels outside this rectangle *must not*
73 be changed by the hardware. The content of pixels that lie inside the
75 use the padded and active rectangles to detect where the rubbish pixels
91 All coordinates are expressed in pixels. The top/left corner is always
109 target. The rectangle's coordinates are expressed in pixels. The
126 ``V4L2_SEL_TGT_COMPOSE_PADDED`` identifier. It must contain all pixels
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dphoto.hpp93 @param inpaintMask Inpainting mask, 8-bit 1-channel image. Non-zero pixels indicate the area that
124 @param templateWindowSize Size in pixels of the template patch that is used to compute weights.
125 Should be odd. Recommended value 7 pixels
126 @param searchWindowSize Size in pixels of the window that is used to compute weighted average for
128 denoising time. Recommended value 21 pixels
148 @param templateWindowSize Size in pixels of the template patch that is used to compute weights.
149 Should be odd. Recommended value 7 pixels
150 @param searchWindowSize Size in pixels of the window that is used to compute weighted average for
152 denoising time. Recommended value 21 pixels
174 @param templateWindowSize Size in pixels of the template patch that is used to compute weights.
[all …]
/OK3568_Linux_fs/kernel/Documentation/fb/
H A Dapi.rst46 Pixels are stored in memory in hardware-dependent formats. Applications need
93 Pixels are black or white and stored on a number of bits (typically one)
96 Black pixels are represented by all bits set to 1 and white pixels by all bits
97 set to 0. When the number of bits per pixel is smaller than 8, several pixels
104 Pixels are black or white and stored on a number of bits (typically one)
107 Black pixels are represented by all bits set to 0 and white pixels by all bits
108 set to 1. When the number of bits per pixel is smaller than 8, several pixels
115 Pixels are broken into red, green and blue components, and each component
133 Pixels are broken into red, green and blue components, and each component
141 Pixels are encoded and interpreted as described by the format FOURCC
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/vbe/
H A Dvbe.h126 CARD16 XResolution; /* horizontal resolution in pixels or characters */
127 CARD16 YResolution; /* vertical resolution in pixels or characters */
128 CARD8 XCharSize; /* character cell width in pixels */
129 CARD8 YCharSize; /* character cell height in pixels */
184 CARD16 HorizontalTotal; /* Horizontal total in pixels */
185 CARD16 HorizontalSyncStart; /* Horizontal sync start in pixels */
186 CARD16 HorizontalSyncEnd; /* Horizontal sync end in pixels */
256 #define VBEGetLogicalScanline(pVbe, pixels, bytes, max) \ argument
258 pixels, bytes, max)
259 #define VBEGetMaxLogicalScanline(pVbe, pixels, bytes, max) \ argument
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/rkisp1/uapi/
H A Drkisp1-config.h179 * @h_offs: the horizontal offset of the window from the left of the frame in pixels.
180 * @v_offs: the vertical offset of the window from the top of the frame in pixels.
181 * @h_size: the horizontal size of the window in pixels
182 * @v_size: the vertical size of the window in pixels.
218 * @bls_samples: Set amount of measured pixels for each Bayer position
397 * @awb_wnd: white balance measurement window (in pixels)
398 * @max_y: only pixels values < max_y contribute to awb measurement, set to 0
400 * @min_y: only pixels values > min_y contribute to awb measurement
401 * @max_csum: Chrominance sum maximum value, only consider pixels with Cb+Cr,
403 * @min_c: Chrominance minimum value, only consider pixels with Cb/Cr
[all …]
/OK3568_Linux_fs/u-boot/drivers/video/
H A Dconsole_truetype.c81 * @xpos_frac: Fractional X position in pixels (multiplied by VID_FRAC_DIV)
82 * @ypos: Y position (pixels from the top)
98 * @font_size: Vertical font size in pixels
130 int pixels = priv->font_size * vid_priv->line_length; in console_truetype_set_row() local
139 for (i = 0; i < pixels; i++) in console_truetype_set_row()
148 for (i = 0; i < pixels; i++) in console_truetype_set_row()
157 for (i = 0; i < pixels; i++) in console_truetype_set_row()
212 * First out our current X position in fractional pixels. If we wrote in console_truetype_putc_xy()
310 * @xstart: X start position in pixels from the left
311 * @ystart: Y start position in pixels from the top
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/photo/
H A Dcuda.hpp82 @param search_window Size in pixels of the window that is used to compute weighted average for
84 denoising time. Recommended value 21 pixels
85 @param block_size Size in pixels of the template patch that is used to compute weights. Should be
86 odd. Recommended value 7 pixels
109 @param search_window Size in pixels of the window that is used to compute weighted average for
111 denoising time. Recommended value 21 pixels
112 @param block_size Size in pixels of the template patch that is used to compute weights. Should be
113 odd. Recommended value 7 pixels
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_util.h144 * @num_ext_pxls_lr: Number of total horizontal pixels
146 * @left_ftch: Number of extra pixels to overfetch from left
147 * @right_ftch: Number of extra pixels to overfetch from right
150 * @left_rpt: Number of extra pixels to repeat from left
151 * @right_rpt: Number of extra pixels to repeat from right
157 * Number of pixels ext in left, right, top and bottom direction
164 * Number of pixels needs to be overfetched in left, right, top
172 * Number of pixels needs to be repeated in left, right, top and
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Domap3isp.h323 * @fmtlnh: Number of pixels in horizontal direction to use for the data
327 * @initial_x: X position, in pixels, of the first active pixel in reference
329 * @initial_y: Y position, in pixels, of the first active pixel in reference
364 * struct omap3isp_ccdc_fpc - Faulty Pixels Correction
365 * @fpnum: Number of faulty pixels to be corrected in the frame.
375 * @b_mg: B/Mg pixels. 2's complement. -128 to +127.
376 * @gb_g: Gb/G pixels. 2's complement. -128 to +127.
377 * @gr_cy: Gr/Cy pixels. 2's complement. -128 to +127.
378 * @r_ye: R/Ye pixels. 2's complement. -128 to +127.
405 * @blcomp: Black level compensation value for RGrGbB Pixels. 2's complement.
[all …]

12345678910>>...39