/external/opencv/cv/src/ |
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/qemu/android/ |
main-common.c | 456 int depth = aconfig_int(n, "bpp", hwConfig->hw_lcd_depth); local 466 /* only depth values of 16 and 32 are correct. 16 is the default. */ 467 if (depth != 32 && depth != 16) { 468 depth = 16; 469 D("adjusting LCD bit depth to %d", depth); 474 hwConfig->hw_lcd_depth = depth; 478 width, height, depth); [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/dga/ |
SDL_dgavideo.c | 255 mode->depth == 24 ? mode->bitsPerPixel : mode->depth, 294 int a_bpp = a->depth == 24 ? a->bitsPerPixel : a->depth; 295 int b_bpp = b->depth == 24 ? b->bitsPerPixel : b->depth; 370 /* Determine the current screen depth */ 384 if ( vformat->BitsPerPixel == pix_format[i].depth ) 472 int depth; local 474 depth = modes[i].depth [all...] |
/external/qemu/distrib/sdl-1.2.12/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.12/src/video/x11/ |
SDL_x11video.c | 360 this->hidden->depth, InputOutput, SDL_Visual, 397 this->hidden->depth, InputOutput, SDL_Visual, 650 /* Determine the default screen depth: 651 Use the default visual (or at least one with the same depth) */ 654 if(this->hidden->visuals[i].depth == DefaultDepth(SDL_Display, 668 this->hidden->depth = this->hidden->visuals[i].depth; 675 if ( this->hidden->depth == 32 ) { 898 int i, depth; local 925 depth = vi->depth [all...] |
/external/qemu/distrib/zlib-1.2.3/ |
deflate.h | 210 uch depth[2*L_CODES+1]; member in struct:internal_state 211 /* Depth of each subtree used as tie breaker for trees of equal frequency
|
/external/webkit/Source/JavaScriptCore/bytecode/ |
CodeBlock.cpp | 736 int depth = (++it)->u.operand; local 737 printf("[%4d] resolve_global_dynamic\t %s, %s, %s, %d\n", location, registerName(exec, r0).data(), valueToSourceString(exec, scope).utf8().data(), idName(id0, m_identifiers[id0]).data(), depth); [all...] |
/external/webkit/Source/WebCore/platform/graphics/ca/ |
GraphicsLayerCA.h | 237 size_t depth() const { return m_replicaBranches.size(); } function in struct:WebCore::GraphicsLayerCA::ReplicaState
|
/external/webkit/Source/WebCore/svg/ |
SVGUseElement.cpp | 244 // Depth-first used to write the method in early exit style, no particular other reason. 297 // Depth-first used to write the method in early exit style, no particular other reason. 380 void dumpInstanceTree(unsigned int& depth, String& text, SVGElementInstance* targetInstance) 397 for (unsigned int i = 0; i < depth; ++i) 404 for (unsigned int i = 0; i < depth; ++i) 412 for (unsigned int i = 0; i < depth; ++i) 419 ++depth; 422 dumpInstanceTree(depth, text, instance); 424 --depth; 608 unsigned int depth = 0 local [all...] |
/external/webkit/Tools/android/flex-2.5.4a/MISC/ |
alloca.c | 133 (b) keep track of stack depth. 148 char *deep; /* For stack depth measure. */ 165 auto char probe; /* Probes stack depth: */ 166 register char *depth = ADDRESS_FUNCTION (probe); local 180 if ((STACK_DIR > 0 && hp->h.deep > depth) 181 || (STACK_DIR < 0 && hp->h.deep < depth)) 205 ((header *) new)->h.deep = depth;
|
/external/zlib/ |
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 | 667 int depth = mRequest.getParameter(5); local 668 ALOGV("GetObjectPropList %d format: %s property: %s group: %d depth: %d\n", 670 MtpDebug::getObjectPropCodeName(property), groupCode, depth); 672 return mDatabase->getObjectPropertyList(handle, format, property, groupCode, depth, mData); 849 mData.getUInt32(); // image bit depth [all...] |
/frameworks/base/core/java/android/view/ |
LayoutInflater.java | 718 final int depth = parser.getDepth(); local 722 parser.getDepth() > depth) && type != XmlPullParser.END_DOCUMENT) { [all...] |
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
DatabaseHelper.java | 1245 final int depth = parser.getDepth(); local [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...] |
/ndk/sources/host-tools/sed-4.2.1/lib/ |
alloca.c | 124 (b) keep track of stack depth. 139 char *deep; /* For stack depth measure. */ 155 auto char probe; /* Probes stack depth: */ 156 register char *depth = ADDRESS_FUNCTION (probe); local 174 if ((STACK_DIR > 0 && hp->h.deep > depth) 175 || (STACK_DIR < 0 && hp->h.deep < depth)) 212 new->h.deep = depth;
|
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/ |
Parser.java | 65 // The current tag depth 66 private int depth; field in class:Parser 407 name = nameArray[depth]; 411 startTag = endTag = startTagArray[depth]; 412 depth--; 420 depth++; 423 nameArray[depth] = name; 427 startTagArray[depth] = startTag; 441 nameArray[depth--] = null;
|