Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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() argument
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()
[all …]