Searched refs:decoded_fmts (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/media/test-drivers/visl/ |
D | visl-video.c | 152 .decoded_fmts = visl_decoded_fmts, 166 .decoded_fmts = visl_decoded_fmts, 180 .decoded_fmts = visl_decoded_fmts, 194 .decoded_fmts = visl_decoded_fmts, 208 .decoded_fmts = visl_decoded_fmts, 222 .decoded_fmts = visl_decoded_fmts, 236 .decoded_fmts = visl_decoded_fmts, 290 u32 decoded_fmt = ctx->coded_format_desc[0].decoded_fmts[0]; in visl_reset_decoded_fmt() 297 ctx->coded_format_desc->decoded_fmts[0], in visl_reset_decoded_fmt() 348 f->pixelformat = ctx->coded_format_desc->decoded_fmts[f->index]; in visl_enum_fmt_vid_cap() [all …]
|
D | visl.h | 68 const u32 *decoded_fmts; member
|
/linux-6.12.1/drivers/staging/media/rkvdec/ |
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()
|
D | rkvdec.h | 84 const u32 *decoded_fmts; member
|
/linux-6.12.1/drivers/media/platform/nvidia/tegra-vde/ |
D | v4l2.c | 471 tegra_reset_fmt(ctx, f, ctx->coded_fmt_desc->decoded_fmts[0]); in tegra_reset_decoded_fmt() 474 ctx->coded_fmt_desc->decoded_fmts[0], in tegra_reset_decoded_fmt() 519 f->pixelformat = ctx->coded_fmt_desc->decoded_fmts[f->index]; in tegra_enum_decoded_fmt() 554 if (coded_desc->decoded_fmts[i] == pix_mp->pixelformat) in tegra_try_decoded_fmt() 559 pix_mp->pixelformat = coded_desc->decoded_fmts[0]; in tegra_try_decoded_fmt()
|
D | vde.c | 474 .decoded_fmts = tegra124_decoded_fmts, 497 .decoded_fmts = tegra20_decoded_fmts,
|
D | vde.h | 71 const u32 *decoded_fmts; member
|