Home
last modified time | relevance | path

Searched refs:deua (Results 1 – 2 of 2) sorted by relevance

/external/opencore/fileformats/mp4/parser/src/
Ddatareferenceatom.cpp70 DataEntryUrlAtom *deua = NULL; in DataReferenceAtom() local
73 PV_MP4_FF_NEW(fp->auditCB, DataEntryUrlAtom, (fp), deua); in DataReferenceAtom()
74 if (!deua->MP4Success()) in DataReferenceAtom()
77 _mp4ErrorCode = deua->GetMP4Error(); in DataReferenceAtom()
78 if (deua != NULL) in DataReferenceAtom()
80 PV_MP4_FF_DELETE(NULL, DataEntryUrlAtom, deua); in DataReferenceAtom()
81 deua = NULL; in DataReferenceAtom()
87 (*_pdataEntryVec).push_back(deua); in DataReferenceAtom()
88 deua->setParent(this); in DataReferenceAtom()
/external/opencore/fileformats/mp4/composer/src/
Ddatareferenceatom.cpp62 PVA_FF_DataEntryUrlAtom *deua = NULL; in init() local
63 PV_MP4_FF_NEW(fp->auditCB, PVA_FF_DataEntryUrlAtom, ((uint32)1), deua); in init()
64 addDataEntryAtom(deua); in init()