/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/include/ |
D | atomdefs.h | 93 #define FourCharConstToUint32(a, b, c, d) ( (uint32(a) << 24) | (uint32(b) << 16) | (uint32(c) << 8… macro 95 const uint32 PACKETVIDEO_FOURCC = FourCharConstToUint32('p', 'v', 'm', 'm'); 96 const uint32 PVUSER_DATA_ATOM = FourCharConstToUint32('p', 'v', 'm', 'm'); 98 const uint32 FILE_TYPE_ATOM = FourCharConstToUint32('f', 't', 'y', 'p'); 100 const uint32 UUID_ATOM = FourCharConstToUint32('u', 'u', 'i', 'd'); 102 const uint32 MOVIE_ATOM = FourCharConstToUint32('m', 'o', 'o', 'v'); 103 const uint32 MOVIE_HEADER_ATOM = FourCharConstToUint32('m', 'v', 'h', 'd'); 104 const uint32 TRACK_ATOM = FourCharConstToUint32('t', 'r', 'a', 'k'); 105 const uint32 ESD_ATOM = FourCharConstToUint32('e', 's', 'd', 's'); 106 const uint32 TRACK_HEADER_ATOM = FourCharConstToUint32('t', 'k', 'h', 'd'); [all …]
|
/external/opencore/fileformats/mp4/composer/include/ |
D | a_atomdefs.h | 106 #define FourCharConstToUint32(a, b, c, d) ( (uint32(a) << 24) | (uint32(b) << 16) | (uint32(c) << 8… macro 108 const uint32 HINT_PROTOCOL_BASE_LAYER_ONLY = FourCharConstToUint32('p', 'v', 'b', 'l'); 109 const uint32 HINT_PROTOCOL_TEMPORAL_SCALABILITY = FourCharConstToUint32('p', 'v', 't', 's'); 110 const uint32 HINT_PROTOCOL_SPATIAL_SCALABILITY = FourCharConstToUint32('p', 'v', 's', 's'); 111 const uint32 HINT_PROTOCOL_SPATIAL_TEMPORAL = FourCharConstToUint32('p', 'v', 's', 't'); 112 const uint32 HINT_PROTOCOL_STILL_IMAGE = FourCharConstToUint32('p', 'v', 's', 'i'); 113 const uint32 HINT_PROTOCOL_AUDIO = FourCharConstToUint32('p', 'v', 'a', 'u'); 114 const uint32 PACKETVIDEO_FOURCC = FourCharConstToUint32('p', 'v', 'm', 'm'); 117 const uint32 MOVIE_ATOM = FourCharConstToUint32('m', 'o', 'o', 'v'); 118 const uint32 MOVIE_HEADER_ATOM = FourCharConstToUint32('m', 'v', 'h', 'd'); [all …]
|
/external/opencore/fileformats/mp4/composer/src/ |
D | h263decoderspecificinfo3gpp.cpp | 30 : PVA_FF_Atom(FourCharConstToUint32('d', '2', '6', '3')) in PVA_FF_H263SpecficAtom() 108 : PVA_FF_Atom(FourCharConstToUint32('b', 'i', 't', 'r')) in PVA_FF_H263DecBitrateAtom()
|
D | stylerecord.cpp | 24 PVA_FF_StyleRecord::PVA_FF_StyleRecord() : PVA_FF_Atom(FourCharConstToUint32('t', 't', 's', 's')) in PVA_FF_StyleRecord() 36 : PVA_FF_Atom(FourCharConstToUint32('t', 't', 's', 's')) in PVA_FF_StyleRecord()
|
D | amrdecoderspecificinfo3gpp.cpp | 32 : PVA_FF_Atom(FourCharConstToUint32('d', 'a', 'm', 'r')) in PVA_FF_AMRSpecificAtom()
|
D | editatom.cpp | 25 : PVA_FF_Atom(FourCharConstToUint32('e', 'd', 't', 's')) in PVA_FF_EditAtom()
|
D | boxrecord.cpp | 27 PVA_FF_BoxRecord::PVA_FF_BoxRecord() : PVA_FF_Atom(FourCharConstToUint32('t', 't', 's', 'b')) in PVA_FF_BoxRecord()
|
D | fontrecord.cpp | 27 : PVA_FF_Atom(FourCharConstToUint32('t', 't', 's', 'f')) in PVA_FF_FontRecord()
|
D | audiosampleentry.cpp | 31 : PVA_FF_SampleEntry(FourCharConstToUint32('m', 'p', '4', 'a')) in PVA_FF_AudioSampleEntry()
|
D | editlistatom.cpp | 31 …: PVA_FF_FullAtom(FourCharConstToUint32('e', 'l', 's', 't'), 0, 0)//currently I sent both version … in PVA_FF_EditListAtom()
|
D | chunkoffsetatom.cpp | 33 : PVA_FF_FullAtom(FourCharConstToUint32('s', 't', 'c', 'o'), (uint8)0, (uint32)0), in PVA_FF_ChunkOffsetAtom()
|
D | h263sampleentry.cpp | 31 : PVA_FF_SampleEntry(FourCharConstToUint32('s', '2', '6', '3')) in PVA_FF_H263SampleEntry()
|
D | fonttableatom.cpp | 29 PVA_FF_FontTableAtom::PVA_FF_FontTableAtom() : PVA_FF_Atom(FourCharConstToUint32('f', 't', 'a', 'b'… in PVA_FF_FontTableAtom()
|
/external/opencore/fileformats/mp4/parser/src/ |
D | mpeg4file.cpp | 1426 … (PVUserDataAtom*) _puserDataAtom->getAtomOfType(FourCharConstToUint32('p', 'v', 'm', 'm')); in getPVTitle() 1449 … (PVUserDataAtom*) _puserDataAtom->getAtomOfType(FourCharConstToUint32('p', 'v', 'm', 'm')); in getPVAuthor() 1474 … (PVUserDataAtom*) _puserDataAtom->getAtomOfType(FourCharConstToUint32('p', 'v', 'm', 'm')); in getPVVersion() 1497 … (PVUserDataAtom*) _puserDataAtom->getAtomOfType(FourCharConstToUint32('p', 'v', 'm', 'm')); in getPVCopyright() 1520 … (PVUserDataAtom*) _puserDataAtom->getAtomOfType(FourCharConstToUint32('p', 'v', 'm', 'm')); in getPVDescription() 1543 … (PVUserDataAtom*) _puserDataAtom->getAtomOfType(FourCharConstToUint32('p', 'v', 'm', 'm')); in getPVRating() 1566 … (PVUserDataAtom*) _puserDataAtom->getAtomOfType(FourCharConstToUint32('p', 'v', 'm', 'm')); in getCreationDate()
|