Lines Matching +full:buffer +full:- +full:size
1 .. SPDX-License-Identifier: GPL-2.0
17 ------
33 generated whenever a statistics buffer can be dequeued by a user space
37 - V4L2_EVENT_OMAP3ISP_AEWB
38 - V4L2_EVENT_OMAP3ISP_AF
39 - V4L2_EVENT_OMAP3ISP_HIST
43 event as usual, but no related statistics buffer. In this case
44 omap3isp_stat_event_status.buf_err is set to non-zero.
48 --------------
52 does not fall under the standard IOCTLs --- gamma tables and configuration of
56 containing hardware-dependent functions.
60 - VIDIOC_OMAP3ISP_CCDC_CFG
61 - VIDIOC_OMAP3ISP_PRV_CFG
62 - VIDIOC_OMAP3ISP_AEWB_CFG
63 - VIDIOC_OMAP3ISP_HIST_CFG
64 - VIDIOC_OMAP3ISP_AF_CFG
65 - VIDIOC_OMAP3ISP_STAT_REQ
66 - VIDIOC_OMAP3ISP_STAT_EN
70 a given ISP block is described in the Technical Reference Manuals (TRMs) ---
80 -----------------------------
103 - OMAP3ISP_CCDC_ALAW
104 - OMAP3ISP_CCDC_LPF
105 - OMAP3ISP_CCDC_BLCLAMP
106 - OMAP3ISP_CCDC_BCOMP
107 - OMAP3ISP_CCDC_FPC
108 - OMAP3ISP_CCDC_CULL
109 - OMAP3ISP_CCDC_CONFIG_LSC
110 - OMAP3ISP_CCDC_TBL_LSC
114 - OMAP3ISP_PREV_LUMAENH
115 - OMAP3ISP_PREV_INVALAW
116 - OMAP3ISP_PREV_HRZ_MED
117 - OMAP3ISP_PREV_CFA
118 - OMAP3ISP_PREV_CHROMA_SUPP
119 - OMAP3ISP_PREV_WB
120 - OMAP3ISP_PREV_BLKADJ
121 - OMAP3ISP_PREV_RGB2RGB
122 - OMAP3ISP_PREV_COLOR_CONV
123 - OMAP3ISP_PREV_YC_LIMIT
124 - OMAP3ISP_PREV_DEFECT_COR
125 - OMAP3ISP_PREV_GAMMABYPASS
126 - OMAP3ISP_PREV_DRK_FRM_CAPTURE
127 - OMAP3ISP_PREV_DRK_FRM_SUBTRACT
128 - OMAP3ISP_PREV_LENS_SHADING
129 - OMAP3ISP_PREV_NF
130 - OMAP3ISP_PREV_GAMMA
138 -----------------------
154 -----------------------
162 -----------------------------------------------------------------------------
165 to have an in-depth knowledge of the hardware. Most of the fields explanation
172 The modules handle their buffers internally. The necessary buffer size for the
175 reconfiguration which requires bigger buffer size than what is already
176 internally allocated if the module is enabled. It will return -EBUSY on this
178 module or request the necessary buffer size during the first configuration
181 The internal buffer size allocation considers the requested configuration's
182 minimum buffer size and the value set on buf_size field. If buf_size field is
183 out of [minimum, maximum] buffer size range, it's clamped to fit in there.
193 user application receives an event for buffer availability or when a new
194 buffer is requested, this config_counter is used to match a buffer data and a
198 ------------------------
200 Send to user space the oldest data available in the internal buffer queue and
201 discards such buffer afterwards. The field omap3isp_stat_data.frame_number
202 matches with the video buffer's field_count.
206 ----------