Searched refs:out_q (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/drivers/media/platform/s5p-jpeg/
H A Djpeg-core.c798 (unsigned long)vb2_plane_vaddr(vb, 0) + ctx->out_q.sos + 2; exynos4_jpeg_parse_decode_h_tbl()
833 for (j = 0; j < ctx->out_q.dht.n; ++j) { exynos4_jpeg_parse_huff_tbl()
834 jpeg_buffer.size = ctx->out_q.dht.len[j]; exynos4_jpeg_parse_huff_tbl()
836 ctx->out_q.dht.marker[j]; exynos4_jpeg_parse_huff_tbl()
891 jpeg_buffer.size = ctx->out_q.sof_len; exynos4_jpeg_parse_decode_q_tbl()
893 (unsigned long)vb2_plane_vaddr(vb, 0) + ctx->out_q.sof; exynos4_jpeg_parse_decode_q_tbl()
923 for (j = 0; j < ctx->out_q.dqt.n; ++j) { exynos4_jpeg_parse_q_tbl()
924 jpeg_buffer.size = ctx->out_q.dqt.len[j]; exynos4_jpeg_parse_q_tbl()
926 ctx->out_q.dqt.marker[j]; exynos4_jpeg_parse_q_tbl()
1013 ctx->out_q.fmt = out_fmt; s5p_jpeg_open()
1321 return &ctx->out_q; get_q_data()
1513 (ctx->out_q.w & 1) && s5p_jpeg_try_fmt_vid_cap()
1650 scale_rect.width = ct->out_q.w / 2; s5p_jpeg_s_fmt()
1651 scale_rect.height = ct->out_q.h / 2; s5p_jpeg_s_fmt()
1687 w_ratio = ctx->out_q.w / r->width; exynos3250_jpeg_try_downscale()
1688 h_ratio = ctx->out_q.h / r->height; exynos3250_jpeg_try_downscale()
1702 r->width = round_down(ctx->out_q.w / ctx->scale_factor, 2); exynos3250_jpeg_try_downscale()
1703 r->height = round_down(ctx->out_q.h / ctx->scale_factor, 2); exynos3250_jpeg_try_downscale()
1752 base_rect.width = ctx->out_q.w; exynos3250_jpeg_try_crop()
1753 base_rect.height = ctx->out_q.h; exynos3250_jpeg_try_crop()
1792 s->r.width = ctx->out_q.w; s5p_jpeg_g_selection()
1793 s->r.height = ctx->out_q.h; s5p_jpeg_g_selection()
1867 if (ctx->out_q.fmt->fourcc == V4L2_PIX_FMT_RGB32) s5p_jpeg_adjust_subs_ctrl()
1876 if (ctx->out_q.fmt->fourcc != V4L2_PIX_FMT_GREY && s5p_jpeg_adjust_subs_ctrl()
1887 if (ctx->out_q.fmt->subsampling > *ctrl_val) s5p_jpeg_adjust_subs_ctrl()
1888 *ctrl_val = ctx->out_q.fmt->subsampling; s5p_jpeg_adjust_subs_ctrl()
2033 if (ctx->out_q.fmt->fourcc == V4L2_PIX_FMT_RGB565) s5p_jpeg_device_run()
2041 s5p_jpeg_x(jpeg->regs, ctx->out_q.w); s5p_jpeg_device_run()
2042 s5p_jpeg_y(jpeg->regs, ctx->out_q.h); s5p_jpeg_device_run()
2111 fmt = ctx->out_q.fmt; exynos4_jpeg_set_img_addr()
2112 if (ctx->out_q.w % 2 && fmt->h_align > 0) exynos4_jpeg_set_img_addr()
2113 padding_bytes = ctx->out_q.h; exynos4_jpeg_set_img_addr()
2148 jpeg_addr += ctx->out_q.sos; exynos4_jpeg_set_jpeg_addr()
2208 ctx->out_q.fmt->fourcc); exynos4_jpeg_device_run()
2213 ctx->out_q.fmt->fourcc); exynos4_jpeg_device_run()
2218 ctx->out_q.fmt->fourcc); exynos4_jpeg_device_run()
2241 bitstream_size = DIV_ROUND_UP(ctx->out_q.size, 16); exynos4_jpeg_device_run()
2245 bitstream_size = DIV_ROUND_UP(ctx->out_q.size, 32); exynos4_jpeg_device_run()
2268 fmt = ctx->out_q.fmt; exynos3250_jpeg_set_img_addr()
2320 ctx->out_q.fmt->fourcc); exynos3250_jpeg_device_run()
2355 exynos3250_jpeg_stride(jpeg->regs, ctx->out_q.fmt->fourcc, exynos3250_jpeg_device_run()
2356 ctx->out_q.w); exynos3250_jpeg_device_run()
2366 if (ctx->out_q.fmt->fourcc == V4L2_PIX_FMT_RGB565 || exynos3250_jpeg_device_run()
2367 ctx->out_q.fmt->fourcc == V4L2_PIX_FMT_RGB565X || exynos3250_jpeg_device_run()
2368 ctx->out_q.fmt->fourcc == V4L2_PIX_FMT_RGB32) exynos3250_jpeg_device_run()
2378 exynos3250_jpeg_dec_stream_size(jpeg->regs, ctx->out_q.size); exynos3250_jpeg_device_run()
2491 min((unsigned long)ctx->out_q.size, s5p_jpeg_buf_queue()
2498 q_data = &ctx->out_q; s5p_jpeg_buf_queue()
H A Djpeg-core.h217 * @out_q: source (output) queue information
232 struct s5p_jpeg_q_data out_q; member in struct:s5p_jpeg_ctx
/linux-4.4.14/drivers/media/platform/
H A Drcar_jpu.c278 * @out_q: source (output) queue information
287 struct jpu_q_data out_q; member in struct:jpu_ctx
751 return &ctx->out_q; jpu_get_q_data()
1102 q_data = &ctx->out_q; jpu_buf_queue()
1137 struct jpu_q_data *q_data = &ctx->out_q; jpu_buf_finish()
1254 __jpu_try_fmt(ctx, &ctx->out_q.fmtinfo, &ctx->out_q.format, jpu_open()
1380 q_data = &ctx->out_q; jpu_device_run()
/linux-4.4.14/fs/gfs2/
H A Dquota.c1648 goto out_q; gfs2_set_dqblk()
1704 out_q: gfs2_set_dqblk()
/linux-4.4.14/lib/
H A Dvsprintf.c189 goto out_q; put_dec_trunc8()
204 out_q: put_dec_trunc8()

Completed in 251 milliseconds