Home
last modified time | relevance | path

Searched refs:num_components (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-cmdq.c155 num_comp = CFG_GET(MT8183, path->config, num_components); in mdp_path_subfrm_require()
157 num_comp = CFG_GET(MT8195, path->config, num_components); in mdp_path_subfrm_require()
215 num_comp = CFG_GET(MT8183, path->config, num_components); in mdp_path_subfrm_run()
217 num_comp = CFG_GET(MT8195, path->config, num_components); in mdp_path_subfrm_run()
269 num_comp = CFG_GET(MT8183, path->config, num_components); in mdp_path_ctx_init()
271 num_comp = CFG_GET(MT8195, path->config, num_components); in mdp_path_ctx_init()
312 num_comp = CFG_GET(MT8183, path->config, num_components); in mdp_path_config_subfrm()
314 num_comp = CFG_GET(MT8195, path->config, num_components); in mdp_path_config_subfrm()
402 num_comp = CFG_GET(MT8183, path->config, num_components); in mdp_path_config()
611 num_comp = CFG_GET(MT8183, config, num_components); in mdp_cmdq_prepare()
[all …]
H A Dmdp_sm_mt8183.h139 u32 num_components; member
H A Dmdp_sm_mt8195.h278 u32 num_components; member
/linux/include/media/
H A Dv4l2-jpeg.h60 u8 num_components; member
85 u8 num_components; /* Ns */ member
/linux/drivers/net/ethernet/mellanox/mlxfw/
H A Dmlxfw_mfa2_format.h24 __be16 num_components; member
H A Dmlxfw_mfa2.c308 mfa2_file->component_count = be16_to_cpu(pd->num_components); in mlxfw_mfa2_file_init()
/linux/drivers/media/v4l2-core/
H A Dv4l2-jpeg.c208 frame_header->num_components = nf; in jpeg_parse_frame_header()
273 scan_header->num_components = ns; in jpeg_parse_scan_header()
/linux/drivers/media/platform/chips-media/coda/
H A Dcoda-jpeg.c310 if (header.frame.num_components != 3) { in coda_jpeg_decode_header()
313 header.frame.num_components); in coda_jpeg_decode_header()
371 for (i = 0; i < scan_header.num_components; i++) { in coda_jpeg_decode_header()
375 for (j = 0; j < header.frame.num_components; j++) { in coda_jpeg_decode_header()
380 if (j == header.frame.num_components) in coda_jpeg_decode_header()
/linux/drivers/gpu/drm/msm/dp/
H A Ddp_display.c918 const u32 num_components = 3, default_bpp = 24; in dp_bridge_mode_valid() local
942 mode_bpp = dp->connector->display_info.bpc * num_components; in dp_bridge_mode_valid()
/linux/include/sound/
H A Dsoc.h1211 int num_components; member
1227 ((i) < rtd->num_components) && ((component) = rtd->components[i]);\
/linux/drivers/media/platform/nxp/imx-jpeg/
H A Dmxc-jpeg.c1713 fmt->nc != header->frame.num_components || in mxc_jpeg_match_image_format()
1746 header->frame.num_components, in mxc_jpeg_get_image_format()
1868 if (header.frame.num_components > V4L2_JPEG_MAX_COMPONENTS) { in mxc_jpeg_parse()
/linux/sound/soc/
H A Dsoc-core.c329 rtd->components[rtd->num_components] = component; in snd_soc_rtd_add_component()
330 rtd->num_components++; in snd_soc_rtd_add_component()