Searched defs:depth (Results 26 - 50 of 85) sorted by relevance

1234

/frameworks/base/tools/bit/
H A Daapt.cpp62 int depth; member in struct:Element
114 int depth; member in struct:Scope
117 Scope(Scope* parent, int depth);
122 depth(d)
183 int depth = match[1].length() / 2; local
184 while (depth < scope->depth) {
189 scope = new Scope(scope, depth);
203 element->depth = match[1].length() / 2;
209 while (element->depth <
[all...]
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DFakeExpandableAdapter.java56 final int repeatCount, List<ResourceReference> types, int depth) {
89 createItems(dataBindingItem, depth + 1);
96 private void createItems(DataBindingItem item, int depth) { argument
97 if (depth == 2) {
98 createItems(item, item.getChildren().size(), item.getCount(), mChildrenTypes, depth);
55 createItems(Iterable<DataBindingItem> iterable, final int itemCount, final int repeatCount, List<ResourceReference> types, int depth) argument
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
H A DGL2JNIView.java65 public GL2JNIView(Context context, boolean translucent, int depth, int stencil) { argument
67 init(translucent, depth, stencil);
70 private void init(boolean translucent, int depth, int stencil) { argument
73 new ConfigChooser(8,8,8,8, depth, stencil) :
74 new ConfigChooser(5,6,5,0, depth, stencil));
112 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { argument
117 mDepthSize = depth;
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
H A DGLPerfView.java65 public GLPerfView(Context context, boolean translucent, int depth, int stencil) { argument
67 init(translucent, depth, stencil);
70 private void init(boolean translucent, int depth, int stencil) { argument
73 new ConfigChooser(8,8,8,8, depth, stencil) :
74 new ConfigChooser(5,6,5,0, depth, stencil));
112 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { argument
117 mDepthSize = depth;
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
H A DGLDualGL2View.java68 public GLDualGL2View(Context context, boolean translucent, int depth, int stencil) { argument
70 init(translucent, depth, stencil);
73 private void init(boolean translucent, int depth, int stencil) { argument
76 new ConfigChooser(8,8,8,8, depth, stencil) :
77 new ConfigChooser(5,6,5,0, depth, stencil));
115 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { argument
120 mDepthSize = depth;
/frameworks/rs/
H A DrsScriptGroup.cpp74 bool ScriptGroup::calcOrderRecurse(Node *n, int depth) { argument
76 if (n->mOrder < depth) {
77 n->mOrder = depth;
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A DBlurStack.java8 * filtering function, including the range of depth levels, the disc blur radius
9 * of each depth level, how the depth levels are grouped into layers, which
12 * <b> Here by "depth", we mean inverse depth. Pixels with larger depth values
15 * For a layer n, its depth interval is (@code [layerInfo[n].backDepth,
19 * depth values.
36 * The minimum of the interval that is used to group depth levels into
42 * The starting index of depth quantizatio
88 getDiskRadius(int depth) argument
[all...]
/frameworks/base/services/core/java/com/android/server/om/
H A DOverlayManagerSettings.java336 int depth = parser.getDepth();
338 while (XmlUtils.nextElementWithin(parser, depth)) {
341 final SettingsItem item = restoreRow(parser, depth + 1);
362 private static SettingsItem restoreRow(@NonNull final XmlPullParser parser, final int depth) argument
/frameworks/base/tools/aapt/
H A DXMLNode.cpp410 static String8 make_prefix(int depth) argument
414 for (i=0; i<depth; i++) {
446 int depth = 0; local
448 String8 prefix = make_prefix(depth);
462 depth++;
463 prefix = make_prefix(depth);
500 if (--depth < 0) {
501 printf("***BAD DEPTH in XMLBlock: %d\n", depth);
517 depth++;
519 if (--depth <
[all...]
/frameworks/native/opengl/libagl/
H A Dstate.cpp95 // in OpenGL, writing to the depth buffer is enabled by default.
410 params[0] = c->rasterizer.state.buffers.depth.format ? 0 : 16;
584 void glClearDepthx(GLclampx depth) { argument
586 c->rasterizer.procs.clearDepthx(c, depth);
589 void glClearDepthf(GLclampf depth) argument
592 c->rasterizer.procs.clearDepthx(c, gglFloatToFixed(depth));
H A Dmatrix.cpp386 void matrix_stack_t::init(int depth) { argument
387 stack = new matrixf_t[depth];
388 ops = new uint8_t[depth];
389 maxDepth = depth;
390 depth = 0;
402 stack[depth].loadIdentity();
403 ops[depth] = OP_IDENTITY;
409 stack[depth].load(rhs);
410 ops[depth] = OP_ALL; // TODO: we should look at the matrix
415 stack[depth]
[all...]
/frameworks/base/media/java/android/mtp/
H A DMtpDatabase.java729 int groupCode, int depth) {
758 return propertyGroup.getPropertyList(handle, format, depth);
728 getObjectPropertyList(int handle, int format, int property, int groupCode, int depth) argument
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DOwners.java582 int depth = 0;
586 depth++;
589 depth--;
596 if (depth == 1) {
603 // readInner() will only see START_TAG at depth >= 2.
604 if (!readInner(parser, depth, tag)) {
617 abstract boolean readInner(XmlPullParser parser, int depth, String tag); argument
653 boolean readInner(XmlPullParser parser, int depth, String tag) { argument
654 if (depth > 2) {
712 boolean readInner(XmlPullParser parser, int depth, Strin argument
[all...]
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeXmlBlockParser.java166 public int getNamespaceCount(int depth) throws XmlPullParserException { argument
/frameworks/ml/nn/common/operations/internal/reference/
H A Dreference_ops.h474 const int depth = local
481 for (int c = 0; c < depth; ++c) {
505 const int depth = local
512 for (int c = 0; c < depth; ++c) {
529 const int depth = MatchingArraySize(input_dims, 0, output_dims, 0); local
533 for (int c = 0; c < depth; ++c) {
549 const int depth = MatchingArraySize(input_dims, 0, output_dims, 0);
553 for (int c = 0; c < depth; ++c) {
570 const int depth = MatchingArraySize(input_dims, 0, output_dims, 0);
574 for (int c = 0; c < depth;
[all...]
/frameworks/av/media/libstagefright/
H A DAVIExtractor.cpp422 ssize_t AVIExtractor::parseChunk(off64_t offset, off64_t size, int depth) { argument
442 const char *prefix = &kPrefix[strlen(kPrefix) - 2 * depth];
479 parseChunk(subOffset, subOffsetLimit - subOffset, depth + 1);
/frameworks/av/media/mtp/
H A DMtpServer.cpp728 int depth = mRequest.getParameter(5); local
729 ALOGV("GetObjectPropList %d format: %s property: %s group: %d depth: %d\n",
731 MtpDebug::getObjectPropCodeName(property), groupCode, depth);
733 return mDatabase->getObjectPropertyList(handle, format, property, groupCode, depth, mData);
946 if (!mData.getUInt32(temp32)) return MTP_RESPONSE_INVALID_PARAMETER; // image bit depth
/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java128 public int getNamespaceCount(int depth) throws XmlPullParserException { argument
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp154 int groupCode, int depth,
685 int groupCode, int depth,
697 static_cast<jint>(depth));
683 getObjectPropertyList(MtpObjectHandle handle, uint32_t format, uint32_t property, int groupCode, int depth, MtpDataPacket& packet) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java430 protected void debug(int depth) { argument
431 super.debug(depth);
432 Log.d("View", debugIndent(depth) + "slot=" + mSlot);
433 Log.d("View", debugIndent(depth) + "icon=" + mIcon);
/frameworks/base/tools/aapt2/
H A DResourceParser.cpp175 size_t depth = 1; local
210 untranslatable_start_depth = depth;
225 depth++;
233 depth--;
234 if (depth == 0) {
244 } else if (untranslatable_start_depth == make_value(depth)) {
264 const size_t depth = parser->depth(); local
265 while (xml::XmlPullParser::NextChildNode(parser, depth)) {
294 const size_t depth local
767 const size_t depth = parser->depth(); local
949 const size_t depth = parser->depth(); local
1136 const size_t depth = parser->depth(); local
1204 const size_t depth = parser->depth(); local
1247 const size_t depth = parser->depth(); local
1340 const size_t depth = parser->depth(); local
[all...]
/frameworks/rs/rsov/compiler/spirit/
H A Dmodule.cpp479 uint32_t depth) {
482 mLocalSize.mDepth = depth;
485 mode->addExtraOperand(width)->addExtraOperand(height)->addExtraOperand(depth);
477 setLocalSize(uint32_t width, uint32_t height, uint32_t depth) argument
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScriptGroup.java831 private boolean calcOrderRecurse(Node node0, int depth) { argument
833 if (node0.mOrder < depth) {
834 node0.mOrder = depth;
/frameworks/base/core/java/android/util/proto/
H A DProtoOutputStream.java190 * Current nesting depth of startObject calls.
2003 * Bits 59-51 - depth (For error checking)
2012 public static long makeToken(int tagSize, boolean repeated, int depth, int objectId, argument
2016 | (0x01ffL & (long)depth) << 51
2036 * Get the nesting depth of startObject calls from the token.
2075 + " depth=" + getDepthFromToken(token)
2164 // The upper 32 bits of the token is the depth of startObject /
2170 final int depth = getDepthFromToken(token);
2185 // Check that we're getting the token and depth that we are expecting.
2186 if ((mDepth & 0x01ff) != depth || mExpectedObjectToke
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES31Ext.cpp731 /* void glTexStorage3DMultisampleOES ( GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations ) */
734 (JNIEnv *_env, jobject _this, jint target, jint samples, jint internalformat, jint width, jint height, jint depth, jboolean fixedsamplelocations) {
741 (GLsizei)depth,
733 android_glTexStorage3DMultisampleOES__IIIIIIZ(JNIEnv *_env, jobject _this, jint target, jint samples, jint internalformat, jint width, jint height, jint depth, jboolean fixedsamplelocations) argument

Completed in 842 milliseconds

1234