Searched refs:coded_desc (Results 1 – 3 of 3) sorted by relevance
401 const struct visl_coded_format_desc *coded_desc; in visl_try_fmt_vid_cap() local404 coded_desc = ctx->coded_format_desc; in visl_try_fmt_vid_cap()406 for (i = 0; i < coded_desc->num_decoded_fmts; i++) { in visl_try_fmt_vid_cap()407 if (coded_desc->decoded_fmts[i] == pix_mp->pixelformat) in visl_try_fmt_vid_cap()411 if (i == coded_desc->num_decoded_fmts) in visl_try_fmt_vid_cap()412 pix_mp->pixelformat = coded_desc->decoded_fmts[0]; in visl_try_fmt_vid_cap()416 &coded_desc->frmsize); in visl_try_fmt_vid_cap()430 const struct visl_coded_format_desc *coded_desc; in visl_try_fmt_vid_out() local433 if (!coded_desc) { in visl_try_fmt_vid_out()435 coded_desc = &visl_coded_fmts[0]; in visl_try_fmt_vid_out()[all …]
536 const struct tegra_coded_fmt_desc *coded_desc; in tegra_try_decoded_fmt() local544 coded_desc = ctx->coded_fmt_desc; in tegra_try_decoded_fmt()545 if (WARN_ON(!coded_desc)) in tegra_try_decoded_fmt()548 if (!coded_desc->num_decoded_fmts) in tegra_try_decoded_fmt()551 for (i = 0; i < coded_desc->num_decoded_fmts; i++) { in tegra_try_decoded_fmt()552 if (coded_desc->decoded_fmts[i] == pix_mp->pixelformat) in tegra_try_decoded_fmt()556 if (i == coded_desc->num_decoded_fmts) in tegra_try_decoded_fmt()557 pix_mp->pixelformat = coded_desc->decoded_fmts[0]; in tegra_try_decoded_fmt()562 &coded_desc->frmsize); in tegra_try_decoded_fmt()
240 const struct rkvdec_coded_fmt_desc *coded_desc; in rkvdec_try_capture_fmt() local248 coded_desc = ctx->coded_fmt_desc; in rkvdec_try_capture_fmt()249 if (WARN_ON(!coded_desc)) in rkvdec_try_capture_fmt()252 for (i = 0; i < coded_desc->num_decoded_fmts; i++) { in rkvdec_try_capture_fmt()253 if (coded_desc->decoded_fmts[i] == pix_mp->pixelformat) in rkvdec_try_capture_fmt()257 if (i == coded_desc->num_decoded_fmts) in rkvdec_try_capture_fmt()258 pix_mp->pixelformat = coded_desc->decoded_fmts[0]; in rkvdec_try_capture_fmt()265 &coded_desc->frmsize); in rkvdec_try_capture_fmt()