Home
last modified time | relevance | path

Searched refs:_psampleDeltaVec (Results 1 – 4 of 4) sorted by relevance

/external/opencore/fileformats/mp4/parser/src/
Dtimetosampleatom.cpp46 _psampleDeltaVec = NULL; in TimeToSampleAtom()
115 PV_MP4_FF_ARRAY_NEW(NULL, uint32, (_stbl_buff_size), _psampleDeltaVec); in TimeToSampleAtom()
116 if (_psampleDeltaVec == NULL) in TimeToSampleAtom()
118 PV_MP4_ARRAY_DELETE(NULL, _psampleDeltaVec); in TimeToSampleAtom()
119 _psampleDeltaVec = NULL; in TimeToSampleAtom()
127 _psampleDeltaVec[idx] = 0; in TimeToSampleAtom()
173 PV_MP4_FF_ARRAY_NEW(NULL, uint32, (_entryCount), _psampleDeltaVec); in TimeToSampleAtom()
174 if (_psampleDeltaVec == NULL) in TimeToSampleAtom()
176 PV_MP4_ARRAY_DELETE(NULL, _psampleDeltaVec); in TimeToSampleAtom()
177 _psampleDeltaVec = NULL; in TimeToSampleAtom()
[all …]
/external/opencore/fileformats/mp4/composer/src/
Dtimetosampleatom.cpp43 PV_MP4_FF_NEW(fp->auditCB, int32VecType, (), _psampleDeltaVec); in PVA_FF_TimeToSampleAtom()
53 PV_MP4_FF_TEMPLATED_DELETE(NULL, int32VecType, Oscl_Vector, _psampleDeltaVec); in ~PVA_FF_TimeToSampleAtom()
117 int32 lastDelta = (*_psampleDeltaVec)[_entryCount - 1]; in addDelta()
137 _psampleDeltaVec->push_back(delta); in addEntry()
175 (_psampleDeltaVec->size() < _entryCount)) in renderToFileStream()
185 if (!PVA_FF_AtomUtils::render32(fp, (*_psampleDeltaVec)[i])) in renderToFileStream()
/external/opencore/fileformats/mp4/composer/include/
Dtimetosampleatom.h61 Oscl_Vector<int32, OsclMemAllocator> *_psampleDeltaVec; variable
/external/opencore/fileformats/mp4/parser/include/
Dtimetosampleatom.h87 uint32 *_psampleDeltaVec; variable