Home
last modified time | relevance | path

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

/drivers/staging/media/rkvdec/
Drkvdec.c153 ctx->coded_fmt_desc = &rkvdec_coded_fmts[0]; in rkvdec_reset_coded_fmt()
154 rkvdec_reset_fmt(ctx, f, ctx->coded_fmt_desc->fourcc); in rkvdec_reset_coded_fmt()
157 f->fmt.pix_mp.width = ctx->coded_fmt_desc->frmsize.min_width; in rkvdec_reset_coded_fmt()
158 f->fmt.pix_mp.height = ctx->coded_fmt_desc->frmsize.min_height; in rkvdec_reset_coded_fmt()
160 if (ctx->coded_fmt_desc->ops->adjust_fmt) in rkvdec_reset_coded_fmt()
161 ctx->coded_fmt_desc->ops->adjust_fmt(ctx, f); in rkvdec_reset_coded_fmt()
168 rkvdec_reset_fmt(ctx, f, ctx->coded_fmt_desc->decoded_fmts[0]); in rkvdec_reset_decoded_fmt()
171 ctx->coded_fmt_desc->decoded_fmts[0], in rkvdec_reset_decoded_fmt()
223 coded_desc = ctx->coded_fmt_desc; in rkvdec_try_capture_fmt()
341 ctx->coded_fmt_desc = desc; in rkvdec_s_output_fmt()
[all …]
Drkvdec.h98 const struct rkvdec_coded_fmt_desc *coded_fmt_desc; member