Home
last modified time | relevance | path

Searched refs:decoded_fmts (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/drivers/media/test-drivers/visl/
H A Dvisl-video.c158 .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 Dvisl.h68 const u32 *decoded_fmts; member
/linux-6.15/drivers/staging/media/rkvdec/
H A Drkvdec.c129 .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 Drkvdec.h84 const u32 *decoded_fmts; member
/linux-6.15/drivers/media/platform/nvidia/tegra-vde/
H A Dv4l2.c469 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 Dvde.c474 .decoded_fmts = tegra124_decoded_fmts,
497 .decoded_fmts = tegra20_decoded_fmts,
H A Dvde.h71 const u32 *decoded_fmts; member