Searched refs:_currentMoofOffset (Results 1 – 2 of 2) sorted by relevance
/external/opencore/fileformats/mp4/composer/src/ |
D | mpeg4file.cpp | 228 _currentMoofOffset = 0; in init() 2306 _pMfraAtom->addSampleEntry(trackID, sampleTS, _currentMoofOffset, in flushInterLeaveBuffer() 2315 _pMfraAtom->addSampleEntry(trackID, sampleTS, _currentMoofOffset, in flushInterLeaveBuffer() 2667 _currentMoofOffset = _baseOffset; in addMediaSampleInterleave() 2851 _pMfraAtom->addSampleEntry(trackID, sampleTS, _currentMoofOffset, in addMediaSampleInterleave() 2860 _pMfraAtom->addSampleEntry(trackID, sampleTS, _currentMoofOffset, in addMediaSampleInterleave() 2930 _pMfraAtom->addSampleEntry(trackID, sampleTS, _currentMoofOffset, in addMediaSampleInterleave() 2939 _pMfraAtom->addSampleEntry(trackID, sampleTS, _currentMoofOffset, in addMediaSampleInterleave() 3069 _currentMoofOffset = _baseOffset; in addMediaSampleInterleave()
|
/external/opencore/fileformats/mp4/composer/include/ |
D | mpeg4file.h | 354 uint32 _currentMoofOffset; // contains the offset of current MOOF before MDAT, variable
|