Home
last modified time | relevance | path

Searched refs:jpeg_enc (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/drivers/staging/media/hantro/
Dhantro_jpeg.c296 ctx->jpeg_enc.bounce_buffer.size = in hantro_jpeg_enc_init()
300 ctx->jpeg_enc.bounce_buffer.cpu = in hantro_jpeg_enc_init()
302 ctx->jpeg_enc.bounce_buffer.size, in hantro_jpeg_enc_init()
303 &ctx->jpeg_enc.bounce_buffer.dma, in hantro_jpeg_enc_init()
306 if (!ctx->jpeg_enc.bounce_buffer.cpu) in hantro_jpeg_enc_init()
315 ctx->jpeg_enc.bounce_buffer.size, in hantro_jpeg_enc_exit()
316 ctx->jpeg_enc.bounce_buffer.cpu, in hantro_jpeg_enc_exit()
317 ctx->jpeg_enc.bounce_buffer.dma, in hantro_jpeg_enc_exit()
Dhantro_h1_jpeg_enc.c40 vepu_write_relaxed(vpu, ctx->jpeg_enc.bounce_buffer.dma, in hantro_h1_jpeg_enc_set_buffers()
42 vepu_write_relaxed(vpu, ctx->jpeg_enc.bounce_buffer.size, in hantro_h1_jpeg_enc_set_buffers()
Drk3399_vpu_hw_jpeg_enc.c72 vepu_write_relaxed(vpu, ctx->jpeg_enc.bounce_buffer.dma, in rk3399_vpu_jpeg_enc_set_buffers()
74 vepu_write_relaxed(vpu, ctx->jpeg_enc.bounce_buffer.size, in rk3399_vpu_jpeg_enc_set_buffers()
Dhantro.h256 struct hantro_jpeg_enc_hw_ctx jpeg_enc; member
Dhantro_drv.c72 if (ctx->jpeg_enc.bounce_buffer.cpu) { in hantro_enc_buf_finish()
75 ctx->jpeg_enc.bounce_buffer.cpu, bytesused); in hantro_enc_buf_finish()