Searched refs:decoded_fmts (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/drivers/media/test-drivers/visl/ |
| H 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 …]
|
| H A D | visl.h | 68 const u32 *decoded_fmts; member
|
| /linux-6.15/drivers/staging/media/rkvdec/ |
| H A D | rkvdec.c | 129 .decoded_fmts = rkvdec_h264_vp9_decoded_fmts, 145 .decoded_fmts = rkvdec_h264_vp9_decoded_fmts, 193 rkvdec_reset_fmt(ctx, f, ctx->coded_fmt_desc->decoded_fmts[0]); in rkvdec_reset_decoded_fmt() 196 ctx->coded_fmt_desc->decoded_fmts[0], in rkvdec_reset_decoded_fmt() 253 if (coded_desc->decoded_fmts[i] == pix_mp->pixelformat) in rkvdec_try_capture_fmt() 258 pix_mp->pixelformat = coded_desc->decoded_fmts[0]; in rkvdec_try_capture_fmt() 434 f->pixelformat = ctx->coded_fmt_desc->decoded_fmts[f->index]; in rkvdec_enum_capture_fmt()
|
| H A D | rkvdec.h | 84 const u32 *decoded_fmts; member
|
| /linux-6.15/drivers/media/platform/nvidia/tegra-vde/ |
| H 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()
|
| H A D | vde.c | 474 .decoded_fmts = tegra124_decoded_fmts, 497 .decoded_fmts = tegra20_decoded_fmts,
|
| H A D | vde.h | 71 const u32 *decoded_fmts; member
|