Searched refs:decoded_fmts (Results 1 – 7 of 7) sorted by relevance
| /drivers/media/test-drivers/visl/ |
| A D | visl-video.c | 158 .decoded_fmts = visl_decoded_fmts, 172 .decoded_fmts = visl_decoded_fmts, 186 .decoded_fmts = visl_decoded_fmts, 200 .decoded_fmts = visl_decoded_fmts, 214 .decoded_fmts = visl_decoded_fmts, 228 .decoded_fmts = visl_decoded_fmts, 242 .decoded_fmts = visl_decoded_fmts, 303 ctx->coded_format_desc->decoded_fmts[0], in visl_reset_decoded_fmt() 352 const u32 *decoded_fmts = ctx->coded_format_desc->decoded_fmts; in visl_enum_fmt_vid_cap() local 356 decoded_fmts = visl_extended_decoded_fmts; in visl_enum_fmt_vid_cap() [all …]
|
| A D | visl.h | 68 const u32 *decoded_fmts; member
|
| /drivers/media/platform/rockchip/rkvdec/ |
| A D | rkvdec.c | 58 if (!rkvdec_image_fmt_match(desc->decoded_fmts[i].image_fmt, in rkvdec_enum_decoded_fmt() 63 return desc->decoded_fmts[i].fourcc; in rkvdec_enum_decoded_fmt() 76 if (rkvdec_image_fmt_match(desc->decoded_fmts[i].image_fmt, in rkvdec_is_valid_fmt() 78 desc->decoded_fmts[i].fourcc == fourcc) in rkvdec_is_valid_fmt() 268 .decoded_fmts = rkvdec_h264_decoded_fmts, 284 .decoded_fmts = rkvdec_vp9_decoded_fmts,
|
| A D | rkvdec.h | 99 const struct rkvdec_decoded_fmt_desc *decoded_fmts; member
|
| /drivers/media/platform/nvidia/tegra-vde/ |
| A D | v4l2.c | 469 tegra_reset_fmt(ctx, f, ctx->coded_fmt_desc->decoded_fmts[0]); in tegra_reset_decoded_fmt() 472 ctx->coded_fmt_desc->decoded_fmts[0], in tegra_reset_decoded_fmt() 517 f->pixelformat = ctx->coded_fmt_desc->decoded_fmts[f->index]; in tegra_enum_decoded_fmt() 552 if (coded_desc->decoded_fmts[i] == pix_mp->pixelformat) in tegra_try_decoded_fmt() 557 pix_mp->pixelformat = coded_desc->decoded_fmts[0]; in tegra_try_decoded_fmt()
|
| A D | vde.c | 474 .decoded_fmts = tegra124_decoded_fmts, 497 .decoded_fmts = tegra20_decoded_fmts,
|
| A D | vde.h | 71 const u32 *decoded_fmts; member
|
Completed in 16 milliseconds