HomeSort by relevance Sort by last modified time
    Searched defs:depth (Results 201 - 225 of 336) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
multibufst.h 59 CARD8 depth; /* depth of visual (redundant) */ member in struct:xMbufBufferInfo
258 CARD8 depth; member in struct:__anon20365
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
ainstr_iw.h 87 signed short depth; /* volume +- (0-255) 0.48675dB/step */ member in struct:iwffff_lfo
242 __s16 depth; /* volume +- (0-255) 0.48675dB/step */ member in struct:iwffff_xlfo
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
tipc_config.h 221 __be32 depth; /* 1:type, 2:+name info, 3:+port info, 4+:+debug info */ member in struct:tipc_name_table_query
222 __be32 type; /* {t,l,u} info ignored if high bit of "depth" is set */
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 427 CONTEXT_LOAD(Rs, state.buffers.depth.stride);
428 CONTEXT_LOAD(zbase, state.buffers.depth.data);
740 comment("Depth Test (NEVER)");
759 comment("Depth Test");
762 int depth = scratches.obtain(); local
770 LDRH(AL, depth, zbase); // stall
771 CMP(AL, depth, reg_imm(z, LSR, 16));
779 MOV(AL, 0, depth, reg_imm(z, LSR, 16));
780 STRH(ic, depth, zbase);
    [all...]
  /bionic/libc/kernel/common/linux/
videodev.h 89 __u16 depth; member in struct:video_picture
169 int depth; member in struct:video_buffer
  /development/ndk/platforms/android-3/include/linux/
fb.h 321 __u8 depth; member in struct:fb_image
videodev.h 72 __u16 depth; member in struct:video_picture
152 int depth; member in struct:video_buffer
  /external/bluetooth/glib/glib/
gmain.c 107 gint depth; member in struct:_GMainDispatch
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_unittest.cc 3594 const int depth = 400; local
    [all...]
  /external/e2fsprogs/e2fsck/
e2fsck.h 102 short depth; /* depth of tree */ member in struct:dx_dir_info
  /external/emma/lib/
emma_ant.jar 
  /external/flac/include/FLAC/
format.h 794 FLAC__uint32 depth; member in struct:__anon5577
795 /**< Picture's color depth in bits-per-pixel. */
799 * number of palette entries), or \c 0 for non-indexed (i.e. 2^depth).
    [all...]
  /external/flac/libFLAC/
metadata_iterators.c 314 obj->data.picture.depth <= max_depth &&
316 (area > max_area_seen || (area == max_area_seen && obj->data.picture.depth > max_depth_seen))
322 max_depth_seen = obj->data.picture.depth;
354 unsigned depth; member in struct:FLAC__Metadata_SimpleIterator
390 iterator->depth = 0;
461 iterator->depth = 0;
462 iterator->first_offset = iterator->offset[iterator->depth] = ftello(iterator->file);
542 iterator->offset[iterator->depth] = ftello(iterator->file);
554 if(iterator->offset[iterator->depth] == iterator->first_offset)
566 while(ftello(iterator->file) + (off_t)iterator->length < iterator->offset[iterator->depth]) {
    [all...]
  /external/grub/stage2/
fsys_reiserfs.c 324 /* The current depth of the reiser tree. */
652 printf ("root read_in: block=%d, depth=%d\n",
688 /* Read in the node at the current path and depth into the node cache.
689 * You must set INFO->blocks[depth] before.
692 read_tree_node (unsigned int blockNr, int depth)
694 char* cache = CACHE(depth);
696 if (depth < num_cached)
701 if (blockNr == INFO->blocks[depth])
708 printf (" next read_in: block=%d (depth=%d)\n",
709 blockNr, depth);
730 int depth; local
823 int depth; local
    [all...]
  /external/kernel-headers/original/linux/
videodev.h 92 __u16 depth; /* Capture depth */ member in struct:video_picture
172 int depth; member in struct:video_buffer
  /external/libpng/contrib/gregbook/
rpng2-x.c 275 static int depth; variable
846 depth = DisplayPlanes(display, screen);
853 if (depth != 16 && depth != 24 && depth != 32) {
856 Trace((stderr, "default depth is %d: checking other visuals\n",
857 depth))
861 visual_info.depth = 24;
866 fprintf(stderr, "default screen depth %d not supported, and no
    [all...]
  /external/libxml2/
catalog.c 140 int depth; member in struct:_xmlCatalogEntry
308 ret->depth = 0;
    [all...]
valid.c 355 unsigned char depth; /* current depth in the overall tree */ member in struct:_xmlValidState
363 #define DEPTH ctxt->vstate->depth
367 #define OCCURRENCE (ctxt->vstate->occurs & (1 << DEPTH))
368 #define PARENT_OCCURRENCE (ctxt->vstate->occurs & ((1 << DEPTH) - 1))
370 #define SET_OCCURRENCE ctxt->vstate->occurs |= (1 << DEPTH)
371 #define RESET_OCCURRENCE ctxt->vstate->occurs &= ((1 << DEPTH) - 1)
375 xmlNodePtr node, unsigned char depth, long occurs,
409 (ctxt->vstateTab[i].depth == depth) &
    [all...]
  /external/mesa3d/test/
egl.cpp 198 GGLSurface depth; member in struct:android::egl_surface_t
206 depth.version = sizeof(GGLSurface);
207 depth.data = 0;
208 depth.format = depthFormat;
213 free(depth.data);
424 // allocate a corresponding depth-buffer
427 if (depth.format) {
428 depth.width = width;
429 depth.height = height;
430 depth.stride = depth.width; // use the width her
    [all...]
  /external/opencv/cv/include/
cvtypes.h 130 float depth; /* distance between the farthest point and the convex hull */ member in struct:CvConvexityDefect
  /external/opencv/cv/src/
cvcolor.cpp 2244 int src_cn, dst_cn, depth; local
    [all...]
cvfundam.cpp 1038 int i, dims, count, depth, cn, abc_dims, abc_count, abc_depth, abc_cn; local
    [all...]
cvimgwarp.cpp 639 int type, depth, cn; local
1085 int k, type, depth, cn, *ofs = 0; local
1361 int type, depth, cn; local
1989 int type, depth, cn; local
    [all...]
  /external/openssl/apps/
apps.c 2256 int purpose = 0, depth = -1; local
    [all...]
  /external/openssl/crypto/x509/
x509_vfy.h 174 int depth; /* Verify depth */ member in struct:X509_VERIFY_PARAM_st
211 int X509_STORE_set_depth(X509_STORE *store, int depth);
280 void X509_STORE_CTX_set_depth(X509_STORE_CTX *ctx, int depth);
523 void X509_VERIFY_PARAM_set_depth(X509_VERIFY_PARAM *param, int depth);

Completed in 1740 milliseconds

1 2 3 4 5 6 7 891011>>