Lines Matching defs:fimc_is_video
128 struct fimc_is_video { struct
129 struct exynos_video_entity ve;
130 enum v4l2_buf_type type;
131 struct media_pad pad;
132 struct list_head pending_buf_q;
133 struct list_head active_buf_q;
134 struct vb2_queue vb_queue;
135 unsigned int reqbufs_count;
136 unsigned int buf_count;
137 unsigned int buf_mask;
138 unsigned int frame_count;
139 int streaming;
140 struct isp_video_buf *buffers[FIMC_ISP_MAX_BUFS];
141 const struct fimc_fmt *format;
142 struct v4l2_pix_format_mplane pixfmt;