Searched refs:coded_fmt_desc (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/staging/media/rkvdec/
H A Drkvdec.c33 const struct rkvdec_coded_fmt_desc *desc = ctx->coded_fmt_desc;
178 ctx->coded_fmt_desc = &rkvdec_coded_fmts[0];
179 rkvdec_reset_fmt(ctx, f, ctx->coded_fmt_desc->fourcc);
182 f->fmt.pix_mp.width = ctx->coded_fmt_desc->frmsize.min_width;
183 f->fmt.pix_mp.height = ctx->coded_fmt_desc->frmsize.min_height;
185 if (ctx->coded_fmt_desc->ops->adjust_fmt)
186 ctx->coded_fmt_desc->ops->adjust_fmt(ctx, f);
193 rkvdec_reset_fmt(ctx, f, ctx->coded_fmt_desc->decoded_fmts[0]);
196 ctx->coded_fmt_desc->decoded_fmts[0],
248 coded_desc = ctx->coded_fmt_desc;
[all...]
H A Drkvdec.h104 const struct rkvdec_coded_fmt_desc *coded_fmt_desc; member in struct:rkvdec_ctx
/linux-master/drivers/media/platform/nvidia/tegra-vde/
H A Dv4l2.c424 ctx->coded_fmt_desc = &soc->coded_fmts[0];
425 tegra_reset_fmt(ctx, f, ctx->coded_fmt_desc->fourcc);
428 f->fmt.pix_mp.width = ctx->coded_fmt_desc->frmsize.min_width;
429 f->fmt.pix_mp.height = ctx->coded_fmt_desc->frmsize.min_height;
471 tegra_reset_fmt(ctx, f, ctx->coded_fmt_desc->decoded_fmts[0]);
474 ctx->coded_fmt_desc->decoded_fmts[0],
491 err = ctx->coded_fmt_desc->decode_wait(ctx);
513 if (WARN_ON(!ctx->coded_fmt_desc))
516 if (f->index >= ctx->coded_fmt_desc->num_decoded_fmts)
519 f->pixelformat = ctx->coded_fmt_desc
[all...]
H A Dvde.h153 const struct tegra_coded_fmt_desc *coded_fmt_desc; member in struct:tegra_ctx

Completed in 291 milliseconds