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

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

Completed in 1011 milliseconds