Home
last modified time | relevance | path

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

/drivers/media/platform/verisilicon/
A Dhantro_postproc.c204 if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_H264_SLICE) in hantro_postproc_buffer_size()
207 else if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_VP9_FRAME) in hantro_postproc_buffer_size()
210 else if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_HEVC_SLICE) { in hantro_postproc_buffer_size()
217 else if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_AV1_FRAME) in hantro_postproc_buffer_size()
A Dhantro_v4l2.c365 if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_H264_SLICE && in hantro_try_fmt()
370 else if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_VP9_FRAME && in hantro_try_fmt()
375 else if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_HEVC_SLICE && in hantro_try_fmt()
380 else if (ctx->vpu_src_fmt->fourcc == V4L2_PIX_FMT_AV1_FRAME && in hantro_try_fmt()
456 ctx->vpu_src_fmt = raw_vpu_fmt; in hantro_reset_raw_fmt()
557 ctx->vpu_src_fmt = hantro_find_format(ctx, pix_mp->pixelformat); in hantro_set_fmt_out()
583 vpu_debug(0, "OUTPUT codec mode: %d\n", ctx->vpu_src_fmt->codec_mode); in hantro_set_fmt_out()
935 codec_mode = ctx->vpu_src_fmt->codec_mode; in hantro_start_streaming()
A Dhantro_h1_jpeg_enc.c36 | H1_REG_IN_IMG_CTRL_FMT(ctx->vpu_src_fmt->enc_fmt); in hantro_h1_set_src_img_ctrl()
A Drockchip_vpu2_hw_jpeg_enc.c63 reg = VEPU_REG_IN_IMG_CTRL_FMT(ctx->vpu_src_fmt->enc_fmt); in rockchip_vpu2_set_src_img_ctrl()
A Dhantro.h255 const struct hantro_fmt *vpu_src_fmt; member

Completed in 10 milliseconds