OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PVA_FF_MfroAtom
(Results
1 - 4
of
4
) sorted by null
/external/opencore/fileformats/mp4/composer/include/
moviefragmentrandomaccessoffsetatom.h
25
class
PVA_FF_MfroAtom
: public PVA_FF_FullAtom
28
PVA_FF_MfroAtom
();
30
virtual ~
PVA_FF_MfroAtom
();
moviefragmentrandomaccessatom.h
50
PVA_FF_MfroAtom
*_pMfroAtom;
/external/opencore/fileformats/mp4/composer/src/
moviefragmentrandomaccessoffsetatom.cpp
23
PVA_FF_MfroAtom
::
PVA_FF_MfroAtom
()
34
PVA_FF_MfroAtom
::~
PVA_FF_MfroAtom
()
41
PVA_FF_MfroAtom
::setSize(uint32 size)
50
PVA_FF_MfroAtom
::recomputeSize()
68
PVA_FF_MfroAtom
::renderToFileStream(MP4_AUTHOR_FF_FILE_IO_WRAP* fp)
moviefragmentrandomaccessatom.cpp
30
PV_MP4_FF_NEW(fp->auditCB,
PVA_FF_MfroAtom
, (), _pMfroAtom);
44
PV_MP4_FF_DELETE(NULL,
PVA_FF_MfroAtom
, _pMfroAtom);
Completed in 33 milliseconds