Searched refs:PV_MP4_FF_ARRAY_MALLOC (Results 1 – 3 of 3) sorted by relevance
/external/opencore/fileformats/mp4/parser/src/ |
D | itunesilstatom.cpp | 38 PV_MP4_FF_ARRAY_MALLOC(fp->auditCB, uint8, nSize, buf); in ItunesMeaningAtom() 39 PV_MP4_FF_ARRAY_MALLOC(fp->auditCB, uint8, ((nSize + 1)*sizeof(oscl_wchar)), outbuf); in ItunesMeaningAtom() 104 PV_MP4_FF_ARRAY_MALLOC(fp->auditCB, uint8, nSize, buf); in ItunesNameAtom() 105 PV_MP4_FF_ARRAY_MALLOC(fp->auditCB, uint8, ((nSize + 1)*sizeof(oscl_wchar)), outbuf); in ItunesNameAtom() 185 PV_MP4_FF_ARRAY_MALLOC(fp->auditCB, uint8, nSize, buf); in ITunesTitleAtom() 186 PV_MP4_FF_ARRAY_MALLOC(fp->auditCB, uint8, ((nSize + 1)*sizeof(oscl_wchar)), outbuf); in ITunesTitleAtom() 265 PV_MP4_FF_ARRAY_MALLOC(fp->auditCB, uint8, nSize, buf); in ITunesTrackSubTitleAtom() 266 PV_MP4_FF_ARRAY_MALLOC(fp->auditCB, uint8, ((nSize + 1)*sizeof(oscl_wchar)), outbuf); in ITunesTrackSubTitleAtom() 345 PV_MP4_FF_ARRAY_MALLOC(fp->auditCB, uint8, nSize, buf); in ITunesArtistAtom() 346 PV_MP4_FF_ARRAY_MALLOC(fp->auditCB, uint8, ((nSize + 1)*sizeof(oscl_wchar)), outbuf); in ITunesArtistAtom() [all …]
|
/external/opencore/fileformats/mp4/composer/include/ |
D | atomutils.h | 63 #define PV_MP4_FF_ARRAY_MALLOC(auditCB,T,count,ptr)\ macro
|
/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/include/ |
D | atomutils.h | 92 #define PV_MP4_FF_ARRAY_MALLOC(auditCB,T,count,ptr)\ macro
|