Searched defs:dataOffset (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libstagefright/mp4/
H A DTrackFragment.cpp54 off64_t dataOffset, size_t sampleSize,
61 sampleInfo->mOffset = dataOffset;
53 addSample( off64_t dataOffset, size_t sampleSize, uint32_t presentationTime, size_t sampleDescIndex, uint32_t flags) argument
H A DFragmentedMP4Parser.cpp1844 uint64_t dataOffset = mTrackFragmentHeaderInfo.mDataOffset; local
1855 dataOffset = mTrackFragmentHeaderInfo.mBaseDataOffset + dataOffsetDelta;
1945 dataOffset, sampleSize, sampleDuration,
1958 dataOffset,
1965 dataOffset += sampleSize;
1968 mTrackFragmentHeaderInfo.mDataOffset = dataOffset;
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
H A DFwdLockFile.c67 off64_t dataOffset; member in struct:FwdLockFile_Session
284 pSession->dataOffset = pSession->contentTypeLength +
322 newFilePos = lseek64(pSession->fileDesc, pSession->dataOffset + offset, whence);
334 if (newFilePos < pSession->dataOffset) {
337 (void)lseek64(pSession->fileDesc, pSession->dataOffset + pSession->filePos,
344 pSession->filePos = newFilePos - pSession->dataOffset;
380 if (lseek64(pSession->fileDesc, pSession->dataOffset, SEEK_SET) !=
381 pSession->dataOffset) {
398 (void)lseek64(pSession->fileDesc, pSession->dataOffset + pSession->filePos,
/frameworks/native/libs/utils/
H A DZipFileRO.cpp542 * dataOffset, because dataOffset is expensive to determine. However,
610 off64_t dataOffset = localHdrOffset + kLFHLen local
612 if (dataOffset >= cdOffset) {
613 ALOGW("bad data offset %ld in zip\n", (long) dataOffset);
618 if ((off64_t)(dataOffset + compLen) > cdOffset) {
620 (long) dataOffset, (ZD_TYPE) compLen, (long) cdOffset);
625 (off64_t)(dataOffset + uncompLen) > cdOffset)
628 (long) dataOffset, (ZD_TYPE) uncompLen, (long) cdOffset);
632 *pOffset = dataOffset;
[all...]
/frameworks/av/media/libstagefright/
H A DOggExtractor.cpp473 off64_t dataOffset = mOffset + 27 + mCurrentPage.mNumSegments; local
475 dataOffset += mCurrentPage.mLace[j];
503 dataOffset,
509 packetSize, dataOffset, n);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
H A DFwdLockConv.c154 size_t dataOffset; member in struct:FwdLockConv_Session
560 pSession->dataOffset = headerSignaturePos + SHA1_HASH_SIZE;
576 pOutput->fromConvertData.numBytes = pSession->dataOffset;
1175 pSession->dataOffset = 0;
1189 &((unsigned char *)pOutput->fromConvertData.pBuffer)[pSession->dataOffset],

Completed in 246 milliseconds