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

/linux-master/drivers/media/platform/verisilicon/
H A Dhantro_postproc.c210 if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_H264_SLICE)
213 else if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_VP9_FRAME)
216 else if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_HEVC_SLICE)
219 else if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_AV1_FRAME)
H A Dhantro_v4l2.c342 if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_H264_SLICE &&
347 else if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_VP9_FRAME &&
352 else if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_HEVC_SLICE &&
357 else if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_AV1_FRAME &&
433 ctx->vpu_src_fmt = raw_vpu_fmt;
534 ctx->vpu_src_fmt = hantro_find_format(ctx, pix_mp->pixelformat);
560 vpu_debug(0, "OUTPUT codec mode: %d\n", ctx->vpu_src_fmt->codec_mode);
908 codec_mode = ctx->vpu_src_fmt->codec_mode;
H A Dhantro_h1_jpeg_enc.c36 | H1_REG_IN_IMG_CTRL_FMT(ctx->vpu_src_fmt->enc_fmt);
H A Drockchip_vpu2_hw_jpeg_enc.c63 reg = VEPU_REG_IN_IMG_CTRL_FMT(ctx->vpu_src_fmt->enc_fmt);
H A Dhantro.h226 * @vpu_src_fmt: Descriptor of active source format.
254 const struct hantro_fmt *vpu_src_fmt; member in struct:hantro_ctx

Completed in 124 milliseconds