Searched refs:PASPBox (Results 1 - 4 of 4) sorted by relevance

/external/opencore/fileformats/mp4/parser/include/
H A Dpaspatom.h30 class PASPBox : public Atom class in inherits:Atom
33 PASPBox(MP4_FF_FILE *fp, uint32 size, uint32 type);
34 virtual ~PASPBox() {};
H A Davcsampleentry.h271 PASPBox *_pPASPBox;
/external/opencore/fileformats/mp4/parser/src/
H A Dpaspatom.cpp30 PASPBox::PASPBox(MP4_FF_FILE *fp, uint32 size, uint32 type) function in class:PASPBox
H A Davcsampleentry.cpp175 PV_MP4_FF_NEW(fp->auditCB, PASPBox, (fp, atomSize, atomType), _pPASPBox);
229 PV_MP4_FF_DELETE(NULL, PASPBox, _pPASPBox);

Completed in 60 milliseconds