Searched defs:drmoffset (Results 1 - 1 of 1) sorted by path

/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp3631 off64_t drmoffset = mCurrentSampleInfoOffsets[0]; // from moof local
3633 drmoffset += mCurrentMoofOffset;
3651 if (mDataSource->readAt(drmoffset, smpl->iv, ivlength) != ivlength) {
3655 drmoffset += ivlength;
3663 if (!mDataSource->getUInt16(drmoffset, &numsubsamples)) {
3666 drmoffset += 2;
3670 if (!mDataSource->getUInt16(drmoffset, &numclear)) {
3673 drmoffset += 2;
3674 if (!mDataSource->getUInt32(drmoffset, &numencrypted)) {
3677 drmoffset
[all...]

Completed in 39 milliseconds