Searched refs:depth (Results 1 - 25 of 104) sorted by path

12345

/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);
H A DMPEG4Extractor.cpp762 status_t MPEG4Extractor::parseChunk(off64_t *offset, int depth) { argument
763 ALOGV("entering parseChunk %lld/%d", *offset, depth);
784 if (depth == 0) {
807 ALOGV("chunk: %s @ %lld, %d", chunk, *offset, depth);
811 const char *indent = &kWhitespace[sizeof(kWhitespace) - 1 - 2 * depth];
837 status_t err = parseChunk(offset, depth + 1);
907 status_t err = parseChunk(offset, depth + 1);
1276 status_t err = parseChunk(offset, depth + 1);
1323 status_t err = parseChunk(offset, depth + 1);
1381 status_t err = parseChunk(offset, depth
2400 parse3GPPMetaData(off64_t offset, size_t size, int depth) argument
[all...]
/frameworks/av/media/libstagefright/include/
H A DAVIExtractor.h88 ssize_t parseChunk(off64_t offset, off64_t size, int depth = 0);
H A DMPEG4Extractor.h106 status_t parseChunk(off64_t *offset, int depth);
108 status_t parse3GPPMetaData(off64_t offset, size_t size, int depth);
/frameworks/av/media/libstagefright/timedtext/
H A DTextDescriptions.cpp72 int timeMs, Parcel *parcel, int depth) {
73 if (depth == 0) {
288 const uint8_t *data, ssize_t size, Parcel *parcel, int depth) {
299 if (depth == 0) {
70 extract3GPPLocalDescriptions( const uint8_t *data, ssize_t size, int timeMs, Parcel *parcel, int depth) argument
287 extract3GPPGlobalDescriptions( const uint8_t *data, ssize_t size, Parcel *parcel, int depth) argument
H A DTextDescriptions.h75 Parcel *parcel, int depth);
78 int timeMs, Parcel *parcel, int depth);
/frameworks/av/media/mtp/
H A DMtpDatabase.h81 int groupCode, int depth,
H A DMtpServer.cpp713 int depth = mRequest.getParameter(5); local
714 ALOGV("GetObjectPropList %d format: %s property: %s group: %d depth: %d\n",
716 MtpDebug::getObjectPropCodeName(property), groupCode, depth);
718 return mDatabase->getObjectPropertyList(handle, format, property, groupCode, depth, mData);
917 if (!mData.getUInt32(temp32)) return MTP_RESPONSE_INVALID_PARAMETER; // image bit depth
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp727 int depth,
734 ALOGV("Camera %d: Creating ZSL stream %d: %d x %d, depth %d",
735 mId, mNextStreamId, width, height, depth);
772 width, height, depth);
725 createZslStream( uint32_t width, uint32_t height, int depth, int *id, sp<Camera3ZslStream>* zslStream) argument
H A DCamera3Device.h104 int depth,
/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java563 int depth = parser.getDepth();
565 while (((type = parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
/frameworks/base/core/java/android/content/res/
H A DColorStateList.java179 int depth;
186 && ((depth=parser.getDepth()) >= innerDepth
192 if (depth > innerDepth || !parser.getName().equals("item")) {
H A DXmlBlock.java126 public int getNamespaceCount(int depth) throws XmlPullParserException { argument
/frameworks/base/core/java/android/nfc/cardemulation/
H A DApduServiceInfo.java175 final int depth = parser.getDepth();
179 while (((eventType = parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
/frameworks/base/core/java/android/os/
H A DDebug.java1622 * Return a String describing the calling method and location at a particular stack depth.
1624 * @param depth the depth of stack to return information for.
1625 * @return the String describing the caller at that depth.
1627 private static String getCaller(StackTraceElement callStack[], int depth) { argument
1629 if (4 + depth >= callStack.length) {
1632 StackTraceElement caller = callStack[4 + depth];
1638 * @param depth the number of levels to return, starting with the immediate caller.
1642 public static String getCallers(final int depth) { argument
1645 for (int i = 0; i < depth;
1657 getCallers(final int start, int depth) argument
1675 getCallers(final int depth, String linePrefix) argument
[all...]
/frameworks/base/core/java/android/preference/
H A DGenericInflater.java462 final int depth = parser.getDepth();
466 parser.getDepth() > depth) && type != parser.END_DOCUMENT) {
/frameworks/base/core/java/android/transition/
H A DTransitionInflater.java131 int depth = parser.getDepth();
136 while (((type=parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
239 int depth = parser.getDepth();
241 while (((type=parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
293 int depth = parser.getDepth();
296 while (((type=parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
/frameworks/base/core/java/android/view/
H A DGhostView.java288 int depth = Math.min(viewParents.size(), comparedWith.size());
289 for (int i = 1; i < depth; i++) {
300 boolean isComparedWithTheParent = (comparedWith.size() == depth);
H A DLayoutInflater.java782 final int depth = parser.getDepth();
786 parser.getDepth() > depth) && type != XmlPullParser.END_DOCUMENT) {
H A DView.java6373 * <p>This function's traversal down the hierarchy is depth-first. The same content
6376 * the hierarchy since this is a depth-first traversal). The first view
10172 * <p>The distance is expressed in "depth pixels." The default distance depends
10187 * @param distance The distance in "depth pixels", if negative the opposite
10949 * @return The base depth position of the view, in pixels.
11038 * The depth location of this view relative to its {@link #getElevation() elevation}.
11040 * @return The depth of this view relative to its elevation.
11048 * Sets the depth location of this view relative to its {@link #getElevation() elevation}.
17340 * indentation defined by the <code>depth</code>.
17342 * @param depth th
17346 debug(int depth) argument
17413 debugIndent(int depth) argument
[all...]
H A DViewGroup.java5399 protected void debug(int depth) { argument
5400 super.debug(depth);
5404 output = debugIndent(depth);
5409 output = debugIndent(depth);
5416 child.debug(depth + 1);
5420 output = debugIndent(depth);
/frameworks/base/core/java/android/view/animation/
H A DAnimationUtils.java103 int depth = parser.getDepth();
105 while (((type=parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
180 int depth = parser.getDepth();
182 while (((type = parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
328 int depth = parser.getDepth();
330 while (((type = parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodInfo.java177 final int depth = parser.getDepth();
179 while (((type = parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerInfo.java102 final int depth = parser.getDepth();
104 while (((type = parser.next()) != XmlPullParser.END_TAG || parser.getDepth() > depth)
/frameworks/base/core/java/android/widget/
H A DTextView.java7259 public void debug(int depth) { argument
7260 super.debug(depth);
7262 String output = debugIndent(depth);

Completed in 2836 milliseconds

12345