Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/media/hantro/
Dhantro_v4l2.c280 if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_H264_SLICE && in hantro_try_fmt()
285 else if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_VP9_FRAME && in hantro_try_fmt()
290 else if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_HEVC_SLICE && in hantro_try_fmt()
346 ctx->vpu_src_fmt = vpu_fmt; in hantro_reset_encoded_fmt()
368 ctx->vpu_src_fmt = raw_vpu_fmt; in hantro_reset_raw_fmt()
476 ctx->vpu_src_fmt = hantro_find_format(ctx, pix_mp->pixelformat); in hantro_set_fmt_out()
500 vpu_debug(0, "OUTPUT codec mode: %d\n", ctx->vpu_src_fmt->codec_mode); in hantro_set_fmt_out()
852 codec_mode = ctx->vpu_src_fmt->codec_mode; in hantro_start_streaming()
Dhantro_postproc.c180 if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_H264_SLICE) in hantro_postproc_alloc()
183 else if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_VP9_FRAME) in hantro_postproc_alloc()
186 else if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_HEVC_SLICE) in hantro_postproc_alloc()
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.h248 const struct hantro_fmt *vpu_src_fmt; member