Lines Matching +full:active +full:- +full:distance

1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
5 * TI OMAP3 ISP - User-space API
25 * 02110-1301 USA
41 * VIDIOC_OMAP3ISP_AF_CFG: Set auto-focus module configuration
121 * struct omap3isp_h3a_aewb_config - AE AWB configuration reset values
123 * @win_height: Window Height. Range 2 - 256, even values only.
124 * @win_width: Window Width. Range 6 - 256, even values only.
125 * @ver_win_count: Vertical Window Count. Range 1 - 128.
126 * @hor_win_count: Horizontal Window Count. Range 1 - 36.
127 * @ver_win_start: Vertical Window Start. Range 0 - 4095.
128 * @hor_win_start: Horizontal Window Start. Range 0 - 4095.
129 * @blk_ver_win_start: Black Vertical Windows Start. Range 0 - 4095.
130 * @blk_win_height: Black Window Height. Range 2 - 256, even values only.
131 * @subsample_ver_inc: Subsample Vertical points increment Range 2 - 32, even
133 * @subsample_hor_inc: Subsample Horizontal points increment Range 2 - 32, even
162 * struct omap3isp_stat_data - Statistic data sent to or received from user
207 /* Number of bins * 4 colors * 4-bytes word */
337 * struct omap3isp_ccdc_lsc_config - LSC configuration
347 * @initial_x: X position, in pixels, of the first active pixel in reference
348 * to the first active paxel. Must be an even number.
349 * @initial_y: Y position, in pixels, of the first active pixel in reference
350 * to the first active paxel. Must be an even number.
368 * struct omap3isp_ccdc_bclamp - Optical & Digital black clamp subtract
384 * struct omap3isp_ccdc_fpc - Faulty Pixels Correction
394 * struct omap3isp_ccdc_blcomp - Black Level Compensation parameters
395 * @b_mg: B/Mg pixels. 2's complement. -128 to +127.
396 * @gb_g: Gb/G pixels. 2's complement. -128 to +127.
397 * @gr_cy: Gr/Cy pixels. 2's complement. -128 to +127.
398 * @r_ye: R/Ye pixels. 2's complement. -128 to +127.
408 * omap3isp_ccdc_culling - Culling parameters
420 * omap3isp_ccdc_update_config - CCDC configuration
423 * @alawip: Enable/Disable A-Law compression.
470 * struct omap3isp_prev_hmed - Horizontal Median Filter
471 * @odddist: Distance between consecutive pixels of same color in the odd line.
472 * @evendist: Distance between consecutive pixels of same color in the even
495 * struct omap3isp_prev_cfa - CFA Interpolation
497 * @gradthrs_vert: CFA Gradient Threshold - Vertical.
498 * @gradthrs_horz: CFA Gradient Threshold - Horizontal.
509 * struct omap3isp_prev_csup - Chrominance Suppression
521 * struct omap3isp_prev_wbal - White Balance
523 * @coef3: White balance gain - COEF 3 (U8Q5).
524 * @coef2: White balance gain - COEF 2 (U8Q5).
525 * @coef1: White balance gain - COEF 1 (U8Q5).
526 * @coef0: White balance gain - COEF 0 (U8Q5).
537 * struct omap3isp_prev_blkadj - Black Level Adjustment
552 * struct omap3isp_prev_rgbtorgb - RGB to RGB Blending
565 * struct omap3isp_prev_csc - Color Space Conversion from RGB-YCbYCr
578 * struct omap3isp_prev_yclimit - Y, C Value Limit
592 * struct omap3isp_prev_dcor - Defect correction
602 * struct omap3isp_prev_nf - Noise Filter
612 * struct omap3isp_prev_gtables - Gamma correction tables
624 * struct omap3isp_prev_luma - Luma enhancement
632 * struct omap3isp_prev_update_config - Preview engine configuration (user)
637 * @hmed: Pointer to structure containing the odd and even distance.
645 * @csc: Pointer to structure for Color Space Conversion from RGB-YCbYCr.