Searched refs:num_decoded_fmts (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/media/platform/rockchip/rkvdec/ |
| H A D | rkvdec.c | 63 for (i = 0; i < desc->num_decoded_fmts; i++) { in rkvdec_enum_decoded_fmt() 81 for (i = 0; i < desc->num_decoded_fmts; i++) { in rkvdec_is_valid_fmt() 459 .num_decoded_fmts = ARRAY_SIZE(rkvdec_hevc_decoded_fmts), 474 .num_decoded_fmts = ARRAY_SIZE(rkvdec_h264_decoded_fmts), 490 .num_decoded_fmts = ARRAY_SIZE(rkvdec_vp9_decoded_fmts), 508 .num_decoded_fmts = ARRAY_SIZE(rkvdec_hevc_decoded_fmts), 526 .num_decoded_fmts = ARRAY_SIZE(rkvdec_hevc_decoded_fmts), 542 .num_decoded_fmts = ARRAY_SIZE(rkvdec_h264_decoded_fmts), 561 .num_decoded_fmts = ARRAY_SIZE(rkvdec_hevc_decoded_fmts), 577 .num_decoded_fmts = ARRAY_SIZE(rkvdec_h264_decoded_fmts),
|
| /linux/drivers/media/platform/nvidia/tegra-vde/ |
| H A D | v4l2.c | 514 if (f->index >= ctx->coded_fmt_desc->num_decoded_fmts) in tegra_enum_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() 556 if (i == coded_desc->num_decoded_fmts) in tegra_try_decoded_fmt()
|
| H A D | vde.c | 473 .num_decoded_fmts = ARRAY_SIZE(tegra124_decoded_fmts), 496 .num_decoded_fmts = ARRAY_SIZE(tegra20_decoded_fmts),
|
| H A D | vde.h | 70 unsigned int num_decoded_fmts; member
|