Searched refs:jpeg_enc (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/staging/media/hantro/ |
| D | hantro_jpeg.c | 296 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()
|
| D | hantro_h1_jpeg_enc.c | 40 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()
|
| D | rk3399_vpu_hw_jpeg_enc.c | 72 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()
|
| D | hantro.h | 256 struct hantro_jpeg_enc_hw_ctx jpeg_enc; member
|
| D | hantro_drv.c | 72 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()
|