Searched refs:_pTimeStampVec (Results 1 – 2 of 2) sorted by relevance
/external/opencore/fileformats/mp4/composer/src/ |
D | interleavebuffer.cpp | 81 PV_MP4_FF_NEW(fp->auditCB, uint32VecType, (), _pTimeStampVec); in PVA_FF_InterLeaveBuffer() 93 if (_pTimeStampVec != NULL) in ~PVA_FF_InterLeaveBuffer() 94 PV_MP4_FF_TEMPLATED_DELETE(NULL, uint32VecType, Oscl_Vector, _pTimeStampVec); in ~PVA_FF_InterLeaveBuffer() 152 _pTimeStampVec->push_back(ts); in addSampleToInterLeaveBuffer() 179 return _pTimeStampVec; in getTimeStampVec() 213 PV_MP4_FF_TEMPLATED_DELETE(NULL, uint32VecType, Oscl_Vector, _pTimeStampVec); in resetInterLeaveBuffer() 218 PV_MP4_FF_NEW(fp->auditCB, uint32VecType, (), _pTimeStampVec); in resetInterLeaveBuffer() 269 if (_pTimeStampVec->size() > 0) in setLastChunkEndTime() 271 _lastSampleTS = _pTimeStampVec->back(); in setLastChunkEndTime() 285 if (_pTimeStampVec->size() > 0) in getFirstTSEntry() [all …]
|
/external/opencore/fileformats/mp4/composer/include/ |
D | interleavebuffer.h | 78 Oscl_Vector<uint32, OsclMemAllocator>* _pTimeStampVec; variable
|