Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/composer/src/
Davcsampleentry.cpp36 PV_MP4_FF_DELETE(NULL, PVA_FF_AVCConfigurationAtom, _pAVCConfigurationAtom); in ~PVA_FF_AVCSampleEntry()
74 …W(fp->auditCB, PVA_FF_AVCConfigurationAtom, (profile, profileComp, level), _pAVCConfigurationAtom); in init()
209 if (!_pAVCConfigurationAtom->renderToFileStream(fp)) in renderToFileStream()
213 rendered += _pAVCConfigurationAtom->getSize(); in renderToFileStream()
254 size += _pAVCConfigurationAtom->getSize(); in recomputeSize()
/external/opencore/fileformats/mp4/composer/include/
Davcsampleentry.h40 _pAVCConfigurationAtom->setSample(sample, size); in setSample()
47 if (_pAVCConfigurationAtom->checkIfPSWritten()) in checkPS()
78 PVA_FF_AVCConfigurationAtom *_pAVCConfigurationAtom; variable