Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/composer/src/
Ddatareferenceatom.cpp34 PVA_FF_DataReferenceAtom::PVA_FF_DataReferenceAtom() in PVA_FF_DataReferenceAtom() function in PVA_FF_DataReferenceAtom
42 PVA_FF_DataReferenceAtom::~PVA_FF_DataReferenceAtom() in ~PVA_FF_DataReferenceAtom()
54 PVA_FF_DataReferenceAtom::init() in init()
70 PVA_FF_DataReferenceAtom::addDataEntryAtom(PVA_FF_DataEntryAtom *atom) in addDataEntryAtom()
80 PVA_FF_DataReferenceAtom::renderToFileStream(MP4_AUTHOR_FF_FILE_IO_WRAP *fp) in renderToFileStream()
111 PVA_FF_DataReferenceAtom::recomputeSize() in recomputeSize()
Ddatainformationatom.cpp35 PV_MP4_FF_NEW(fp->auditCB, PVA_FF_DataReferenceAtom, (), _pdataReferenceAtom); in PVA_FF_DataInformationAtom()
43 PV_MP4_FF_DELETE(NULL, PVA_FF_DataReferenceAtom, _pdataReferenceAtom); in ~PVA_FF_DataInformationAtom()
/external/opencore/fileformats/mp4/composer/include/
Ddatainformationatom.h39 const PVA_FF_DataReferenceAtom &getDataReferenceAtom() const in getDataReferenceAtom()
43 PVA_FF_DataReferenceAtom &getMutableDataReferenceAtom() in getMutableDataReferenceAtom()
47 void setDataReferenceAtom(PVA_FF_DataReferenceAtom *dra) in setDataReferenceAtom()
58 PVA_FF_DataReferenceAtom *_pdataReferenceAtom;
Ddatareferenceatom.h30 class PVA_FF_DataReferenceAtom : public PVA_FF_FullAtom
34 PVA_FF_DataReferenceAtom(); // Constructor
35 virtual ~PVA_FF_DataReferenceAtom();