Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/test-drivers/visl/
A Dvisl-video.c149 .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 Dvisl.h68 const u32 *decoded_fmts; member
/linux-6.3-rc2/drivers/staging/media/rkvdec/
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()
A Drkvdec.h84 const u32 *decoded_fmts; member
/linux-6.3-rc2/drivers/media/platform/nvidia/tegra-vde/
A Dv4l2.c471 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 Dvde.c475 .decoded_fmts = tegra124_decoded_fmts,
498 .decoded_fmts = tegra20_decoded_fmts,
A Dvde.h72 const u32 *decoded_fmts; member

Completed in 15 milliseconds