Home
last modified time | relevance | path

Searched refs:depth (Results 1 – 14 of 14) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/libfdt/
H A Dfdt_ro.c103 int depth; in fdt_subnode_offset_namelen() local
107 for (depth = 0, offset = fdt_next_node(fdt, offset, &depth); in fdt_subnode_offset_namelen()
108 (offset >= 0) && (depth > 0); in fdt_subnode_offset_namelen()
109 offset = fdt_next_node(fdt, offset, &depth)) { in fdt_subnode_offset_namelen()
110 if (depth < 0) in fdt_subnode_offset_namelen()
112 else if ((depth == 1) in fdt_subnode_offset_namelen()
271 int offset, depth, namelen; in fdt_get_path() local
279 for (offset = 0, depth = 0; in fdt_get_path()
281 offset = fdt_next_node(fdt, offset, &depth)) { in fdt_get_path()
282 if (pdepth < depth) in fdt_get_path()
[all …]
H A Dfdt.c141 int fdt_next_node(const void *fdt, int offset, int *depth) in fdt_next_node() argument
160 if (depth) in fdt_next_node()
161 (*depth)++; in fdt_next_node()
165 if (depth) in fdt_next_node()
166 (*depth)--; in fdt_next_node()
H A Dlibfdt.h137 int fdt_next_node(const void *fdt, int offset, int *depth);
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dunifdef.c202 static int depth; /* current #if nesting */ variable
510 if (depth == 0) in ignoreoff()
512 ignoring[depth] = ignoring[depth-1]; in ignoreoff()
517 ignoring[depth] = true; in ignoreon()
529 if (depth > MAXDEPTH-1) in nest()
531 if (depth == MAXDEPTH-1) in nest()
533 depth += 1; in nest()
534 stifline[depth] = linenum; in nest()
539 if (depth == 0) in unnest()
541 depth -= 1; in unnest()
[all …]
/utopia/UTPA2-700.0.x/modules/xc/drv/xc/
H A Dmdrv_sc_3d.c6463 MS_S16 r, g, b,depth,depth2; in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT2_U9() local
6523 depth = 0; in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT2_U9()
6592 depth = 0; in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT2_U9()
6594 depth = CrCbDepth; in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT2_U9()
6596 depth = yDepth; in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT2_U9()
6598 depth = (CrCbDepth*sat_wei + yDepth *(32-sat_wei)+16)/32; in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT2_U9()
6600 depth = 0; in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT2_U9()
6605 depth = CrCbDepth; in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT2_U9()
6607 depth = yDepth; in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT2_U9()
6609 depth = (CrCbDepth*sat_wei + yDepth *(32-sat_wei)+16)/32; in _MDrv_SC_3D_2DTo3D_PrepareRGB3DLUT2_U9()
[all …]
H A Dmdrv_sc_display.c.07217 #if (HW_DESIGN_HDMITX_VER == 2) // For Maxim HDMITx case, handle ODCLK for different color depth
H A Dmvideo.c.0853 printf("Not support assign color depth for HDMI Tx \n");
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dvideodev.h76 __u16 depth; /* Capture depth */ member
156 int depth; member
H A Dtipc_config.h221 __be32 depth; /* 1:type, 2:+name info, 3:+port info, 4+:+debug info */ member
H A Dfb.h348 __u8 depth; /* Depth of the image */ member
/utopia/UTPA2-700.0.x/projects/build/
H A DbspOneUtopia.dxyfile1475 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
1476 # graphs generated by dot. A depth value of 3 means that only nodes reachable
1481 # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
H A Dbsp.dxyfile1474 # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
1475 # graphs generated by dot. A depth value of 3 means that only nodes reachable
1480 # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dqconf.cc738 treeStepSize() * (item->depth() + (rootIsDecorated() ? 1 : 0)); in contentsMouseReleaseEvent()
/utopia/UTPA2-700.0.x/modules/gpd/drv/gpd/
H A Dpng.h774 png_byte depth; /* depth of palette samples */ member