Home
last modified time | relevance | path

Searched refs:_lastSampleTS (Results 1 – 2 of 2) sorted by relevance

/external/opencore/fileformats/mp4/composer/src/
Dinterleavebuffer.cpp37 _lastSampleTS = 0; in PVA_FF_InterLeaveBuffer()
253 return _lastSampleTS; in getLastSampleTS()
271 _lastSampleTS = _pTimeStampVec->back(); in setLastChunkEndTime()
275 _lastSampleTS = 0; in setLastChunkEndTime()
/external/opencore/fileformats/mp4/composer/include/
Dinterleavebuffer.h72 uint32 _lastSampleTS; variable