Searched refs:decoded_fmts (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/media/test-drivers/visl/ |
A D | visl-video.c | 149 .decoded_fmts = visl_decoded_fmts, 163 .decoded_fmts = visl_decoded_fmts, 177 .decoded_fmts = visl_decoded_fmts, 191 .decoded_fmts = visl_decoded_fmts, 205 .decoded_fmts = visl_decoded_fmts, 219 .decoded_fmts = visl_decoded_fmts, 272 u32 decoded_fmt = ctx->coded_format_desc[0].decoded_fmts[0]; in visl_reset_decoded_fmt() 279 ctx->coded_format_desc->decoded_fmts[0], in visl_reset_decoded_fmt() 330 f->pixelformat = ctx->coded_format_desc->decoded_fmts[f->index]; in visl_enum_fmt_vid_cap() 373 if (coded_desc->decoded_fmts[i] == pix_mp->pixelformat) in visl_try_fmt_vid_cap() [all …]
|
A D | visl.h | 68 const u32 *decoded_fmts; member
|
/linux-6.3-rc2/drivers/staging/media/rkvdec/ |
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()
|
A D | rkvdec.h | 84 const u32 *decoded_fmts; member
|
/linux-6.3-rc2/drivers/media/platform/nvidia/tegra-vde/ |
A 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()
|
A D | vde.c | 475 .decoded_fmts = tegra124_decoded_fmts, 498 .decoded_fmts = tegra20_decoded_fmts,
|
A D | vde.h | 72 const u32 *decoded_fmts; member
|
Completed in 22 milliseconds