Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/composer/src/
Dmovieatom.cpp70 PV_MP4_FF_NEW(fp->auditCB, PVA_FF_TrackAtomVecType, (), _pMediaTrackVec); in PVA_FF_MovieAtom()
99 for (i = 0; i < _pMediaTrackVec->size(); i++) in ~PVA_FF_MovieAtom()
101 PV_MP4_FF_DELETE(NULL, PVA_FF_TrackAtom, (*_pMediaTrackVec)[i]); in ~PVA_FF_MovieAtom()
103 PV_MP4_FF_TEMPLATED_DELETE(NULL, PVA_FF_TrackAtomVecType, Oscl_Vector, _pMediaTrackVec); in ~PVA_FF_MovieAtom()
129 _pMediaTrackVec->push_back(a); in addTrackAtom()
136 _pMediaTrackVec->push_back(a); in addTrackAtom()
152 _pMediaTrackVec->push_back(a); in addTrackAtom()
243 if (_pMediaTrackVec != NULL) in recomputeSize()
245 for (uint32 i = 0; i < _pMediaTrackVec->size(); i++) in recomputeSize()
247 if ((*_pMediaTrackVec)[i]->getSampleCount() > 0) in recomputeSize()
[all …]
/external/opencore/fileformats/mp4/composer/include/
Dmovieatom.h154 if (_pMediaTrackVec != NULL) in setLanguage()
156 for (uint32 i = 0; i < _pMediaTrackVec->size(); i++) in setLanguage()
158 (*_pMediaTrackVec)[i]->setLanguage(language); in setLanguage()
359 Oscl_Vector<PVA_FF_TrackAtom*, OsclMemAllocator> *_pMediaTrackVec; // Vector of tracks variable