Searched refs:vpu_src_fmt (Results 1 – 4 of 4) sorted by relevance
263 vpu_fmt = ctx->vpu_src_fmt; in hantro_try_fmt()281 if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_H264_SLICE && in hantro_try_fmt()337 ctx->vpu_src_fmt = vpu_fmt; in hantro_reset_encoded_fmt()359 ctx->vpu_src_fmt = raw_vpu_fmt; in hantro_reset_raw_fmt()441 ctx->vpu_src_fmt = hantro_find_format(ctx, pix_mp->pixelformat); in hantro_set_fmt_out()464 vpu_debug(0, "OUTPUT codec mode: %d\n", ctx->vpu_src_fmt->codec_mode); in hantro_set_fmt_out()675 codec_mode = ctx->vpu_src_fmt->codec_mode; in hantro_start_streaming()
58 reg = VEPU_REG_IN_IMG_CTRL_FMT(ctx->vpu_src_fmt->enc_fmt); in rk3399_vpu_set_src_img_ctrl()
27 | H1_REG_IN_IMG_CTRL_FMT(ctx->vpu_src_fmt->enc_fmt); in hantro_h1_set_src_img_ctrl()
229 const struct hantro_fmt *vpu_src_fmt; member