OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PVA_FF_Atom
(Results
1 - 25
of
56
) sorted by null
1
2
3
/external/opencore/fileformats/mp4/composer/src/
atom.cpp
19
This
PVA_FF_Atom
Class is the base class for all other Atoms in the MPEG-4 File
31
PVA_FF_Atom
::
PVA_FF_Atom
(uint32 type)
38
PVA_FF_Atom
::~
PVA_FF_Atom
()
44
PVA_FF_Atom
::renderAtomBaseMembers(MP4_AUTHOR_FF_FILE_IO_WRAP *fp) const
46
// Render
PVA_FF_Atom
size
52
// Render
PVA_FF_Atom
type (MOVIE_ATOM)
62
PVA_FF_Atom
::getDefaultSize() const
sampleentry.cpp
31
:
PVA_FF_Atom
(format)
datainformationatom.cpp
33
:
PVA_FF_Atom
(DATA_INFORMATION_ATOM)
47
// Rendering the
PVA_FF_Atom
in proper format (bitlengths, etc.) to an ostream
53
// Render base
PVA_FF_Atom
members
fullatom.cpp
29
const uint32 DEFAULT_FULL_ATOM_SIZE = 12; // (8 bytes from
PVA_FF_Atom
+ 1 for
34
:
PVA_FF_Atom
(type)
55
// Render
PVA_FF_Atom
size
61
// Render
PVA_FF_Atom
type (MOVIE_ATOM)
mpeg4bitrateatom.cpp
25
:
PVA_FF_Atom
(MPEG4_BITRATE_BOX)
trackreferenceatom.cpp
32
:
PVA_FF_Atom
(TRACK_REFERENCE_ATOM)
47
// Rendering the
PVA_FF_Atom
in proper format (bitlengths, etc.) to an ostream
/external/opencore/fileformats/mp4/composer/include/
userdataatom.h
31
class PVA_FF_UserDataAtom : public
PVA_FF_Atom
, public PVA_FF_ISucceedFail
38
void addAtom(
PVA_FF_Atom
* atom);
51
// Rendering the
PVA_FF_Atom
in proper format (bitlengths, etc.) to an ostream
56
Oscl_Vector<
PVA_FF_Atom
*, OsclMemAllocator> *_pUserDataAtomVec; //Array of User Data
PVA_FF_Atom
Pointers
atom.h
19
This
PVA_FF_Atom
Class is the base class for all other Atoms in the MPEG-4 File
45
class
PVA_FF_Atom
: public PVA_FF_Parentable, public PVA_FF_Renderable
49
PVA_FF_Atom
(uint32 type); // Constructor
50
virtual ~
PVA_FF_Atom
();
75
// Render the base members of
PVA_FF_Atom
- i.e. the type and size
77
// Rendering the
PVA_FF_Atom
in proper format (bitlengths, etc.) to an ofstream
datainformationatom.h
30
class PVA_FF_DataInformationAtom : public
PVA_FF_Atom
52
// Rendering the
PVA_FF_Atom
in proper format (bitlengths, etc.) to an ostream
editatom.h
30
class PVA_FF_EditAtom : public
PVA_FF_Atom
45
// Rendering the
PVA_FF_Atom
in proper format (bitlengths, etc.) to an ostream
fontrecord.h
31
class PVA_FF_FontRecord : public
PVA_FF_Atom
freespaceatom.h
30
class PVA_FF_FreeSpaceAtom : public
PVA_FF_Atom
45
// Rendering the
PVA_FF_Atom
in proper format (bitlengths, etc.) to an ostream
fullatom.h
30
class PVA_FF_FullAtom : public
PVA_FF_Atom
49
// Render the base members of
PVA_FF_Atom
- i.e. the type and size
51
// Rendering the
PVA_FF_Atom
in proper format (bitlengths, etc.) to an ostream
mpeg4bitrateatom.h
25
class PVA_FF_Mpeg4Bitrate : public
PVA_FF_Atom
trackreferenceatom.h
31
class PVA_FF_TrackReferenceAtom : public
PVA_FF_Atom
60
// Rendering the
PVA_FF_Atom
in proper format (bitlengths, etc.) to an ostream
trackreferencetypeatom.h
29
class PVA_FF_TrackReferenceTypeAtom : public
PVA_FF_Atom
46
// Rendering the
PVA_FF_Atom
in proper format (bitlengths, etc.) to an ostream
textsamplemodifiers.h
33
class PVA_FF_TextStyleBox : public
PVA_FF_Atom
63
class PVA_FF_TextHighlightBox : public
PVA_FF_Atom
95
class PVA_FF_TextHilightColorBox : public
PVA_FF_Atom
120
class PVA_FF_TextKaraokeBox : public
PVA_FF_Atom
158
class PVA_FF_TextScrollDelay : public
PVA_FF_Atom
173
class PVA_FF_TextHyperTextBox : public
PVA_FF_Atom
197
class PVA_FF_TextBoxBox : public
PVA_FF_Atom
217
class PVA_FF_BlinkBox : public
PVA_FF_Atom
movieextendsatom.h
29
class PVA_FF_MovieExtendsAtom : public
PVA_FF_Atom
moviefragmentrandomaccessatom.h
29
class PVA_FF_MovieFragmentRandomAccessAtom : public
PVA_FF_Atom
sampleentry.h
31
class PVA_FF_SampleEntry : public
PVA_FF_Atom
amrdecoderspecificinfo3gpp.h
33
class PVA_FF_AMRSpecificAtom : public
PVA_FF_Atom
boxrecord.h
29
class PVA_FF_BoxRecord : public
PVA_FF_Atom
filetypeatom.h
31
class PVA_FF_FileTypeAtom : public
PVA_FF_Atom
55
// Rendering the
PVA_FF_Atom
in proper format (bitlengths, etc.) to an ostream
fonttableatom.h
38
class PVA_FF_FontTableAtom : public
PVA_FF_Atom
stylerecord.h
25
class PVA_FF_StyleRecord : public
PVA_FF_Atom
Completed in 1215 milliseconds
1
2
3