OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PVA_FF_AVCConfigurationAtom
(Results
1 - 4
of
4
) sorted by null
/external/opencore/fileformats/mp4/composer/include/
avcconfigurationatom.h
32
class
PVA_FF_AVCConfigurationAtom
: public PVA_FF_Atom
93
PVA_FF_AVCConfigurationAtom
(uint8 profile = 1, uint8 profileComp = 0xFF, uint8 level = 0xFF);
94
virtual ~
PVA_FF_AVCConfigurationAtom
();
avcsampleentry.h
78
PVA_FF_AVCConfigurationAtom
*_pAVCConfigurationAtom;
/external/opencore/fileformats/mp4/composer/src/
avcconfiguration.cpp
27
typedef Oscl_Vector<
PVA_FF_AVCConfigurationAtom
::PVA_FF_ParameterSet*, OsclMemAllocator> parameterSetVecType;
31
PVA_FF_AVCConfigurationAtom
::
PVA_FF_AVCConfigurationAtom
(uint8 profile, uint8 profileComp, uint8 level):
52
void
PVA_FF_AVCConfigurationAtom
::setSample(void* samp, uint32 size)
187
PVA_FF_AVCConfigurationAtom
::~
PVA_FF_AVCConfigurationAtom
()
210
PVA_FF_AVCConfigurationAtom
::renderToFileStream(MP4_AUTHOR_FF_FILE_IO_WRAP *fp)
317
PVA_FF_AVCConfigurationAtom
::recomputeSize()
358
PVA_FF_AVCConfigurationAtom
::getSize()
avcsampleentry.cpp
36
PV_MP4_FF_DELETE(NULL,
PVA_FF_AVCConfigurationAtom
, _pAVCConfigurationAtom);
39
PV_MP4_FF_DELETE(NULL,
PVA_FF_AVCConfigurationAtom
, _pMpeg4BitrateAtom);
74
PV_MP4_FF_NEW(fp->auditCB,
PVA_FF_AVCConfigurationAtom
, (profile, profileComp, level), _pAVCConfigurationAtom);
88
PV_MP4_FF_DELETE(NULL,
PVA_FF_AVCConfigurationAtom
, _pMpeg4BitrateAtom);
Completed in 55 milliseconds