Searched refs:_pSampleEntries (Results 1 – 2 of 2) sorted by relevance
/external/opencore/fileformats/mp4/composer/src/ |
D | trackfragmentrandomaccessatom.cpp | 34 PV_MP4_FF_NEW(fp->auditCB, PVA_FF_RandomAccessEntryVecType, (), _pSampleEntries); in PVA_FF_TfraAtom() 44 PV_MP4_FF_TEMPLATED_DELETE(NULL, PVA_FF_RandomAccessEntryVecType, Oscl_Vector, _pSampleEntries); in ~PVA_FF_TfraAtom() 61 _pSampleEntries->push_back(sampleEntry) ; in addSampleEntry() 81 if (_pSampleEntries->size() >= _entryCount) in updateMoofOffset() 87 ((*_pSampleEntries)[ii-1].moofOffset) += offset; in updateMoofOffset() 160 if (!PVA_FF_AtomUtils::render32(fp, (*_pSampleEntries)[ii].time)) in renderToFileStream() 166 if (!PVA_FF_AtomUtils::render32(fp, (*_pSampleEntries)[ii].moofOffset)) in renderToFileStream() 172 if (!PVA_FF_AtomUtils::render16(fp, (*_pSampleEntries)[ii].trafNumber)) in renderToFileStream() 178 if (!PVA_FF_AtomUtils::render16(fp, (*_pSampleEntries)[ii].trunNumber)) in renderToFileStream() 184 if (!PVA_FF_AtomUtils::render16(fp, (*_pSampleEntries)[ii].sampleNumber)) in renderToFileStream()
|
/external/opencore/fileformats/mp4/composer/include/ |
D | trackfragmentrandomaccessatom.h | 65 Oscl_Vector<PVA_FF_RandomAccessEntry, OsclMemAllocator> *_pSampleEntries; variable
|