Searched refs:vpu_src_fmt (Results 1 – 4 of 4) sorted by relevance
224 vpu_fmt = ctx->vpu_src_fmt; in vidioc_try_fmt()247 if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_H264_SLICE) in vidioc_try_fmt()304 ctx->vpu_src_fmt = vpu_fmt; in hantro_reset_encoded_fmt()327 ctx->vpu_src_fmt = raw_vpu_fmt; in hantro_reset_raw_fmt()399 ctx->vpu_src_fmt = hantro_find_format(formats, num_fmts, in vidioc_s_fmt_out_mplane()423 vpu_debug(0, "OUTPUT codec mode: %d\n", ctx->vpu_src_fmt->codec_mode); in vidioc_s_fmt_out_mplane()586 return hantro_buf_plane_check(vb, ctx->vpu_src_fmt, in hantro_buf_prepare()621 codec_mode = ctx->vpu_src_fmt->codec_mode; in hantro_start_streaming()
27 | H1_REG_IN_IMG_CTRL_FMT(ctx->vpu_src_fmt->enc_fmt); in hantro_h1_set_src_img_ctrl()
59 reg = VEPU_REG_IN_IMG_CTRL_FMT(ctx->vpu_src_fmt->enc_fmt); in rk3399_vpu_set_src_img_ctrl()
239 const struct hantro_fmt *vpu_src_fmt; member