Home
last modified time | relevance | path

Searched refs:vpu_src_fmt (Results 1 – 5 of 5) sorted by relevance

/drivers/media/platform/verisilicon/
Dhantro_postproc.c211 if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_H264_SLICE) in hantro_postproc_alloc()
214 else if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_VP9_FRAME) in hantro_postproc_alloc()
217 else if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_HEVC_SLICE) in hantro_postproc_alloc()
220 else if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_AV1_FRAME) in hantro_postproc_alloc()
Dhantro_v4l2.c342 if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_H264_SLICE && in hantro_try_fmt()
347 else if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_VP9_FRAME && in hantro_try_fmt()
352 else if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_HEVC_SLICE && in hantro_try_fmt()
357 else if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_AV1_FRAME && in hantro_try_fmt()
433 ctx->vpu_src_fmt = raw_vpu_fmt; in hantro_reset_raw_fmt()
545 ctx->vpu_src_fmt = hantro_find_format(ctx, pix_mp->pixelformat); in hantro_set_fmt_out()
571 vpu_debug(0, "OUTPUT codec mode: %d\n", ctx->vpu_src_fmt->codec_mode); in hantro_set_fmt_out()
926 codec_mode = ctx->vpu_src_fmt->codec_mode; in hantro_start_streaming()
Dhantro_h1_jpeg_enc.c36 | H1_REG_IN_IMG_CTRL_FMT(ctx->vpu_src_fmt->enc_fmt); in hantro_h1_set_src_img_ctrl()
Drockchip_vpu2_hw_jpeg_enc.c63 reg = VEPU_REG_IN_IMG_CTRL_FMT(ctx->vpu_src_fmt->enc_fmt); in rockchip_vpu2_set_src_img_ctrl()
Dhantro.h255 const struct hantro_fmt *vpu_src_fmt; member