Home
last modified time | relevance | path

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

/drivers/media/platform/verisilicon/
Dhantro_v4l2.c283 const struct hantro_fmt *fmt, *vpu_fmt; in hantro_try_fmt() local
303 vpu_fmt = fmt; in hantro_try_fmt()
305 vpu_fmt = ctx->vpu_dst_fmt; in hantro_try_fmt()
307 vpu_fmt = fmt; in hantro_try_fmt()
319 &vpu_fmt->frmsize); in hantro_try_fmt()
367 const struct hantro_fmt *vpu_fmt) in hantro_reset_fmt() argument
371 fmt->pixelformat = vpu_fmt->fourcc; in hantro_reset_fmt()
382 const struct hantro_fmt *vpu_fmt; in hantro_reset_encoded_fmt() local
385 vpu_fmt = hantro_get_default_fmt(ctx, true); in hantro_reset_encoded_fmt()
388 ctx->vpu_dst_fmt = vpu_fmt; in hantro_reset_encoded_fmt()
[all …]