HomeSort by relevance Sort by last modified time
    Searched defs:dataOffset (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/icu/icu4c/source/common/
ucmndata.h 48 uint32_t dataOffset;
  /external/chromium_org/third_party/icu/source/common/
ucmndata.h 62 uint32_t dataOffset;
  /system/core/libzipfile/
centraldir.c 74 unsigned int dataOffset;
119 dataOffset = localHeaderRelOffset + LFH_SIZE
121 entry->data = file->buf + dataOffset;
123 printf("file->buf=%p entry->data=%p dataOffset=%x localHeaderRelOffset=%d "
125 file->buf, entry->data, dataOffset, localHeaderRelOffset,
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
ClusterChain.java 36 protected final long dataOffset;
64 this.dataOffset = FatUtils.getFilesOffset(fat.getBootSector());
101 return dataOffset + clusterOffset +
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
Image11.cpp 292 void *dataOffset = static_cast<unsigned char*>(mappedImage.pData) + mappedImage.RowPitch * yoffset + rowOffset + zoffset * mappedImage.DepthPitch;
297 mRenderer->readPixels(source, x, y, width, height, format, type, mappedImage.RowPitch, gl::PixelPackState(), dataOffset);
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/H264/
rtp_sender_h264.cc 403 int32_t dataOffset = rtpHeaderLength + h264HeaderLength;
435 dataBuffer[dataOffset] = (uint8_t)(ptrH264Info->payloadSize[idxNALU] >> 8);
436 dataOffset++;
437 dataBuffer[dataOffset] = (uint8_t)(ptrH264Info->payloadSize[idxNALU] & 0xff);
438 dataOffset++;
440 memcpy(&dataBuffer[dataOffset], &data[ptrH264Info->startCodeSize[idxNALU]], ptrH264Info->payloadSize[idxNALU]);
441 dataOffset += ptrH264Info->payloadSize[idxNALU];
488 int32_t dataOffset = rtpHeaderLength + h264HeaderLength;
501 dataBuffer[dataOffset++] = (uint8_t)(PACSI_NALlength >> 8);
502 dataBuffer[dataOffset++] = (uint8_t)(PACSI_NALlength & 0xff)
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/
TrackRunBox.java 49 private int dataOffset;
117 public void setDataOffset(int dataOffset) {
118 if (dataOffset == -1) {
121 setFlags(getFlags() | 0x1); // turn on dataoffset
123 this.dataOffset = dataOffset;
193 IsoTypeWriter.writeUInt32(byteBuffer, dataOffset);
221 dataOffset = l2i(IsoTypeReader.readUInt32(content));
223 dataOffset = -1;
320 return dataOffset;
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmcdc.h 75 uint8 dataOffset; /* Offset from end of BDC header to packet data, in
  /hardware/ti/omap4-aah/security/tf_crypto_sst/
service_system_protocol.h 111 uint32_t dataOffset : 30;
  /hardware/ti/omap4xxx/security/tf_crypto_sst/
service_system_protocol.h 111 uint32_t dataOffset : 30;
  /libcore/luni/src/main/java/java/util/zip/
ZipEntry.java 58 long dataOffset = -1;
72 int nameLength, long localHeaderRelOffset, long dataOffset) {
84 this.dataOffset = dataOffset;
308 dataOffset = value;
313 return dataOffset;
345 dataOffset = ze.dataOffset;
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
FwdLockFile.c 67 off64_t dataOffset;
287 pSession->dataOffset = pSession->contentTypeLength +
325 newFilePos = lseek64(pSession->fileDesc, pSession->dataOffset + offset, whence);
337 if (newFilePos < pSession->dataOffset) {
340 (void)lseek64(pSession->fileDesc, pSession->dataOffset + pSession->filePos,
347 pSession->filePos = newFilePos - pSession->dataOffset;
383 if (lseek64(pSession->fileDesc, pSession->dataOffset, SEEK_SET) !=
384 pSession->dataOffset) {
401 (void)lseek64(pSession->fileDesc, pSession->dataOffset + pSession->filePos,
  /external/icu/icu4c/source/test/perf/dicttrieperf/
dicttrieperf.cpp 110 int32_t nameOffset, dataOffset;
144 toc[i].dataOffset=i; // arbitrary value, see toc comment below
174 // with nameOffset and dataOffset.
  /external/chromium_org/third_party/icu/source/i18n/
ucol_res.cpp     [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
DefaultMp4Builder.java 112 dataOffset is where the first sample starts. In this special mdat the samples always start
115 long dataOffset = mdat.getDataOffset();
119 offsets[i] += dataOffset;
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.c 154 size_t dataOffset;
562 pSession->dataOffset = headerSignaturePos + SHA1_HASH_SIZE;
578 pOutput->fromConvertData.numBytes = pSession->dataOffset;
    [all...]
  /frameworks/av/media/libstagefright/
OggExtractor.cpp 477 off64_t dataOffset = mOffset + 27 + mCurrentPage.mNumSegments;
479 dataOffset += mCurrentPage.mLace[j];
507 dataOffset,
513 packetSize, dataOffset, n);
MPEG4Extractor.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
svga_reg.h 797 uint32 dataOffset;
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_reg.h 797 uint32 dataOffset;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.registry_3.5.301.v20130717-1549.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.registry_3.5.300.v20130327-1442.jar 
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
commons-compress-1.0.jar 

Completed in 2254 milliseconds

1 2 3