Lines Matching refs:fourcc
42 .fourcc = V4L2_PIX_FMT_JPEG,
51 .fourcc = V4L2_PIX_FMT_YUYV,
64 .fourcc = V4L2_PIX_FMT_YUYV,
77 .fourcc = V4L2_PIX_FMT_YUYV,
90 .fourcc = V4L2_PIX_FMT_YVYU,
103 .fourcc = V4L2_PIX_FMT_YVYU,
116 .fourcc = V4L2_PIX_FMT_UYVY,
129 .fourcc = V4L2_PIX_FMT_VYUY,
142 .fourcc = V4L2_PIX_FMT_RGB565,
155 .fourcc = V4L2_PIX_FMT_RGB565,
168 .fourcc = V4L2_PIX_FMT_RGB565X,
181 .fourcc = V4L2_PIX_FMT_RGB565,
193 .fourcc = V4L2_PIX_FMT_RGB32,
206 .fourcc = V4L2_PIX_FMT_RGB32,
219 .fourcc = V4L2_PIX_FMT_NV24,
232 .fourcc = V4L2_PIX_FMT_NV42,
245 .fourcc = V4L2_PIX_FMT_NV61,
258 .fourcc = V4L2_PIX_FMT_NV16,
271 .fourcc = V4L2_PIX_FMT_NV12,
284 .fourcc = V4L2_PIX_FMT_NV12,
297 .fourcc = V4L2_PIX_FMT_NV12,
310 .fourcc = V4L2_PIX_FMT_NV21,
323 .fourcc = V4L2_PIX_FMT_NV21,
337 .fourcc = V4L2_PIX_FMT_YUV420,
350 .fourcc = V4L2_PIX_FMT_YUV420,
363 .fourcc = V4L2_PIX_FMT_GREY,
538 static int s5p_jpeg_get_dwngrd_sch_id_by_fourcc(u32 fourcc) in s5p_jpeg_get_dwngrd_sch_id_by_fourcc() argument
543 if (fourcc_to_dwngrd_schema_id[i] == fourcc) in s5p_jpeg_get_dwngrd_sch_id_by_fourcc()
1321 f->pixelformat = sjpeg_formats[i].fourcc; in enum_fmt()
1383 pix->pixelformat = q_data->fmt->fourcc; in s5p_jpeg_g_fmt()
1385 if (q_data->fmt->fourcc != V4L2_PIX_FMT_JPEG) { in s5p_jpeg_g_fmt()
1414 if (fmt->fourcc == pixelformat && in s5p_jpeg_find_format()
1484 if (fmt->fourcc == V4L2_PIX_FMT_JPEG) { in vidioc_try_fmt()
1534 fmt->fourcc, in s5p_jpeg_try_fmt_vid_cap()
1643 q_data->fmt->fourcc != V4L2_PIX_FMT_JPEG)) { in s5p_jpeg_s_fmt()
1647 if (q_data->fmt->fourcc != V4L2_PIX_FMT_JPEG) { in s5p_jpeg_s_fmt()
1790 switch (ctx->cap_q.fmt->fourcc) { in exynos3250_jpeg_try_crop()
1923 if (ctx->out_q.fmt->fourcc == V4L2_PIX_FMT_RGB32) in s5p_jpeg_adjust_subs_ctrl()
1932 if (ctx->out_q.fmt->fourcc != V4L2_PIX_FMT_GREY && in s5p_jpeg_adjust_subs_ctrl()
2092 if (ctx->out_q.fmt->fourcc == V4L2_PIX_FMT_RGB565) in s5p_jpeg_device_run()
2142 if (ctx->cap_q.fmt->fourcc == V4L2_PIX_FMT_YUYV) in s5p_jpeg_device_run()
2184 if (fmt->fourcc == V4L2_PIX_FMT_YUV420) in exynos4_jpeg_set_img_addr()
2267 ctx->out_q.fmt->fourcc); in exynos4_jpeg_device_run()
2272 ctx->out_q.fmt->fourcc); in exynos4_jpeg_device_run()
2277 ctx->out_q.fmt->fourcc); in exynos4_jpeg_device_run()
2299 ctx->cap_q.fmt->fourcc); in exynos4_jpeg_device_run()
2303 ctx->cap_q.fmt->fourcc); in exynos4_jpeg_device_run()
2340 if (fmt->fourcc == V4L2_PIX_FMT_YUV420) in exynos3250_jpeg_set_img_addr()
2380 ctx->out_q.fmt->fourcc); in exynos3250_jpeg_device_run()
2415 exynos3250_jpeg_stride(jpeg->regs, ctx->out_q.fmt->fourcc, in exynos3250_jpeg_device_run()
2426 if (ctx->out_q.fmt->fourcc == V4L2_PIX_FMT_RGB565 || in exynos3250_jpeg_device_run()
2427 ctx->out_q.fmt->fourcc == V4L2_PIX_FMT_RGB565X || in exynos3250_jpeg_device_run()
2428 ctx->out_q.fmt->fourcc == V4L2_PIX_FMT_RGB32) in exynos3250_jpeg_device_run()
2433 exynos3250_jpeg_stride(jpeg->regs, ctx->cap_q.fmt->fourcc, in exynos3250_jpeg_device_run()
2440 ctx->cap_q.fmt->fourcc); in exynos3250_jpeg_device_run()