Home
last modified time | relevance | path

Searched refs:vpu_fmt (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/media/hantro/
H A Dhantro_v4l2.c239 const struct hantro_fmt *fmt, *vpu_fmt; in hantro_try_fmt() local
259 vpu_fmt = fmt; in hantro_try_fmt()
261 vpu_fmt = ctx->vpu_dst_fmt; in hantro_try_fmt()
263 vpu_fmt = ctx->vpu_src_fmt; in hantro_try_fmt()
275 &vpu_fmt->frmsize); in hantro_try_fmt()
313 const struct hantro_fmt *vpu_fmt) in hantro_reset_fmt()
317 fmt->pixelformat = vpu_fmt->fourcc; in hantro_reset_fmt()
328 const struct hantro_fmt *vpu_fmt; in hantro_reset_encoded_fmt() local
331 vpu_fmt = hantro_get_default_fmt(ctx, true); in hantro_reset_encoded_fmt()
334 ctx->vpu_dst_fmt = vpu_fmt; in hantro_reset_encoded_fmt()
312 hantro_reset_fmt(struct v4l2_pix_format_mplane *fmt, const struct hantro_fmt *vpu_fmt) hantro_reset_fmt() argument
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/
H A Dhantro_v4l2.c300 const struct hantro_fmt *vpu_fmt; in hantro_try_fmt() local
320 vpu_fmt = fmt; in hantro_try_fmt()
322 vpu_fmt = hantro_find_format(ctx, ctx->dst_fmt.pixelformat); in hantro_try_fmt()
330 vpu_fmt = fmt; in hantro_try_fmt()
336 &vpu_fmt->frmsize); in hantro_try_fmt()
389 const struct hantro_fmt *vpu_fmt) in hantro_reset_fmt()
393 fmt->pixelformat = vpu_fmt->fourcc; in hantro_reset_fmt()
404 const struct hantro_fmt *vpu_fmt; in hantro_reset_encoded_fmt() local
407 vpu_fmt = hantro_get_default_fmt(ctx, true, HANTRO_DEFAULT_BIT_DEPTH, HANTRO_AUTO_POSTPROC); in hantro_reset_encoded_fmt()
408 if (!vpu_fmt) in hantro_reset_encoded_fmt()
388 hantro_reset_fmt(struct v4l2_pix_format_mplane *fmt, const struct hantro_fmt *vpu_fmt) hantro_reset_fmt() argument
[all...]

Completed in 3 milliseconds