Searched refs:_aFs (Results 1 – 2 of 2) sorted by relevance
/external/opencore/fileformats/mp4/composer/src/ |
D | mpeg4file.cpp | 117 _aFs = NULL; in PVA_FF_Mpeg4File() 185 if (_aFs) in ~PVA_FF_Mpeg4File() 187 PVA_FF_AtomUtils::closeFileSession(OSCL_STATIC_CAST(Oscl_FileServer*, _aFs)); in ~PVA_FF_Mpeg4File() 232 _aFs = osclFileServerSession; in init() 350 _aFs, iCacheSize), in init() 359 … PV_MP4_FF_NEW(fp->auditCB, PVA_FF_MediaDataAtom, (_outputFileHandle, _aFs, iCacheSize), mda); in init() 363 … PV_MP4_FF_NEW(fp->auditCB, PVA_FF_MediaDataAtom, (_outputFileName, _aFs, iCacheSize), mda); in init() 465 … PV_MP4_FF_NEW(fp->auditCB, PVA_FF_MediaDataAtom, (_targetFileHandle, _aFs, iCacheSize), mda); in addTrack() 469 … PV_MP4_FF_NEW(fp->auditCB, PVA_FF_MediaDataAtom, (_targetFileName, _aFs, iCacheSize), mda); in addTrack() 491 _aFs, iCacheSize), mda); in addTrack() [all …]
|
/external/opencore/fileformats/mp4/composer/include/ |
D | mpeg4file.h | 407 void *_aFs; variable
|