Searched defs:PVA_FF_FullAtom (Results 1 - 2 of 2) sorted by relevance

/external/opencore/fileformats/mp4/composer/include/
H A Dfullatom.h19 This PVA_FF_FullAtom Class is the base class for some Atoms in the MPEG-4 File
30 class PVA_FF_FullAtom : public PVA_FF_Atom class in inherits:PVA_FF_Atom
34 PVA_FF_FullAtom(uint32 type, uint8 version, uint32 flags); // Constructor
35 virtual ~PVA_FF_FullAtom();
/external/opencore/fileformats/mp4/composer/src/
H A Dfullatom.cpp19 This PVA_FF_FullAtom Class fp the base class for some Atoms in the MPEG-4 File
33 PVA_FF_FullAtom::PVA_FF_FullAtom(uint32 type, uint8 version, uint32 flags) function in class:PVA_FF_FullAtom
41 PVA_FF_FullAtom::~PVA_FF_FullAtom()
47 PVA_FF_FullAtom::getDefaultSize() const
53 PVA_FF_FullAtom::renderAtomBaseMembers(MP4_AUTHOR_FF_FILE_IO_WRAP *fp) const

Completed in 39 milliseconds