Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/media/hantro/
H A Dhantro_jpeg.c332 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 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()
153 ctx->jpeg_enc.bounce_buffer.cpu, bytesused); in hantro_jpeg_enc_done()
H A Drk3399_vpu_hw_jpeg_enc.c71 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 Dhantro.h243 struct hantro_jpeg_enc_hw_ctx jpeg_enc; member