Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/media/rkvdec/
Drkvdec.c143 ctx->coded_fmt_desc = &rkvdec_coded_fmts[0]; in rkvdec_reset_coded_fmt()
144 rkvdec_reset_fmt(ctx, f, ctx->coded_fmt_desc->fourcc); in rkvdec_reset_coded_fmt()
147 f->fmt.pix_mp.width = ctx->coded_fmt_desc->frmsize.min_width; in rkvdec_reset_coded_fmt()
148 f->fmt.pix_mp.height = ctx->coded_fmt_desc->frmsize.min_height; in rkvdec_reset_coded_fmt()
150 if (ctx->coded_fmt_desc->ops->adjust_fmt) in rkvdec_reset_coded_fmt()
151 ctx->coded_fmt_desc->ops->adjust_fmt(ctx, f); in rkvdec_reset_coded_fmt()
158 rkvdec_reset_fmt(ctx, f, ctx->coded_fmt_desc->decoded_fmts[0]); in rkvdec_reset_decoded_fmt()
161 ctx->coded_fmt_desc->decoded_fmts[0], in rkvdec_reset_decoded_fmt()
213 coded_desc = ctx->coded_fmt_desc; in rkvdec_try_capture_fmt()
331 ctx->coded_fmt_desc = desc; in rkvdec_s_output_fmt()
[all …]
Drkvdec.h99 const struct rkvdec_coded_fmt_desc *coded_fmt_desc; member