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