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

  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
ItemLocationBox.java 62 public int lengthSize = 8;
86 IsoTypeWriter.writeUInt8(byteBuffer, ((offsetSize << 4) | lengthSize));
103 lengthSize = tmp & 0xf;
126 return lengthSize;
129 public void setLengthSize(int lengthSize) {
130 this.lengthSize = lengthSize;
309 extentLength = IsoTypeReaderVariable.read(in, lengthSize);
317 IsoTypeWriterVariable.write(extentLength, os, lengthSize);
321 return (indexSize > 0 ? indexSize : 0) + offsetSize + lengthSize;
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
WebPageMac.mm 282 size_t lengthSize;
283 if (range && TextIterator::locationAndLengthFromRange(range.get(), locationSize, lengthSize)) {
285 length = static_cast<uint64_t>(lengthSize);
298 size_t lengthSize;
300 if (range && TextIterator::locationAndLengthFromRange(range.get(), locationSize, lengthSize)) {
302 length = static_cast<uint64_t>(lengthSize);
  /frameworks/av/media/libstagefright/
Utils.cpp 150 size_t lengthSize = 1 + (ptr[4] & 3);
OMXCodec.cpp 395 size_t lengthSize = 1 + (ptr[4] & 3);
    [all...]
  /frameworks/av/cmds/stagefright/
sf2.cpp 314 size_t lengthSize = 1 + (ptr[4] & 3);

Completed in 632 milliseconds