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

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/threegpp26244/
SegmentIndexBox.java 49 long firstOffset;
78 IsoTypeWriter.writeUInt32(byteBuffer, firstOffset);
81 IsoTypeWriter.writeUInt64(byteBuffer, firstOffset);
105 firstOffset = IsoTypeReader.readUInt32(content);
108 firstOffset = IsoTypeReader.readUInt64(content);
160 return firstOffset;
163 public void setFirstOffset(long firstOffset) {
164 this.firstOffset = firstOffset;
  /dalvik/vm/
LinearAlloc.h 39 int firstOffset; /* for chasing through */
LinearAlloc.cpp 128 pHdr->curOffset = pHdr->firstOffset =
603 ALOGI(" mapAddr=%p mapLength=%d firstOffset=%d",
604 pHdr->mapAddr, pHdr->mapLength, pHdr->firstOffset);
607 int off = pHdr->firstOffset;
669 int off = pHdr->firstOffset;
  /external/webkit/Source/WebCore/css/
CSSGradientValue.cpp 261 float firstOffset = stops[0].offset;
262 if (firstOffset > 0) {
263 float currOffset = firstOffset;
305 float firstOffset = stops[0].offset;
307 float scale = lastOffset - firstOffset;
310 stops[i].offset = (stops[i].offset - firstOffset) / scale;
314 gradient->setP0(FloatPoint(p0.x() + firstOffset * (p1.x() - p0.x()), p0.y() + firstOffset * (p1.y() - p0.y())));
318 float firstOffset = 0;
320 float scale = lastOffset - firstOffset;
    [all...]
  /external/icu4c/i18n/
ucol.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp     [all...]
  /frameworks/av/media/libstagefright/mp4/
FragmentedMP4Parser.cpp     [all...]
  /dalvik/libdex/
DexSwapVerify.cpp     [all...]

Completed in 278 milliseconds