/* * struct isp_prev_device - Structure for storing ISP Preview module information * @subdev: V4L2 subdevice * @pads: Media entity pads * @formats: Active formats at the subdev pad * @crop: Active crop rectangle * @input: Module currently connected to the input pad * @output: Bitmask of the active output * @video_in: Input video entity * @video_out: Output video entity * @params.params : Active and shadow parameters sets * @params.active: Bitmask of parameters active in set 0 * @params.lock: Parameters lock, protects params.active and params.shadow * @underrun: Whether the preview entity has queued buffers on the output * @state: Current preview pipeline state * * This structure is used to store the OMAP ISP Preview module Information.
*/ struct isp_prev_device { struct v4l2_subdev subdev; struct media_pad pads[PREV_PADS_NUM]; struct v4l2_mbus_framefmt formats[PREV_PADS_NUM]; struct v4l2_rect crop;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.