Searched refs:vpu_src_fmt (Results 1 – 5 of 5) sorted by relevance
322 if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_H264_SLICE && in hantro_try_fmt()327 else if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_VP9_FRAME && in hantro_try_fmt()332 else if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_HEVC_SLICE && in hantro_try_fmt()388 ctx->vpu_src_fmt = vpu_fmt; in hantro_reset_encoded_fmt()410 ctx->vpu_src_fmt = raw_vpu_fmt; in hantro_reset_raw_fmt()518 ctx->vpu_src_fmt = hantro_find_format(ctx, pix_mp->pixelformat); in hantro_set_fmt_out()542 vpu_debug(0, "OUTPUT codec mode: %d\n", ctx->vpu_src_fmt->codec_mode); in hantro_set_fmt_out()894 codec_mode = ctx->vpu_src_fmt->codec_mode; in hantro_start_streaming()
207 if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_H264_SLICE) in hantro_postproc_alloc()210 else if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_VP9_FRAME) in hantro_postproc_alloc()213 else if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_HEVC_SLICE) in hantro_postproc_alloc()
36 | H1_REG_IN_IMG_CTRL_FMT(ctx->vpu_src_fmt->enc_fmt); in hantro_h1_set_src_img_ctrl()
63 reg = VEPU_REG_IN_IMG_CTRL_FMT(ctx->vpu_src_fmt->enc_fmt); in rockchip_vpu2_set_src_img_ctrl()
249 const struct hantro_fmt *vpu_src_fmt; member