Searched refs:coded_fmts (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/media/platform/nvidia/tegra-vde/
H A Dvde.c505 .coded_fmts = tegra124_coded_fmts,
511 .coded_fmts = tegra20_coded_fmts,
517 .coded_fmts = tegra20_coded_fmts,
523 .coded_fmts = tegra20_coded_fmts,
H A Dv4l2.c424 ctx->coded_fmt_desc = &soc->coded_fmts[0];
604 f->pixelformat = soc->coded_fmts[f->index].fourcc;
625 if (soc->coded_fmts[i].fourcc == fourcc)
626 return &soc->coded_fmts[i];
643 pix_mp->pixelformat = soc->coded_fmts[0].fourcc;
644 desc = &soc->coded_fmts[0];
H A Dvde.h79 const struct tegra_coded_fmt_desc *coded_fmts; member in struct:tegra_vde_soc

Completed in 122 milliseconds