Searched refs:vpu_src_fmt (Results 1 – 4 of 4) sorted by relevance
265 vpu_fmt = ctx->vpu_src_fmt; in hantro_try_fmt()283 if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_H264_SLICE && in hantro_try_fmt()339 ctx->vpu_src_fmt = vpu_fmt; in hantro_reset_encoded_fmt()361 ctx->vpu_src_fmt = raw_vpu_fmt; in hantro_reset_raw_fmt()444 ctx->vpu_src_fmt = hantro_find_format(ctx, pix_mp->pixelformat); in hantro_set_fmt_out()467 vpu_debug(0, "OUTPUT codec mode: %d\n", ctx->vpu_src_fmt->codec_mode); in hantro_set_fmt_out()685 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 rockchip_vpu2_set_src_img_ctrl()
27 | H1_REG_IN_IMG_CTRL_FMT(ctx->vpu_src_fmt->enc_fmt); in hantro_h1_set_src_img_ctrl()
234 const struct hantro_fmt *vpu_src_fmt; member