Home
last modified time | relevance | path

Searched refs:vpu_dst_fmt (Results 1 – 7 of 7) sorted by relevance

/drivers/staging/media/hantro/
Dhantro_v4l2.c263 vpu_fmt = ctx->vpu_dst_fmt; in hantro_try_fmt()
336 ctx->vpu_dst_fmt = vpu_fmt; in hantro_reset_encoded_fmt()
365 ctx->vpu_dst_fmt = raw_vpu_fmt; in hantro_reset_raw_fmt()
506 ctx->vpu_dst_fmt = hantro_find_format(ctx, pix_mp->pixelformat); in hantro_set_fmt_cap()
527 vpu_debug(0, "CAPTURE codec mode: %d\n", ctx->vpu_dst_fmt->codec_mode); in hantro_set_fmt_cap()
691 codec_mode = ctx->vpu_dst_fmt->codec_mode; in hantro_start_streaming()
701 if (hantro_needs_postproc(ctx, ctx->vpu_dst_fmt)) { in hantro_start_streaming()
Dhantro_h1_jpeg_enc.c154 ctx->vpu_dst_fmt->header_size, in hantro_h1_jpeg_enc_done()
157 ctx->vpu_dst_fmt->header_size + bytesused); in hantro_h1_jpeg_enc_done()
Drockchip_vpu2_hw_jpeg_enc.c186 ctx->vpu_dst_fmt->header_size, in rockchip_vpu2_jpeg_enc_done()
189 ctx->vpu_dst_fmt->header_size + bytesused); in rockchip_vpu2_jpeg_enc_done()
Dhantro_postproc.c76 switch (ctx->vpu_dst_fmt->fourcc) { in hantro_postproc_enable()
82 ctx->vpu_dst_fmt->fourcc); in hantro_postproc_enable()
Dhantro.h236 const struct hantro_fmt *vpu_dst_fmt; member
426 if (hantro_needs_postproc(ctx, ctx->vpu_dst_fmt)) in hantro_get_dec_buf_addr()
Dhantro_jpeg.c334 ctx->vpu_dst_fmt->header_size; in hantro_jpeg_enc_init()
Dhantro_drv.c134 if (hantro_needs_postproc(ctx, ctx->vpu_dst_fmt)) in hantro_start_prepare_run()