Lines Matching refs:vpu_fmt
283 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()
391 ctx->vpu_src_fmt = vpu_fmt; in hantro_reset_encoded_fmt()
395 hantro_reset_fmt(fmt, vpu_fmt); in hantro_reset_encoded_fmt()
396 fmt->width = vpu_fmt->frmsize.min_width; in hantro_reset_encoded_fmt()
397 fmt->height = vpu_fmt->frmsize.min_height; in hantro_reset_encoded_fmt()