Searched refs:_pchunkOffsets (Results 1 – 6 of 6) sorted by relevance
/external/opencore/fileformats/mp4/parser/src/ |
D | chunkoffsetatom.cpp | 41 _pchunkOffsets = NULL; in ChunkOffsetAtom() 87 PV_MP4_FF_ARRAY_NEW(NULL, uint32, (_stbl_buff_size), _pchunkOffsets); in ChunkOffsetAtom() 88 if (_pchunkOffsets == NULL) in ChunkOffsetAtom() 135 PV_MP4_FF_ARRAY_NEW(NULL, uint32, (_entryCount), _pchunkOffsets); in ChunkOffsetAtom() 145 _pchunkOffsets[i] = offset; in ChunkOffsetAtom() 151 _pchunkOffsets = NULL; in ChunkOffsetAtom() 171 if (_pchunkOffsets != NULL) in ~ChunkOffsetAtom() 174 PV_MP4_ARRAY_DELETE(NULL, _pchunkOffsets); in ~ChunkOffsetAtom() 225 _pchunkOffsets[_curr_entry_point] = offset; in ParseEntryUnit() 238 if (_pchunkOffsets == NULL) in getChunkOffsetAt() [all …]
|
/external/opencore/fileformats/mp4/composer/src/ |
D | chunkoffsetatom.cpp | 41 PV_MP4_FF_NEW(fp->auditCB, uint32VecType, (), _pchunkOffsets); in PVA_FF_ChunkOffsetAtom() 55 PV_MP4_FF_TEMPLATED_DELETE(NULL, uint32VecType, Oscl_Vector, _pchunkOffsets); in ~PVA_FF_ChunkOffsetAtom() 96 _pchunkOffsets->push_back(offset); in addChunkOffset() 110 for (uint32 i = 0; i < _pchunkOffsets->size(); i++) in updateChunkEntries() 112 (*_pchunkOffsets)[i] += fileOffset; in updateChunkEntries() 138 if (_pchunkOffsets->size() < getEntryCount()) in renderToFileStream() 144 if (!PVA_FF_AtomUtils::render32(fp, (*_pchunkOffsets)[i])) in renderToFileStream() 173 (*_pchunkOffsets)[0] = offset; in reAuthorFirstChunkOffset()
|
/external/opencore/fileformats/mp4/composer/include/ |
D | chunklargeoffsetatom.h | 50 return _pchunkOffsets; in getChunkOffsets() 58 vector<uint64>* _pchunkOffsets; variable
|
D | chunkoffsetatom.h | 60 Oscl_Vector<uint32, OsclMemAllocator>* _pchunkOffsets; variable
|
/external/opencore/fileformats/mp4/parser/include/ |
D | chunklargeoffsetatom.h | 62 return _pchunkOffsets; in getChunkOffsets() 73 vector<uint64>* _pchunkOffsets; variable
|
D | chunkoffsetatom.h | 59 uint32 *_pchunkOffsets; variable
|