Searched refs:depth (Results 101 - 125 of 574) sorted by relevance

1234567891011>>

/external/opencv/otherlibs/highgui/
H A Dloadsave.cpp393 int depth = 8; local
429 depth = reader->GetDepth();
438 if(reader->IsFloat() && depth != 8)
441 type = ( depth <= 8 ) ? CV_8U : ( depth <= 16 ) ? CV_16U : CV_32S;
447 if(reader->IsFloat() && depth != 8)
450 type = ( depth <= 8 ) ? IPL_DEPTH_8U : ( depth <= 16 ) ? IPL_DEPTH_16U : IPL_DEPTH_32S;
H A Dgrfmt_exr.cpp579 bool GrFmtExrWriter::IsFormatSupported( int depth )
581 return depth == IPL_DEPTH_8U || depth == IPL_DEPTH_8S ||
582 depth == IPL_DEPTH_16U || depth == IPL_DEPTH_16S ||
583 depth == IPL_DEPTH_32S || depth == IPL_DEPTH_32F;
590 int width, int height, int depth, int channels )
596 bool issigned = depth < 0;
597 bool isfloat = depth
589 WriteImage( const uchar* data, int step, int width, int height, int depth, int channels ) argument
[all...]
H A Dgrfmt_jpeg2000.cpp125 int depth = jas_image_cmptprec( m_image, i ); local
126 if( depth > m_bit_depth )
127 m_bit_depth = depth;
396 bool GrFmtJpeg2000Writer::IsFormatSupported( int depth )
398 return depth == IPL_DEPTH_8U || depth == IPL_DEPTH_16U;
403 int width, int height, int depth, int channels )
417 component_info[i].prec = depth;
434 if( depth == 8 )
402 WriteImage( const uchar* data, int step, int width, int height, int depth, int channels ) argument
H A Dgrfmt_jpeg.h79 int width, int height, int depth, int channels );
191 int width, int height, int depth, int channels );
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
H A DSDL_atarigl_c.h78 GLint depth,stencil,accum; member in struct:SDL_PrivateGLData
92 #define gl_curdepth (this->gl_data->depth)
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
H A DSDL_xbios_centscreen.c59 modeinfo.depth = listedmode.plan;
60 modeinfo.flags = (modeinfo.depth == 8 ? XBIOSMODE_C2P : 0);
/external/srec/tools/grxmlcompile/
H A Dsub_base.cpp175 void SubGraph::ReverseDepthData (int startId, int *depthMap, int depth) argument
179 if (depthMap[startId] > depth)
180 depthMap[startId]= depth;
190 ReverseDepthData (nextId, depthMap, depth+1);
196 void SubGraph::ForwardDepthData (int startId, int *depthMap, int depth) argument
200 if (depthMap[startId] > depth)
201 depthMap[startId]= depth;
211 ForwardDepthData (nextId, depthMap, depth+1);
/external/webkit/Source/WebCore/platform/text/
H A DSuffixTree.h49 SuffixTree(const String& text, unsigned depth) argument
50 : m_depth(depth)
/external/webkit/Source/WebCore/rendering/
H A DRenderQuote.cpp36 static inline void adjustDepth(int &depth, QuoteType type) argument
41 ++depth;
45 if (depth)
46 --depth;
75 // (All quote renderers are linked and have the correct depth set)
79 // to "this", thus if "this" does not need to change its depth upon insertion, the other renderers in the list don't
98 tail = tail->m_next; // This marks the splicing point here there may be a depth discontinuity
113 if (head->m_depth == newDepth) { // All remaining depth should be correct except if splicing was done.
127 tail = 0; // Mark the possible depth discontinuity fixed.
299 int depth local
[all...]
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/x11/
H A DNetscapePluginX11.cpp95 return QApplication::desktop()->x11Info().depth();
136 int depth = displayDepth(); local
138 callbackStruct->depth = depth;
142 visualTemplate.depth = depth;
246 ASSERT(qtDrawable.depth() == static_cast<NPSetWindowCallbackStruct*>(m_npWindow.ws_info)->depth);
/external/openssl/crypto/x509/
H A Dx509_vpm.c80 param->depth = -1;
174 x509_verify_param_copy(depth, -1);
249 void X509_VERIFY_PARAM_set_depth(X509_VERIFY_PARAM *param, int depth) argument
251 param->depth = depth;
311 return param->depth;
328 100, /* depth */
338 -1, /* depth */
348 -1, /* depth */
358 -1, /* depth */
[all...]
/external/dbus/dbus/
H A Ddbus-mainloop.c62 int depth; /**< number of recursive runs */ member in struct:DBusLoop
543 orig_depth = loop->depth;
546 _dbus_verbose ("Iteration block=%d depth=%d timeout_count=%d watch_count=%d\n",
547 block, loop->depth, loop->timeout_count, loop->watch_count);
729 if (loop->depth != orig_depth)
784 if (loop->depth != orig_depth)
864 _dbus_assert (loop->depth >= 0);
868 our_exit_depth = loop->depth;
869 loop->depth += 1;
871 _dbus_verbose ("Running main loop, depth
[all...]
/external/opencv/cv/src/
H A Dcvcorner.cpp222 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_dept
518 int depth, d_depth; local
[all...]
/external/opencv/cxcore/src/
H A Dcxminmaxloc.cpp298 int type, depth, cn, coi = 0; local
320 depth = CV_MAT_DEPTH( type );
327 if( depth == CV_32S || depth == CV_64F )
360 CvFunc2D_1A4P func = (CvFunc2D_1A4P)(minmax_tab.fn_2d[depth]);
370 CvFunc2DnC_1A4P func = (CvFunc2DnC_1A4P)(minmaxcoi_tab.fn_2d[depth]);
383 CvFunc2D_2A4P func = (CvFunc2D_2A4P)(minmaxmask_tab.fn_2d[depth]);
394 CvFunc2DnC_2A4P func = (CvFunc2DnC_2A4P)(minmaxmaskcoi_tab.fn_2d[depth]);
437 if( depth != CV_32S && depth !
[all...]
H A Dcxlut.cpp222 int depth, cn, lut_cn; local
262 depth = CV_MAT_DEPTH( dst->type );
288 int half_size = CV_ELEM_SIZE1(depth)*cn*128;
298 if( lut_cn == 1 || (lut_cn <= 4 && depth == CV_8U) )
300 CvLUT_TransformFunc func = depth == CV_8U ? lut_8u_tab[cn-1] :
301 (CvLUT_TransformFunc)(lut_c1_tab.fn_2d[depth]);
312 (CvLUT_TransformCnFunc)(lut_cn_tab.fn_2d[depth]);
/external/icu4c/tools/ctestfw/
H A Dctest.c77 static void iterateTestsWithLevel( const TestNode *root, int depth,
318 * @param depth The depth of this tree (0=root)
319 * @param nodeList an array of MAXTESTS depth that's used for keeping track of where we are. nodeList[depth] points to the 'parent' at depth depth.
323 int depth,
335 if(depth<2) {
342 /* record the current root node, and increment depth
322 iterateTestsWithLevel( const TestNode* root, int depth, const TestNode** nodeList, TestMode mode) argument
[all...]
/external/mesa3d/src/pixelflinger2/
H A Dbuffer.cpp133 assert(sizeof(d) == sizeof(ctx->clearState.depth));
134 ctx->clearState.depth = (int &)d; // bit reinterpretation
135 if (0x80000000 & ctx->clearState.depth) // smaller negative float has bigger int representation, so flip
136 ctx->clearState.depth ^= 0x7fffffff; // since -FLT_MAX is close to -1 when bitcasted
166 const unsigned depth = ctx->clearState.depth; local
168 *start = depth;
/external/openssl/crypto/asn1/
H A Dasn1_par.c68 int offset, int depth, int indent, int dump);
113 int depth, int indent, int dump)
155 depth,(long)hl,len) <= 0)
161 depth,(long)hl) <= 0)
164 if (!asn1_print_info(bp,tag,xclass,j,(indent)?depth:0))
182 offset+(p - *pp),depth+1,
192 offset+(p - *pp),depth+1,
112 asn1_parse2(BIO *bp, const unsigned char **pp, long length, int offset, int depth, int indent, int dump) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
H A DDB_Results.java293 int depth = -1, max = -1; field in class:DB_Results.LogWriter
298 if (++this.depth >= this.buffers.length) {
299 System.arraycopy(this.times, 0, this.times = new long[this.depth+10], 0, this.depth);
300 System.arraycopy(this.buffers, 0, this.buffers= new StringBuffer[this.depth+10], 0, this.depth);
302 StringBuffer buffer = this.buffers[this.depth];
303 if (this.buffers[this.depth] == null) buffer = this.buffers[this.depth] = new StringBuffer();
305 this.starts[this.depth]
[all...]
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/
H A DTextureBlenderAWT.java50 int depth = texture.getImage().getDepth();
51 if (depth == 0) {
52 depth = 1;
54 ByteBuffer newData = BufferUtils.createByteBuffer(width * height * depth * 4);
71 return new Texture3D(new Image(Format.RGBA8, width, height, depth, dataArray));
/external/webkit/Source/WebCore/plugins/qt/
H A DPluginViewQt.cpp160 ((NPSetWindowCallbackStruct*)m_npWindow.ws_info)->depth);
229 imageExpose.depth = image->depth(); // this is guaranteed to be 16 on Maemo5
247 imageExpose.depth = m_image.depth();
279 const int drawableDepth = ((NPSetWindowCallbackStruct*)m_npWindow.ws_info)->depth;
280 ASSERT(drawableDepth == qtDrawable.depth());
304 if (hasValidBackingStore && backingStorePixmap->depth() == drawableDepth
871 static void getVisualAndColormap(int depth, Visual **visual, Colormap *colormap) argument
882 if (!useXRender && depth
[all...]
/external/libpng/contrib/gregbook/
H A Drpng2-x.c275 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"
867 " 24-bit visuals found\n", depth);
[all...]
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8HTMLCanvasElementCustom.cpp67 v8::Handle<v8::String> depth = v8::String::New("depth"); local
68 if (jsAttrs->Has(depth))
69 webGLAttrs->setDepth(jsAttrs->Get(depth)->BooleanValue());
/external/v8/
H A DMakefile215 -Ibuild/standalone.gypi --depth=. -Dtarget_arch=ia32 \
220 -Ibuild/standalone.gypi --depth=. -Dtarget_arch=x64 \
225 -Ibuild/standalone.gypi --depth=. -Ibuild/armu.gypi \
230 -Ibuild/standalone.gypi --depth=. -Ibuild/mipsu.gypi \
235 -Ibuild/standalone.gypi --depth=. -S-native $(GYPFLAGS)
241 -Ibuild/standalone.gypi --depth=. -Ibuild/android.gypi \
/external/emma/ant/ant14/com/vladium/emma/report/
H A DreportTask.java131 public void setDepth (final DepthAttribute depth) argument
133 m_reportCfg.setDepth (depth);

Completed in 672 milliseconds

1234567891011>>