Searched refs:jpeg_enc (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/staging/media/hantro/ |
| H A D | hantro_jpeg.c | 332 ctx->jpeg_enc.bounce_buffer.size = in hantro_jpeg_enc_init() 336 ctx->jpeg_enc.bounce_buffer.cpu = in hantro_jpeg_enc_init() 338 ctx->jpeg_enc.bounce_buffer.size, in hantro_jpeg_enc_init() 339 &ctx->jpeg_enc.bounce_buffer.dma, in hantro_jpeg_enc_init() 342 if (!ctx->jpeg_enc.bounce_buffer.cpu) in hantro_jpeg_enc_init() 351 ctx->jpeg_enc.bounce_buffer.size, in hantro_jpeg_enc_exit() 352 ctx->jpeg_enc.bounce_buffer.cpu, in hantro_jpeg_enc_exit() 353 ctx->jpeg_enc.bounce_buffer.dma, in hantro_jpeg_enc_exit()
|
| H A 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() 153 ctx->jpeg_enc.bounce_buffer.cpu, bytesused); in hantro_jpeg_enc_done()
|
| H A D | rk3399_vpu_hw_jpeg_enc.c | 71 vepu_write_relaxed(vpu, ctx->jpeg_enc.bounce_buffer.dma, in rk3399_vpu_jpeg_enc_set_buffers() 73 vepu_write_relaxed(vpu, ctx->jpeg_enc.bounce_buffer.size, in rk3399_vpu_jpeg_enc_set_buffers()
|
| H A D | hantro.h | 243 struct hantro_jpeg_enc_hw_ctx jpeg_enc; member
|