/** * struct fimc_is_video - fimc-is video device structure * @ve: video_device structure and media pipeline * @type: video device type (CAPTURE/OUTPUT) * @pad: video device media (sink) pad * @pending_buf_q: pending buffers queue head * @active_buf_q: a queue head of buffers scheduled in hardware * @vb_queue: vb2 buffer queue * @reqbufs_count: the number of buffers requested in REQBUFS ioctl * @buf_count: number of video buffers scheduled in hardware * @buf_mask: bitmask of the queued video buffer indices * @frame_count: counter of frames dequeued to user space * @streaming: is streaming in progress? * @buffers: buffer info * @format: current fimc pixel format * @pixfmt: current pixel format
*/ struct fimc_is_video { struct exynos_video_entity ve; enum v4l2_buf_type type; struct media_pad pad; struct list_head pending_buf_q; struct list_head active_buf_q; struct vb2_queue vb_queue; unsignedint reqbufs_count; unsignedint buf_count; unsignedint buf_mask; unsignedint frame_count; int streaming; struct isp_video_buf *buffers[FIMC_ISP_MAX_BUFS]; conststruct fimc_fmt *format; struct v4l2_pix_format_mplane pixfmt;
};
int fimc_isp_subdev_create(struct fimc_isp *isp); void fimc_isp_subdev_destroy(struct fimc_isp *isp); void fimc_isp_irq_handler(struct fimc_is *is); int fimc_is_create_controls(struct fimc_isp *isp); int fimc_is_delete_controls(struct fimc_isp *isp); conststruct fimc_fmt *fimc_isp_find_format(const u32 *pixelformat, const u32 *mbus_code, int index); #endif/* FIMC_ISP_H_ */
Messung V0.5
¤ 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.0.0Bemerkung:
(vorverarbeitet)
¤
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.