HomeSort by relevance Sort by last modified time
    Searched refs:PVA_FF_Atom (Results 26 - 50 of 56) sorted by null

12 3

  /external/opencore/fileformats/mp4/composer/include/
h263decoderspecificinfo3gpp.h 30 class PVA_FF_H263DecBitrateAtom : public PVA_FF_Atom
53 class PVA_FF_H263SpecficAtom : public PVA_FF_Atom
moviefragmentatom.h 28 class PVA_FF_MovieFragmentAtom : public PVA_FF_Atom
avcconfigurationatom.h 32 class PVA_FF_AVCConfigurationAtom : public PVA_FF_Atom
trackfragmentatom.h 34 class PVA_FF_TrackFragmentAtom : public PVA_FF_Atom
mediadataatom.h 35 class PVA_FF_MediaDataAtom : public PVA_FF_Atom, public PVA_FF_ISucceedFail
101 // Rendering the PVA_FF_Atom in proper format (bitlengths, etc.) to an ostream
mediaatom.h 32 class PVA_FF_MediaAtom : public PVA_FF_Atom
120 // Rendering the PVA_FF_Atom in proper format (bitlengths, etc.) to an ostream
mediainformationatom.h 33 class PVA_FF_MediaInformationAtom : public PVA_FF_Atom
104 // Rendering the PVA_FF_Atom in proper format (bitlengths, etc.) to an ostream
sampletableatom.h 37 class PVA_FF_SampleTableAtom : public PVA_FF_Atom
124 // Rendering the PVA_FF_Atom in proper format (bitlengths, etc.) to an ostream
trackatom.h 44 class PVA_FF_TrackAtom : public PVA_FF_Atom, public PVA_FF_ISucceedFail
211 // Rendering the PVA_FF_Atom in proper format (bitlengths, etc.) to an ostream
  /external/opencore/fileformats/mp4/composer/src/
h263decoderspecificinfo3gpp.cpp 30 : PVA_FF_Atom(FourCharConstToUint32('d', '2', '6', '3'))
108 : PVA_FF_Atom(FourCharConstToUint32('b', 'i', 't', 'r'))
amrdecoderspecificinfo3gpp.cpp 32 : PVA_FF_Atom(FourCharConstToUint32('d', 'a', 'm', 'r'))
editatom.cpp 25 : PVA_FF_Atom(FourCharConstToUint32('e', 'd', 't', 's'))
43 // Render PVA_FF_Atom type and size
filetypeatom.cpp 33 : PVA_FF_Atom(FILE_TYPE_ATOM)
48 // Render PVA_FF_Atom type and size
userdataatom.cpp 30 typedef Oscl_Vector<PVA_FF_Atom*, OsclMemAllocator> PVA_FF_AtomVecType;
32 PVA_FF_UserDataAtom::PVA_FF_UserDataAtom() : PVA_FF_Atom(USER_DATA_ATOM)
45 PVA_FF_Atom* atomPtr = (*_pUserDataAtomVec)[i];
113 void PVA_FF_UserDataAtom::addAtom(PVA_FF_Atom* atom)
121 // Rendering the PVA_FF_Atom in proper format (bitlengths, etc.) to an ostream
129 // Render PVA_FF_Atom type and size
stylerecord.cpp 24 PVA_FF_StyleRecord::PVA_FF_StyleRecord() : PVA_FF_Atom(FourCharConstToUint32('t', 't', 's', 's'))
36 : PVA_FF_Atom(FourCharConstToUint32('t', 't', 's', 's'))
boxrecord.cpp 27 PVA_FF_BoxRecord::PVA_FF_BoxRecord() : PVA_FF_Atom(FourCharConstToUint32('t', 't', 's', 'b'))
fontrecord.cpp 27 : PVA_FF_Atom(FourCharConstToUint32('t', 't', 's', 'f'))
trackreferencetypeatom.cpp 33 : PVA_FF_Atom(refType)
82 // Rendering the PVA_FF_Atom in proper format (bitlengths, etc.) to an ostream
fonttableatom.cpp 29 PVA_FF_FontTableAtom::PVA_FF_FontTableAtom() : PVA_FF_Atom(FourCharConstToUint32('f', 't', 'a', 'b'))
movieextendsatom.cpp 26 : PVA_FF_Atom(MOVIE_EXTENDS_ATOM)
moviefragmentrandomaccessatom.cpp 27 : PVA_FF_Atom(MOVIE_FRAGMENT_RANDOM_ACCESS_ATOM)
mediadataatom.cpp 50 : PVA_FF_Atom(MEDIA_DATA_ATOM)
92 : PVA_FF_Atom(MEDIA_DATA_ATOM)
142 : PVA_FF_Atom(MEDIA_DATA_ATOM)
566 // Rendering the PVA_FF_Atom in proper format (bitlengths, etc.) to an ostream
580 // Render PVA_FF_Atom type and size
mediaatom.cpp 38 : PVA_FF_Atom(MEDIA_ATOM)
164 // Rendering the PVA_FF_Atom in proper format (bitlengths, etc.) to an ostream
170 // Render PVA_FF_Atom type and size
mediainformationatom.cpp 44 : PVA_FF_Atom(MEDIA_INFORMATION_ATOM)
212 // Rendering the PVA_FF_Atom in proper format (bitlengths, etc.) to an ostream
218 // Render PVA_FF_Atom type and size
moviefragmentatom.cpp 31 : PVA_FF_Atom(MOVIE_FRAGMENT_ATOM)

Completed in 939 milliseconds

12 3