Searched refs:dataOffset (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
H A DFwdLockFile.c67 off64_t dataOffset; member in struct:FwdLockFile_Session
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,
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
H A DFwdLockConv.c155 size_t dataOffset; member in struct:FwdLockConv_Session
563 pSession->dataOffset = headerSignaturePos + SHA1_HASH_SIZE;
579 pOutput->fromConvertData.numBytes = pSession->dataOffset;
1178 pSession->dataOffset = 0;
1192 &((unsigned char *)pOutput->fromConvertData.pBuffer)[pSession->dataOffset],
/frameworks/av/media/libstagefright/
H A DOggExtractor.cpp691 off64_t dataOffset = mOffset + 27 + mCurrentPage.mNumSegments; local
693 dataOffset += mCurrentPage.mLace[j];
711 dataOffset,
718 packetSize, (long long)dataOffset, n);
H A DMPEG4Extractor.cpp4036 uint64_t dataOffset = mTrackFragmentHeaderInfo.mDataOffset; local
4050 dataOffset = mTrackFragmentHeaderInfo.mBaseDataOffset + dataOffsetDelta;
4141 dataOffset, sampleSize, sampleDuration,
4144 tmp.offset = dataOffset;
4150 dataOffset += sampleSize;
4153 mTrackFragmentHeaderInfo.mDataOffset = dataOffset;
/frameworks/base/media/java/android/media/
H A DExifInterface.java2421 int dataOffset = ifdOffsets[hint] + 2 + mAttributes[hint].size() * 12 + 4;
2433 dataOutputStream.writeUnsignedInt(dataOffset);
2434 dataOffset += size;

Completed in 230 milliseconds