Searched refs:cap_q (Results 1 – 2 of 2) sorted by relevance
811 ctx->cap_q.fmt = cap_fmt; in s5p_jpeg_open()1068 return &ctx->cap_q; in get_q_data()1480 switch (ctx->cap_q.fmt->fourcc) { in exynos3250_jpeg_try_crop()1793 s5p_jpeg_enc_stream_int(jpeg->regs, ctx->cap_q.size); in s5p_jpeg_device_run()1829 if (ctx->cap_q.fmt->fourcc == V4L2_PIX_FMT_YUYV) in s5p_jpeg_device_run()1853 pix_size = ctx->cap_q.w * ctx->cap_q.h; in exynos4_jpeg_set_img_addr()1861 fmt = ctx->cap_q.fmt; in exynos4_jpeg_set_img_addr()1920 exynos4_jpeg_set_stream_size(jpeg->regs, ctx->cap_q.w, in exynos4_jpeg_device_run()1921 ctx->cap_q.h); in exynos4_jpeg_device_run()1934 exynos4_jpeg_set_img_fmt(jpeg->regs, ctx->cap_q.fmt->fourcc); in exynos4_jpeg_device_run()[all …]
200 struct s5p_jpeg_q_data cap_q; member