Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/composer/src/
Dmpeg4file.cpp117 _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/
Dmpeg4file.h407 void *_aFs; variable