HomeSort by relevance Sort by last modified time
    Searched refs:PVA_FF_DataReferenceAtom (Results 1 - 4 of 4) sorted by null

  /external/opencore/fileformats/mp4/composer/include/
datainformationatom.h 39 const PVA_FF_DataReferenceAtom &getDataReferenceAtom() const
43 PVA_FF_DataReferenceAtom &getMutableDataReferenceAtom()
47 void setDataReferenceAtom(PVA_FF_DataReferenceAtom *dra)
58 PVA_FF_DataReferenceAtom *_pdataReferenceAtom;
datareferenceatom.h 19 This PVA_FF_DataReferenceAtom Class contains a table of data references which declare
30 class PVA_FF_DataReferenceAtom : public PVA_FF_FullAtom
34 PVA_FF_DataReferenceAtom(); // Constructor
35 virtual ~PVA_FF_DataReferenceAtom();
  /external/opencore/fileformats/mp4/composer/src/
datareferenceatom.cpp 19 This PVA_FF_DataReferenceAtom Class contains a table of data references which declare
34 PVA_FF_DataReferenceAtom::PVA_FF_DataReferenceAtom()
42 PVA_FF_DataReferenceAtom::~PVA_FF_DataReferenceAtom()
54 PVA_FF_DataReferenceAtom::init()
70 PVA_FF_DataReferenceAtom::addDataEntryAtom(PVA_FF_DataEntryAtom *atom)
80 PVA_FF_DataReferenceAtom::renderToFileStream(MP4_AUTHOR_FF_FILE_IO_WRAP *fp)
111 PVA_FF_DataReferenceAtom::recomputeSize()
datainformationatom.cpp 35 PV_MP4_FF_NEW(fp->auditCB, PVA_FF_DataReferenceAtom, (), _pdataReferenceAtom);
43 PV_MP4_FF_DELETE(NULL, PVA_FF_DataReferenceAtom, _pdataReferenceAtom);

Completed in 15 milliseconds