Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/composer/src/
Dtimetosampleatom.cpp33 PVA_FF_TimeToSampleAtom::PVA_FF_TimeToSampleAtom(uint32 mediaType) in PVA_FF_TimeToSampleAtom() function in PVA_FF_TimeToSampleAtom
49 PVA_FF_TimeToSampleAtom::~PVA_FF_TimeToSampleAtom() in ~PVA_FF_TimeToSampleAtom()
57 PVA_FF_TimeToSampleAtom::nextSample(uint32 ts) in nextSample()
91 PVA_FF_TimeToSampleAtom::updateLastTSEntry(uint32 ts) in updateLastTSEntry()
106 PVA_FF_TimeToSampleAtom::addDelta(int32 delta) in addDelta()
135 PVA_FF_TimeToSampleAtom::addEntry(uint32 count, int32 delta) in addEntry()
146 PVA_FF_TimeToSampleAtom::renderToFileStream(MP4_AUTHOR_FF_FILE_IO_WRAP *fp) in renderToFileStream()
197 PVA_FF_TimeToSampleAtom::recomputeSize() in recomputeSize()
Dsampletableatom.cpp46 PV_MP4_FF_NEW(fp->auditCB, PVA_FF_TimeToSampleAtom, (mediaType), _ptimeToSampleAtom); in PVA_FF_SampleTableAtom()
76 PV_MP4_FF_DELETE(NULL, PVA_FF_TimeToSampleAtom, _ptimeToSampleAtom); in ~PVA_FF_SampleTableAtom()
/external/opencore/fileformats/mp4/composer/include/
Dtimetosampleatom.h31 class PVA_FF_TimeToSampleAtom : public PVA_FF_FullAtom
35 PVA_FF_TimeToSampleAtom(uint32 mediaType); // Constructor
36 virtual ~PVA_FF_TimeToSampleAtom();
Dsampletableatom.h174 PVA_FF_TimeToSampleAtom *_ptimeToSampleAtom;