Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/media/hantro/
H A Dhantro_v4l2.c261 vpu_fmt = ctx->vpu_dst_fmt; in hantro_try_fmt()
334 ctx->vpu_dst_fmt = vpu_fmt; in hantro_reset_encoded_fmt()
363 ctx->vpu_dst_fmt = raw_vpu_fmt; in hantro_reset_raw_fmt()
503 ctx->vpu_dst_fmt = hantro_find_format(ctx, pix_mp->pixelformat); in hantro_set_fmt_cap()
524 vpu_debug(0, "CAPTURE codec mode: %d\n", ctx->vpu_dst_fmt->codec_mode); in hantro_set_fmt_cap()
688 codec_mode = ctx->vpu_dst_fmt->codec_mode; in hantro_start_streaming()
698 if (hantro_needs_postproc(ctx, ctx->vpu_dst_fmt)) { in hantro_start_streaming()
H A Dhantro_postproc.c68 switch (ctx->vpu_dst_fmt->fourcc) { in hantro_postproc_enable()
74 ctx->vpu_dst_fmt->fourcc); in hantro_postproc_enable()
H A Dhantro_h1_jpeg_enc.c152 ctx->vpu_dst_fmt->header_size, in hantro_jpeg_enc_done()
155 ctx->vpu_dst_fmt->header_size + bytesused); in hantro_jpeg_enc_done()
H A Dhantro.h231 const struct hantro_fmt *vpu_dst_fmt; member
422 if (hantro_needs_postproc(ctx, ctx->vpu_dst_fmt)) in hantro_get_dec_buf_addr()
H A Dhantro_jpeg.c334 ctx->vpu_dst_fmt->header_size; in hantro_jpeg_enc_init()
H A Dhantro_drv.c134 if (hantro_needs_postproc(ctx, ctx->vpu_dst_fmt)) in hantro_start_prepare_run()