/external/opencv/cv/src/ |
cvconvhull.cpp | 659 double depth = 0, scale; local 693 /* compute depth */ 696 if( dist > depth ) 698 depth = dist; 700 defect.depth = (float)depth;
|
cvcorner.cpp | 222 int depth, d_depth; local 239 depth = CV_MAT_DEPTH(src->type); 240 d_depth = depth == CV_8U ? CV_16S : CV_32F; 251 if( depth == CV_8U && aperture_size0 == CV_SCHARR ) 256 else if( depth == CV_32F && aperture_size0 == CV_SCHARR ) 261 else if( depth == CV_8U ) 266 else if( depth == CV_32F ) 279 el_anchor.x*CV_ELEM_SIZE(depth); 289 CV_CALL( dx_filter.init_deriv( size.width, depth, d_depth, 1, 0, aperture_size0 )); 290 CV_CALL( dy_filter.init_deriv( size.width, depth, d_depth, 0, 1, aperture_size0 )) 518 int depth, d_depth; local [all...] |
cvfloodfill.cpp | 1028 int i, type, depth, cn, is_simple, idx; local [all...] |
cvmoments.cpp | 378 int type = 0, depth, cn, pix_size; local 428 depth = CV_MAT_DEPTH( type ); 465 func = (CvFunc2DnC_1A1P)(!binary ? mom_tab.fn_2d[depth] : mombin_tab.fn_2d[depth]); 470 if( depth >= CV_32S && !binary )
|
cvtemplmatch.cpp | 62 int depth, templ_depth, corr_depth, max_depth = CV_32F, local 78 "Template (kernel) must be of the same depth as the input image, or be 32f" ); 83 "The output image must have the same depth as the input image, or be 32f/64f" ); 91 depth = CV_MAT_DEPTH(img->type); 98 max_depth = MAX( max_depth, depth ); 100 if( depth > CV_8U ) 142 if( cn > 1 && depth != max_depth ) 144 (blocksize.height + templ->rows - 1)*CV_ELEM_SIZE(depth)); 233 if( depth != max_depth ) 234 planes[i] = cvInitMatHeader( &temp, y2 - y1, x2 - x1, depth, _buf ) 334 int depth, cn; local [all...] |
/external/opencv/cxcore/src/ |
cxarithm.cpp | 284 int y, dy, type, depth, cn, cont_flag = 0; local 322 depth = CV_MAT_DEPTH(type); 323 if( depth <= CV_16S ) 325 func_sfs = (CvFunc2D_3A1I)(sub_tab.fn_2d[depth]); 340 func = (CvFunc2D_3A)(sub_tab.fn_2d[depth]); 375 depth = CV_MAT_DEPTH(type); 386 if( depth == CV_32F ) 401 if( depth == CV_64F ) 465 if( depth <= CV_16S ) 468 func_sfs = (CvFunc2D_3A1I)(sub_tab.fn_2d[depth]); 535 int sctype, y, dy, type, depth, cn, coi = 0, cont_flag = 0; local 759 int y, dy, type, depth, cn, cont_flag = 0; local 1007 int sctype, y, dy, type, depth, cn, coi = 0, cont_flag = 0; local 1318 int type, depth, coi = 0; local [all...] |
cxconvert.cpp | 736 int depth = -1, elem_size = 1; local [all...] |
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
jp2.h | 148 OPJ_UINT32 depth; member in struct:opj_jp2_comps
|
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
deflate.h | 213 uch depth[2*L_CODES+1]; member in struct:internal_state 214 /* Depth of each subtree used as tie breaker for trees of equal frequency
|
/external/qemu/distrib/sdl-1.2.15/src/video/dga/ |
SDL_dgavideo.c | 250 mode->depth == 24 ? mode->bitsPerPixel : mode->depth, 289 int a_bpp = a->depth == 24 ? a->bitsPerPixel : a->depth; 290 int b_bpp = b->depth == 24 ? b->bitsPerPixel : b->depth; 366 /* Determine the current screen depth */ 380 if ( vformat->BitsPerPixel == pix_format[i].depth ) 476 int depth; local 478 depth = modes[i].depth [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/macdsp/ |
SDL_dspvideo.c | 48 pixel depth changes you must code for this eventuality. This purge 170 static int DSp_NewHWSurface(_THIS, CGrafPtr *port, int depth, int width, int height); 376 /* They will differ in bit depth and refresh rate. */ 658 fmt = "Hardware surface possible but invalid color depth"; 855 /* update format if display depth changed */ 984 Uint32 depth = GetPixDepth ( GetGDevPixMap (SDL_Display) ); local 988 if ( noErr != NewGWorld (&(surface->hwdata->mask), depth, &rect, 0, SDL_Display, 0 ) < 0 ) { 994 if ( noErr != NewGWorld (&temp, depth, &rect, 0 , SDL_Display, 0 ) ) { 1053 static int DSp_NewHWSurface(_THIS, CGrafPtr *port, int depth, int width, int height) { 1063 err = NewGWorld (port, depth, &bounds, 0 , SDL_Display, useDistantHdwrMem | noNewDevice ) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/x11/ |
SDL_x11video.c | 363 this->hidden->depth, InputOutput, SDL_Visual, 398 this->hidden->depth, InputOutput, SDL_Visual, 667 /* Determine the default screen depth: 668 Use the default visual (or at least one with the same depth) */ 671 if(this->hidden->visuals[i].depth == DefaultDepth(SDL_Display, 685 this->hidden->depth = this->hidden->visuals[i].depth; 692 if ( this->hidden->depth == 32 ) { 918 int i, depth; local 945 depth = vi->depth [all...] |
/external/qemu/distrib/zlib-1.2.8/ |
deflate.h | 213 uch depth[2*L_CODES+1]; member in struct:internal_state 214 /* Depth of each subtree used as tie breaker for trees of equal frequency
|
/external/skia/experimental/Intersection/ |
CubicIntersection_Test.cpp | 415 , depth(0) { 438 ++depth; 440 if (depth & 1) { 447 --depth; 455 int depth; member in class:CubicChopper
|
/external/wpa_supplicant_8/src/crypto/ |
tls.h | 49 int depth; member in struct:tls_event_data::__anon37293 57 int depth; member in struct:tls_event_data::__anon37294
|
/external/zlib/src/ |
deflate.h | 213 uch depth[2*L_CODES+1]; member in struct:internal_state 214 /* Depth of each subtree used as tie breaker for trees of equal frequency
|
/frameworks/av/media/mtp/ |
MtpServer.cpp | 683 int depth = mRequest.getParameter(5); local 684 ALOGV("GetObjectPropList %d format: %s property: %s group: %d depth: %d\n", 686 MtpDebug::getObjectPropCodeName(property), groupCode, depth); 688 return mDatabase->getObjectPropertyList(handle, format, property, groupCode, depth, mData); 866 mData.getUInt32(); // image bit depth [all...] |
/frameworks/base/core/java/android/animation/ |
AnimatorInflater.java | 517 int depth = parser.getDepth(); local 519 while (((type = parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
|
/frameworks/base/core/java/android/nfc/cardemulation/ |
ApduServiceInfo.java | 175 final int depth = parser.getDepth(); local 179 while (((eventType = parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
|
/frameworks/base/services/core/java/com/android/server/input/ |
PersistentDataStore.java | 467 int depth = parser.getDepth(); local 468 while (XmlUtils.nextElementWithin(parser, depth)) {
|
/hardware/intel/img/psb_video/src/x11/ |
psb_coverlay.c | 405 int depth, i; local 470 depth = DefaultDepth(ctx->native_dpy, 0); 472 ximg = XCreateImage(ctx->native_dpy, visual, depth, ZPixmap, 0, NULL, image_width, image_height, 32, 0); [all...] |
/libcore/dalvik/src/main/java/dalvik/system/profiler/ |
BinaryHprofReader.java | 239 short depth = in.readShort(); local 242 System.out.println("\tdepth=" + depth); 245 hprofData.setDepth(depth);
|
/libcore/xml/src/main/java/org/xmlpull/v1/sax2/ |
Driver.java | 372 final int depth = pp.getDepth() - 1; local 374 (level > depth) ? pp.getNamespaceCount(depth) : 0; 376 final int count = pp.getNamespaceCount(depth + 1); 427 final int depth = pp.getDepth(); local 429 (level > depth) ? pp.getNamespaceCount(pp.getDepth()) : 0;
|
/ndk/sources/host-tools/make-3.81/ |
alloca.c | 142 (b) keep track of stack depth. 157 char *deep; /* For stack depth measure. */ 173 auto char probe; /* Probes stack depth: */ 174 register char *depth = ADDRESS_FUNCTION (probe); local 192 if ((STACK_DIR > 0 && hp->h.deep > depth) 193 || (STACK_DIR < 0 && hp->h.deep < depth)) 224 ((header *) new)->h.deep = depth;
|
/ndk/sources/host-tools/make-3.81/glob/ |
glob.c | 318 unsigned int depth = 0; 323 if (depth == 0) 328 ++depth; 335 while (*cp != '\0' && (*cp != '}' || depth > 0)) 338 --depth; 317 unsigned int depth = 0; local [all...] |