Home
last modified time | relevance | path

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

12345678910>>...63

/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_fourcc.c46 uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth) in drm_mode_legacy_fb_format() argument
52 if (depth == 8) in drm_mode_legacy_fb_format()
57 switch (depth) { in drm_mode_legacy_fb_format()
70 if (depth == 24) in drm_mode_legacy_fb_format()
75 switch (depth) { in drm_mode_legacy_fb_format()
110 uint32_t bpp, uint32_t depth) in drm_driver_legacy_fb_format() argument
112 uint32_t fmt = drm_mode_legacy_fb_format(bpp, depth); in drm_driver_legacy_fb_format()
160 …{ .format = DRM_FORMAT_C8, .depth = 8, .num_planes = 1, .cpp = { 1, 0, 0 }, .hsub = 1, .vsub = 1… in __drm_format_info()
161 …{ .format = DRM_FORMAT_RGB332, .depth = 8, .num_planes = 1, .cpp = { 1, 0, 0 }, .hsub = 1, .vsub… in __drm_format_info()
162 …{ .format = DRM_FORMAT_BGR233, .depth = 8, .num_planes = 1, .cpp = { 1, 0, 0 }, .hsub = 1, .vsub… in __drm_format_info()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dtraits.hpp121 depth = -1, enumerator
124 type = CV_MAKETYPE(depth, channels)
137 depth = CV_8U, enumerator
140 type = CV_MAKETYPE(depth, channels)
152 depth = CV_8U, enumerator
155 type = CV_MAKETYPE(depth, channels)
167 depth = CV_8S, enumerator
170 type = CV_MAKETYPE(depth, channels)
182 depth = CV_8S, enumerator
185 type = CV_MAKETYPE(depth, channels)
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dtraits.hpp121 depth = -1, enumerator
124 type = CV_MAKETYPE(depth, channels)
137 depth = CV_8U, enumerator
140 type = CV_MAKETYPE(depth, channels)
152 depth = CV_8U, enumerator
155 type = CV_MAKETYPE(depth, channels)
167 depth = CV_8S, enumerator
170 type = CV_MAKETYPE(depth, channels)
182 depth = CV_8S, enumerator
185 type = CV_MAKETYPE(depth, channels)
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dtraits.hpp121 depth = -1, enumerator
124 type = CV_MAKETYPE(depth, channels)
137 depth = CV_8U, enumerator
140 type = CV_MAKETYPE(depth, channels)
152 depth = CV_8U, enumerator
155 type = CV_MAKETYPE(depth, channels)
167 depth = CV_8S, enumerator
170 type = CV_MAKETYPE(depth, channels)
182 depth = CV_8S, enumerator
185 type = CV_MAKETYPE(depth, channels)
[all …]
/OK3568_Linux_fs/kernel/lib/
H A Dsbitmap.c44 int sbitmap_init_node(struct sbitmap *sb, unsigned int depth, int shift, in sbitmap_init_node() argument
58 if (depth >= 4) { in sbitmap_init_node()
59 while ((4U << shift) > depth) in sbitmap_init_node()
68 sb->depth = depth; in sbitmap_init_node()
69 sb->map_nr = DIV_ROUND_UP(sb->depth, bits_per_word); in sbitmap_init_node()
71 if (depth == 0) { in sbitmap_init_node()
81 sb->map[i].depth = min(depth, bits_per_word); in sbitmap_init_node()
82 depth -= sb->map[i].depth; in sbitmap_init_node()
89 void sbitmap_resize(struct sbitmap *sb, unsigned int depth) in sbitmap_resize() argument
97 sb->depth = depth; in sbitmap_resize()
[all …]
/OK3568_Linux_fs/buildroot/package/rubix/
H A D0002-misc-fixes.patch8 - } else if (d->depth==16) { /* here 16bpp */
9 + } else if ((d->depth==16) | (d->depth==15)) { /* here 16bpp */
18 if (d->depth==8)
20 - else if (d->depth==16)
21 + else if ((d->depth==16) | (d->depth==15))
23 else if (d->depth==24)
70 + if (s->depth == 15) {
73 + temp=s->depth;
76 - s->buffer=(char *)malloc(((SCREEN_X+7)/8)*SCREEN_Y*s->depth);
85 - s->depth==32?24:s->depth, ZPixmap,
[all …]
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dextents.c195 int depth = path->p_depth; in ext4_ext_find_goal() local
215 ex = path[depth].p_ext; in ext4_ext_find_goal()
228 if (path[depth].p_bh) in ext4_ext_find_goal()
229 return path[depth].p_bh->b_blocknr; in ext4_ext_find_goal()
324 ext4_ext_max_entries(struct inode *inode, int depth) in ext4_ext_max_entries() argument
328 if (depth == ext_depth(inode)) { in ext4_ext_max_entries()
329 if (depth == 0) in ext4_ext_max_entries()
334 if (depth == 0) in ext4_ext_max_entries()
370 int depth) in ext4_valid_extent_entries() argument
381 if (depth == 0) { in ext4_valid_extent_entries()
[all …]
/OK3568_Linux_fs/external/xserver/mi/
H A Dmicmap.c292 int depth; member
320 miSetVisualTypesAndMasks(int depth, int visuals, int bitsPerRGB, in miSetVisualTypesAndMasks() argument
331 redMask = _RM(depth); in miSetVisualTypesAndMasks()
332 greenMask = _GM(depth); in miSetVisualTypesAndMasks()
333 blueMask = _BM(depth); in miSetVisualTypesAndMasks()
336 new->depth = depth; in miSetVisualTypesAndMasks()
353 miSetVisualTypes(int depth, int visuals, int bitsPerRGB, int preferredCVC) in miSetVisualTypes() argument
355 return miSetVisualTypesAndMasks(depth, visuals, bitsPerRGB, in miSetVisualTypes()
360 miGetDefaultVisualMask(int depth) in miGetDefaultVisualMask() argument
362 if (depth > MAX_PSEUDO_DEPTH) in miGetDefaultVisualMask()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/powernv/
H A Dopal-tracepoints.c51 unsigned int *depth; in __trace_opal_entry() local
55 depth = this_cpu_ptr(&opal_trace_depth); in __trace_opal_entry()
57 if (*depth) in __trace_opal_entry()
60 (*depth)++; in __trace_opal_entry()
63 (*depth)--; in __trace_opal_entry()
72 unsigned int *depth; in __trace_opal_exit() local
76 depth = this_cpu_ptr(&opal_trace_depth); in __trace_opal_exit()
78 if (*depth) in __trace_opal_exit()
81 (*depth)++; in __trace_opal_exit()
84 (*depth)--; in __trace_opal_exit()
/OK3568_Linux_fs/kernel/drivers/iio/adc/
H A Dmax1027.c94 #define MAX1027_V_CHAN(index, depth) \ argument
104 .realbits = depth, \
106 .shift = (depth == 10) ? 2 : 0, \
126 #define MAX1X27_CHANNELS(depth) \ argument
128 MAX1027_V_CHAN(0, depth), \
129 MAX1027_V_CHAN(1, depth), \
130 MAX1027_V_CHAN(2, depth), \
131 MAX1027_V_CHAN(3, depth), \
132 MAX1027_V_CHAN(4, depth), \
133 MAX1027_V_CHAN(5, depth), \
[all …]
/OK3568_Linux_fs/u-boot/scripts/dtc/libfdt/
H A Dfdt.c162 int fdt_next_node(const void *fdt, int offset, int *depth) in fdt_next_node() argument
181 if (depth) in fdt_next_node()
182 (*depth)++; in fdt_next_node()
186 if (depth && ((--(*depth)) < 0)) in fdt_next_node()
192 || ((nextoffset == -FDT_ERR_TRUNCATED) && !depth)) in fdt_next_node()
204 int depth = 0; in fdt_first_subnode() local
206 offset = fdt_next_node(fdt, offset, &depth); in fdt_first_subnode()
207 if (offset < 0 || depth != 1) in fdt_first_subnode()
215 int depth = 1; in fdt_next_subnode() local
222 offset = fdt_next_node(fdt, offset, &depth); in fdt_next_subnode()
[all …]
/OK3568_Linux_fs/kernel/arch/sh/oprofile/
H A Dbacktrace.c24 unsigned int *depth = data; in backtrace_address() local
26 if ((*depth)--) in backtrace_address()
60 void sh_backtrace(struct pt_regs * const regs, unsigned int depth) in sh_backtrace() argument
67 if (depth > backtrace_limit) in sh_backtrace()
68 depth = backtrace_limit; in sh_backtrace()
72 if (depth) in sh_backtrace()
74 &backtrace_ops, &depth); in sh_backtrace()
78 while (depth-- && (stackaddr != NULL)) in sh_backtrace()
/OK3568_Linux_fs/kernel/include/linux/
H A Dsbitmap.h24 unsigned long depth; member
52 unsigned int depth; member
155 int sbitmap_init_node(struct sbitmap *sb, unsigned int depth, int shift,
176 void sbitmap_resize(struct sbitmap *sb, unsigned int depth);
242 if (start >= sb->depth) in __sbitmap_for_each_set()
247 while (scanned < sb->depth) { in __sbitmap_for_each_set()
249 unsigned int depth = min_t(unsigned int, in __sbitmap_for_each_set() local
250 sb->map[index].depth - nr, in __sbitmap_for_each_set()
251 sb->depth - scanned); in __sbitmap_for_each_set()
253 scanned += depth; in __sbitmap_for_each_set()
[all …]
/OK3568_Linux_fs/kernel/arch/x86/oprofile/
H A Dbacktrace.c47 x86_backtrace_32(struct pt_regs * const regs, unsigned int depth) in x86_backtrace_32() argument
56 while (depth-- && head) in x86_backtrace_32()
64 x86_backtrace_32(struct pt_regs * const regs, unsigned int depth) in x86_backtrace_32() argument
91 x86_backtrace(struct pt_regs * const regs, unsigned int depth) in x86_backtrace() argument
99 if (!depth) in x86_backtrace()
104 if (!--depth) in x86_backtrace()
115 if (!--depth) in x86_backtrace()
122 if (x86_backtrace_32(regs, depth)) in x86_backtrace()
125 while (depth-- && head) in x86_backtrace()
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcommonring.c31 void brcmf_commonring_config(struct brcmf_commonring *commonring, u16 depth, in brcmf_commonring_config() argument
34 commonring->depth = depth; in brcmf_commonring_config()
75 available = commonring->depth - commonring->w_ptr + in brcmf_commonring_write_available()
83 if (available > commonring->depth / 8) { in brcmf_commonring_write_available()
116 available = commonring->depth - commonring->w_ptr + in brcmf_commonring_reserve_for_write()
125 if (commonring->w_ptr == commonring->depth) in brcmf_commonring_reserve_for_write()
152 available = commonring->depth - commonring->w_ptr + in brcmf_commonring_reserve_for_write_multiple()
161 if (*alloced + commonring->w_ptr > commonring->depth) in brcmf_commonring_reserve_for_write_multiple()
162 *alloced = commonring->depth - commonring->w_ptr; in brcmf_commonring_reserve_for_write_multiple()
164 if (commonring->w_ptr == commonring->depth) in brcmf_commonring_reserve_for_write_multiple()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/ti-vpe/
H A Dvpdma.c32 .depth = 8,
37 .depth = 8,
42 .depth = 8,
47 .depth = 8,
52 .depth = 8,
57 .depth = 4,
62 .depth = 4,
67 .depth = 16,
72 .depth = 24,
77 .depth = 16,
[all …]
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxcb.c159 xDepth *depth = (xDepth *) (ConnectionInfo + offset); in dmxConnectionBlockCallback() local
165 depth->nVisuals, depth->depth); in dmxConnectionBlockCallback()
166 for (j = 0; j < depth->nVisuals; j++, visual++) { in dmxConnectionBlockCallback()
172 vi.depth = depth->depth; in dmxConnectionBlockCallback()
191 if (pvi->depth == depth->depth && in dmxConnectionBlockCallback()
203 offset = voffset + depth->nVisuals * sizeof(xVisualType); in dmxConnectionBlockCallback()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/iq_check/src/
H A Ddump.cpp18 void dump_intent(int depth) { in dump_intent() argument
19 for (int i = 0; i < depth; i++) in dump_intent()
24 void dump_struct(j2s_ctx *ctx, int struct_index, bool expend, int depth);
27 void dump_obj(j2s_ctx *ctx, int obj_index, bool expend, int depth) { in dump_obj() argument
38 dump_intent(depth); in dump_obj()
56 dump_struct(ctx, obj->struct_index, expend, depth); in dump_obj()
58 dump_obj(ctx, obj->next_index, expend, depth); in dump_obj()
72 dump_intent(depth); in dump_obj()
114 dump_obj(ctx, obj->next_index, expend, depth); in dump_obj()
118 void dump_struct(j2s_ctx *ctx, int struct_index, bool expend, int depth) { in dump_struct() argument
[all …]
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Helper.c308 xf86AddPixFormat(ScrnInfoPtr pScrn, int depth, int bpp, int pad) in xf86AddPixFormat() argument
316 if (depth == 1) in xf86AddPixFormat()
318 else if (depth <= 8) in xf86AddPixFormat()
320 else if (depth <= 16) in xf86AddPixFormat()
322 else if (depth <= 32) in xf86AddPixFormat()
331 pScrn->formats[i].depth = depth; in xf86AddPixFormat()
361 xf86SetDepthBpp(ScrnInfoPtr scrp, int depth, int dummy, int fbbpp, in xf86SetDepthBpp() argument
368 scrp->depth = -1; in xf86SetDepthBpp()
380 scrp->depth = xf86Depth; in xf86SetDepthBpp()
390 scrp->depth = scrp->confScreen->defaultdepth; in xf86SetDepthBpp()
[all …]
/OK3568_Linux_fs/u-boot/fs/reiserfs/
H A Dreiserfs.c393 read_tree_node (unsigned int blockNr, int depth) in read_tree_node() argument
395 char* cache = CACHE(depth); in read_tree_node()
397 if (depth < num_cached) in read_tree_node()
402 if (blockNr == INFO->blocks[depth]) in read_tree_node()
410 blockNr, depth); in read_tree_node()
415 if (__le16_to_cpu(BLOCKHEAD (cache)->blk_level) != depth) in read_tree_node()
421 INFO->blocks[depth] = blockNr; in read_tree_node()
431 int depth; in next_key() local
446 depth = DISK_LEAF_NODE_LEVEL; in next_key()
452 if (depth == INFO->tree_depth) in next_key()
[all …]
/OK3568_Linux_fs/external/xserver/hw/kdrive/src/
H A Dkcmap.c44 if (pScreenPriv->screen->fb.depth > KD_MAX_PSEUDO_DEPTH) in KdSetColormap()
58 for (i = 0; i < (1 << pScreenPriv->screen->fb.depth); i++) in KdSetColormap()
61 QueryColors(pCmap, (1 << pScreenPriv->screen->fb.depth), pixels, colors, in KdSetColormap()
64 for (i = 0; i < (1 << pScreenPriv->screen->fb.depth); i++) { in KdSetColormap()
74 depth), defs); in KdSetColormap()
90 if (pScreenPriv->screen->fb.depth <= KD_MAX_PSEUDO_DEPTH) { in KdEnableColormap()
91 for (i = 0; i < (1 << pScreenPriv->screen->fb.depth); i++) in KdEnableColormap()
95 depth), in KdEnableColormap()
109 if (pScreenPriv->screen->fb.depth <= KD_MAX_PSEUDO_DEPTH) { in KdDisableColormap()
112 depth), in KdDisableColormap()
[all …]
/OK3568_Linux_fs/kernel/scripts/dtc/libfdt/
H A Dfdt.c235 int fdt_next_node(const void *fdt, int offset, int *depth) in fdt_next_node() argument
254 if (depth) in fdt_next_node()
255 (*depth)++; in fdt_next_node()
259 if (depth && ((--(*depth)) < 0)) in fdt_next_node()
265 || ((nextoffset == -FDT_ERR_TRUNCATED) && !depth)) in fdt_next_node()
277 int depth = 0; in fdt_first_subnode() local
279 offset = fdt_next_node(fdt, offset, &depth); in fdt_first_subnode()
280 if (offset < 0 || depth != 1) in fdt_first_subnode()
288 int depth = 1; in fdt_next_subnode() local
295 offset = fdt_next_node(fdt, offset, &depth); in fdt_next_subnode()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dinfo.hpp79 : callback(callback_), tag(tag_), depth(depth_) {} in basic_info_walker()
83 callback.element(tag, "", depth); in operator ()()
88 callback.element(tag, str, depth); in operator ()()
94 this_type(callback, what.tag, depth+1), what.value); in operator ()()
99 callback.element(tag, "", depth); in operator ()()
101 this_type(callback, pair.first.tag, depth+1), pair.first.value); in operator ()()
103 this_type(callback, pair.second.tag, depth+1), pair.second.value); in operator ()()
108 callback.element(tag, "", depth); in operator ()()
112 this_type(callback, what.tag, depth+1), what.value); in operator ()()
118 int depth; member
/OK3568_Linux_fs/kernel/arch/arm/oprofile/
H A Dcommon.c64 unsigned int *depth = d; in report_trace() local
66 if (*depth) { in report_trace()
68 (*depth)--; in report_trace()
71 return *depth == 0; in report_trace()
106 static void arm_backtrace(struct pt_regs * const regs, unsigned int depth) in arm_backtrace() argument
113 walk_stackframe(&frame, report_trace, &depth); in arm_backtrace()
117 while (depth-- && tail && !((unsigned long) tail & 3)) in arm_backtrace()
/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_image.c32 glamor_put_image_gl(DrawablePtr drawable, GCPtr gc, int depth, int x, int y, in glamor_put_image_gl() argument
39 uint32_t byte_stride = PixmapBytePad(w, drawable->depth); in glamor_put_image_gl()
52 if (!glamor_pm_is_solid(gc->depth, gc->planemask)) in glamor_put_image_gl()
55 if (format == XYPixmap && drawable->depth == 1 && leftPad == 0) in glamor_put_image_gl()
91 glamor_put_image_bail(DrawablePtr drawable, GCPtr gc, int depth, int x, int y, in glamor_put_image_bail() argument
95 fbPutImage(drawable, gc, depth, x, y, w, h, leftPad, format, bits); in glamor_put_image_bail()
100 glamor_put_image(DrawablePtr drawable, GCPtr gc, int depth, int x, int y, in glamor_put_image() argument
104 glamor_put_image_gl(drawable, gc, depth, x, y, w, h, leftPad, format, bits)) in glamor_put_image()
106 glamor_put_image_bail(drawable, gc, depth, x, y, w, h, leftPad, format, bits); in glamor_put_image()
115 uint32_t byte_stride = PixmapBytePad(w, drawable->depth); in glamor_get_image_gl()
[all …]

12345678910>>...63