Lines Matching +full:frame +full:- +full:buffer
1 .. SPDX-License-Identifier: GPL-2.0
17 ------------
26 - 3430
27 - 3530
28 - 3630
36 ----------------
42 - OMAP3 ISP CCP2
43 - OMAP3 ISP CSI2a
44 - OMAP3 ISP CCDC
45 - OMAP3 ISP preview
46 - OMAP3 ISP resizer
47 - OMAP3 ISP AEWB
48 - OMAP3 ISP AF
49 - OMAP3 ISP histogram
56 --------------------------
59 of the following frame. This is done when the module becomes idle during the
60 vertical blanking period on the sensor. In memory-to-memory operation the pipe
61 is run one frame at a time. Applying the settings is done between the frames.
63 All the blocks in the ISP, excluding the CSI-2 and possibly the CCP2 receiver,
69 is non-zero.
73 ------
79 interrupt which is used to signal frame start. Earlier version of this
81 triggered exactly when the reception of the first line of the frame starts
89 generated whenever a statistics buffer can be dequeued by a user space
93 - V4L2_EVENT_OMAP3ISP_AEWB
94 - V4L2_EVENT_OMAP3ISP_AF
95 - V4L2_EVENT_OMAP3ISP_HIST
99 event as usual, but no related statistics buffer. In this case
100 omap3isp_stat_event_status.buf_err is set to non-zero.
104 --------------
108 does not fall under the standard IOCTLs --- gamma tables and configuration of
112 containing hardware-dependent functions.
116 - VIDIOC_OMAP3ISP_CCDC_CFG
117 - VIDIOC_OMAP3ISP_PRV_CFG
118 - VIDIOC_OMAP3ISP_AEWB_CFG
119 - VIDIOC_OMAP3ISP_HIST_CFG
120 - VIDIOC_OMAP3ISP_AF_CFG
121 - VIDIOC_OMAP3ISP_STAT_REQ
122 - VIDIOC_OMAP3ISP_STAT_EN
126 a given ISP block is described in the Technical Reference Manuals (TRMs) ---
136 -----------------------------
159 - OMAP3ISP_CCDC_ALAW
160 - OMAP3ISP_CCDC_LPF
161 - OMAP3ISP_CCDC_BLCLAMP
162 - OMAP3ISP_CCDC_BCOMP
163 - OMAP3ISP_CCDC_FPC
164 - OMAP3ISP_CCDC_CULL
165 - OMAP3ISP_CCDC_CONFIG_LSC
166 - OMAP3ISP_CCDC_TBL_LSC
170 - OMAP3ISP_PREV_LUMAENH
171 - OMAP3ISP_PREV_INVALAW
172 - OMAP3ISP_PREV_HRZ_MED
173 - OMAP3ISP_PREV_CFA
174 - OMAP3ISP_PREV_CHROMA_SUPP
175 - OMAP3ISP_PREV_WB
176 - OMAP3ISP_PREV_BLKADJ
177 - OMAP3ISP_PREV_RGB2RGB
178 - OMAP3ISP_PREV_COLOR_CONV
179 - OMAP3ISP_PREV_YC_LIMIT
180 - OMAP3ISP_PREV_DEFECT_COR
181 - OMAP3ISP_PREV_GAMMABYPASS
182 - OMAP3ISP_PREV_DRK_FRM_CAPTURE
183 - OMAP3ISP_PREV_DRK_FRM_SUBTRACT
184 - OMAP3ISP_PREV_LENS_SHADING
185 - OMAP3ISP_PREV_NF
186 - OMAP3ISP_PREV_GAMMA
194 -----------------------
210 -----------------------
218 -----------------------------------------------------------------------------
221 to have an in-depth knowledge of the hardware. Most of the fields explanation
228 The modules handle their buffers internally. The necessary buffer size for the
231 reconfiguration which requires bigger buffer size than what is already
232 internally allocated if the module is enabled. It will return -EBUSY on this
234 module or request the necessary buffer size during the first configuration
237 The internal buffer size allocation considers the requested configuration's
238 minimum buffer size and the value set on buf_size field. If buf_size field is
239 out of [minimum, maximum] buffer size range, it's clamped to fit in there.
249 user application receives an event for buffer availability or when a new
250 buffer is requested, this config_counter is used to match a buffer data and a
254 ------------------------
256 Send to user space the oldest data available in the internal buffer queue and
257 discards such buffer afterwards. The field omap3isp_stat_data.frame_number
258 matches with the video buffer's field_count.
262 ----------------------------------------------------------
266 Referenced 2011-03-05.
269 <URL:http://www.ti.com/litv/pdf/spruf98o> Referenced 2011-03-05.
273 Referenced 2011-03-05.
276 <URL:http://www.ti.com/litv/pdf/sprugn4h> Referenced 2011-03-06.
280 ----------
284 .. [#f2] http://git.ideasonboard.org/?p=media-ctl.git;a=summary