Home
last modified time | relevance | path

Searched refs:_psampleCountVec (Results 1 – 6 of 6) sorted by relevance

/external/opencore/fileformats/mp4/parser/src/
Dtimetosampleatom.cpp45 _psampleCountVec = NULL; in TimeToSampleAtom()
108 PV_MP4_FF_ARRAY_NEW(NULL, uint32, (_stbl_buff_size), _psampleCountVec); in TimeToSampleAtom()
109 if (_psampleCountVec == NULL) in TimeToSampleAtom()
126 _psampleCountVec[idx] = 0; in TimeToSampleAtom()
166 PV_MP4_FF_ARRAY_NEW(NULL, uint32, (_entryCount), _psampleCountVec); in TimeToSampleAtom()
167 if (_psampleCountVec == NULL) in TimeToSampleAtom()
184 _psampleCountVec[idx] = 0; in TimeToSampleAtom()
202 _psampleCountVec[_parsed_entry_cnt] = (number); in TimeToSampleAtom()
256 _psampleCountVec[_curr_entry_point] = (number); in ParseEntryUnit()
266 if (_psampleCountVec != NULL) in ~TimeToSampleAtom()
[all …]
Dcompositionoffsetatom.cpp54 _psampleCountVec = NULL; in CompositionOffsetAtom()
142 PV_MP4_FF_ARRAY_NEW(NULL, uint32, (_stbl_buff_size), _psampleCountVec); in CompositionOffsetAtom()
143 if (_psampleCountVec == NULL) in CompositionOffsetAtom()
163 _psampleCountVec[idx] = 0; in CompositionOffsetAtom()
206 PV_MP4_FF_ARRAY_NEW(NULL, uint32, (_entryCount), _psampleCountVec); in CompositionOffsetAtom()
207 if (_psampleCountVec == NULL) in CompositionOffsetAtom()
226 _psampleCountVec[idx] = 0; in CompositionOffsetAtom()
244 _psampleCountVec[_parsed_entry_cnt] = (number); in CompositionOffsetAtom()
315 _psampleCountVec[_curr_entry_point] = (number); in ParseEntryUnit()
325 if (_psampleCountVec != NULL) in ~CompositionOffsetAtom()
[all …]
/external/opencore/fileformats/mp4/composer/src/
Dtimetosampleatom.cpp42 PV_MP4_FF_NEW(fp->auditCB, uint32VecType, (), _psampleCountVec); in PVA_FF_TimeToSampleAtom()
52 PV_MP4_FF_TEMPLATED_DELETE(NULL, uint32VecType, Oscl_Vector, _psampleCountVec); in ~PVA_FF_TimeToSampleAtom()
121 uint32 count = (*_psampleCountVec)[_entryCount - 1]; in addDelta()
122 _psampleCountVec->pop_back(); in addDelta()
123 _psampleCountVec->push_back(count + 1); // incrementing count in addDelta()
138 _psampleCountVec->push_back(count); in addEntry()
163 (*_psampleCountVec)[_entryCount - 1] += 1; in renderToFileStream()
174 if ((_psampleCountVec->size() < _entryCount) || in renderToFileStream()
181 if (!PVA_FF_AtomUtils::render32(fp, (*_psampleCountVec)[i])) in renderToFileStream()
/external/opencore/fileformats/mp4/composer/include/
Dtimetosampleatom.h60 Oscl_Vector<uint32, OsclMemAllocator> *_psampleCountVec; variable
/external/opencore/fileformats/mp4/parser/include/
Dtimetosampleatom.h86 uint32 *_psampleCountVec; variable
Dcompositionoffsetatom.h99 uint32 *_psampleCountVec; variable