Lines Matching +full:isp +full:- +full:input
1 .. SPDX-License-Identifier: GPL-2.0
4 .. _v4l2-meta-fmt-rk-isp1-stat-3a:
14 The configuration of the RkISP1 ISP is performed by userspace by providing
15 parameters for the ISP to the driver using the :c:type:`v4l2_meta_format`
18 There are two methods that allow to configure the ISP, the `fixed parameters`
22 .. _v4l2-meta-fmt-rk-isp1-params:
32 :c:type:`rkisp1_params_cfg` defined in ``rkisp1-config.h``. So the structure can
35 .. code-block:: c
39 This method supports a subset of the ISP features only, new applications should
42 .. _v4l2-meta-fmt-rk-isp1-ext-params:
52 :c:type:`rkisp1_ext_params_cfg` defined in ``rkisp1-config.h``. The
54 populate the data buffer with only the configuration data for the ISP blocks it
69 The ISP1 device collects different statistics over an input Bayer frame.
74 ``rkisp1-config.h``. So the structure can be obtained from the buffer by:
76 .. code-block:: c
80 The statistics collected are Exposure, AWB (Auto-white balance), Histogram and
81 AF (Auto-focus). See :c:type:`rkisp1_stat_buffer` for details of the statistics.
90 .. kernel-doc:: include/uapi/linux/rkisp1-config.h