Searched refs:jpeg_ctx (Results 1 – 2 of 2) sorted by relevance
95 struct hantro_jpeg_ctx jpeg_ctx; in hantro_h1_jpeg_enc_run() local103 memset(&jpeg_ctx, 0, sizeof(jpeg_ctx)); in hantro_h1_jpeg_enc_run()104 jpeg_ctx.buffer = vb2_plane_vaddr(&dst_buf->vb2_buf, 0); in hantro_h1_jpeg_enc_run()105 jpeg_ctx.width = ctx->dst_fmt.width; in hantro_h1_jpeg_enc_run()106 jpeg_ctx.height = ctx->dst_fmt.height; in hantro_h1_jpeg_enc_run()107 jpeg_ctx.quality = ctx->jpeg_quality; in hantro_h1_jpeg_enc_run()108 hantro_jpeg_header_assemble(&jpeg_ctx); in hantro_h1_jpeg_enc_run()
125 struct hantro_jpeg_ctx jpeg_ctx; in rockchip_vpu2_jpeg_enc_run() local133 memset(&jpeg_ctx, 0, sizeof(jpeg_ctx)); in rockchip_vpu2_jpeg_enc_run()134 jpeg_ctx.buffer = vb2_plane_vaddr(&dst_buf->vb2_buf, 0); in rockchip_vpu2_jpeg_enc_run()135 jpeg_ctx.width = ctx->dst_fmt.width; in rockchip_vpu2_jpeg_enc_run()136 jpeg_ctx.height = ctx->dst_fmt.height; in rockchip_vpu2_jpeg_enc_run()137 jpeg_ctx.quality = ctx->jpeg_quality; in rockchip_vpu2_jpeg_enc_run()138 hantro_jpeg_header_assemble(&jpeg_ctx); in rockchip_vpu2_jpeg_enc_run()