Searched refs:ITunesCommentAtom (Results 1 – 2 of 2) sorted by relevance
/external/opencore/fileformats/mp4/parser/include/ |
D | itunesilstatom.h | 292 class ITunesCommentAtom: public ITunesMetaDataAtom 295 ITunesCommentAtom(MP4_FF_FILE *fp, uint32 size, uint32 type); 296 ~ITunesCommentAtom(); 833 ITunesCommentAtom *_pITunesCommentAtom;
|
/external/opencore/fileformats/mp4/parser/src/ |
D | itunesilstatom.cpp | 1043 ITunesCommentAtom::ITunesCommentAtom(MP4_FF_FILE *fp, in ITunesCommentAtom() function in ITunesCommentAtom 1116 ITunesCommentAtom::~ITunesCommentAtom() in ~ITunesCommentAtom() 2323 … PV_MP4_FF_NEW(fp->auditCB, ITunesCommentAtom, (fp, atomsize, atomType), _pITunesCommentAtom); in ITunesILSTAtom() 2329 PV_MP4_FF_DELETE(NULL, ITunesCommentAtom, _pITunesCommentAtom); in ITunesILSTAtom() 2530 PV_MP4_FF_DELETE(NULL, ITunesCommentAtom, _pITunesCommentAtom); in ~ITunesILSTAtom()
|