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