HomeSort by relevance Sort by last modified time
    Searched refs:descriptorLength (Results 1 - 3 of 3) sorted by null

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
ObjectDescriptor.java_bak 55 private int descriptorLength;
82 // objectDescriptor.descriptorLength = in.readUInt8();
83 // for (int i = 0; i < objectDescriptor.descriptorLength;) {
100 ", descriptorLength=" + descriptorLength +
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLSrcsetParser.cpp 66 unsigned descriptorLength = currentDescriptorEnd - currentDescriptorStart;
70 imgScaleFactor = charactersToFloat(currentDescriptorStart, descriptorLength, &isValid);
  /dalvik/vm/
Native.cpp 563 size_t descriptorLength = strlen(classDescriptor);
565 *pLen = 4 + descriptorLength + strlen(methodName);
576 result[5 + (descriptorLength - 2)] = '/';

Completed in 404 milliseconds