Home
last modified time | relevance | path

Searched refs:PVA_FF_DataEntryUrlAtom (Results 1 – 3 of 3) sorted by relevance

/external/opencore/fileformats/mp4/composer/src/
Ddataentryurlatom.cpp30 PVA_FF_DataEntryUrlAtom::PVA_FF_DataEntryUrlAtom(uint32 selfContained) in PVA_FF_DataEntryUrlAtom() function in PVA_FF_DataEntryUrlAtom
37 PVA_FF_DataEntryUrlAtom::~PVA_FF_DataEntryUrlAtom() in ~PVA_FF_DataEntryUrlAtom()
45 PVA_FF_DataEntryUrlAtom::renderToFileStream(MP4_AUTHOR_FF_FILE_IO_WRAP *fp) in renderToFileStream()
71 PVA_FF_DataEntryUrlAtom::recomputeSize() in recomputeSize()
Ddatareferenceatom.cpp47 PVA_FF_DataEntryUrlAtom *atom = (PVA_FF_DataEntryUrlAtom*)(*_pdataEntryVec)[i]; in ~PVA_FF_DataReferenceAtom()
48 PV_MP4_FF_DELETE(NULL, PVA_FF_DataEntryUrlAtom, atom); in ~PVA_FF_DataReferenceAtom()
62 PVA_FF_DataEntryUrlAtom *deua = NULL; in init()
63 PV_MP4_FF_NEW(fp->auditCB, PVA_FF_DataEntryUrlAtom, ((uint32)1), deua); in init()
/external/opencore/fileformats/mp4/composer/include/
Ddataentryurlatom.h28 class PVA_FF_DataEntryUrlAtom : public PVA_FF_DataEntryAtom
32 PVA_FF_DataEntryUrlAtom(uint32 selfContained); // Constructor
33 virtual ~PVA_FF_DataEntryUrlAtom();