Home
last modified time | relevance | path

Searched refs:FourCharConstToUint32 (Results 1 – 14 of 14) sorted by relevance

/external/opencore/fileformats/mp4/parser/utils/mp4recognizer/include/
Datomdefs.h93 #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/
Da_atomdefs.h106 #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/
Dh263decoderspecificinfo3gpp.cpp30 : 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()
Dstylerecord.cpp24 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()
Damrdecoderspecificinfo3gpp.cpp32 : PVA_FF_Atom(FourCharConstToUint32('d', 'a', 'm', 'r')) in PVA_FF_AMRSpecificAtom()
Deditatom.cpp25 : PVA_FF_Atom(FourCharConstToUint32('e', 'd', 't', 's')) in PVA_FF_EditAtom()
Dboxrecord.cpp27 PVA_FF_BoxRecord::PVA_FF_BoxRecord() : PVA_FF_Atom(FourCharConstToUint32('t', 't', 's', 'b')) in PVA_FF_BoxRecord()
Dfontrecord.cpp27 : PVA_FF_Atom(FourCharConstToUint32('t', 't', 's', 'f')) in PVA_FF_FontRecord()
Daudiosampleentry.cpp31 : PVA_FF_SampleEntry(FourCharConstToUint32('m', 'p', '4', 'a')) in PVA_FF_AudioSampleEntry()
Deditlistatom.cpp31 …: PVA_FF_FullAtom(FourCharConstToUint32('e', 'l', 's', 't'), 0, 0)//currently I sent both version … in PVA_FF_EditListAtom()
Dchunkoffsetatom.cpp33 : PVA_FF_FullAtom(FourCharConstToUint32('s', 't', 'c', 'o'), (uint8)0, (uint32)0), in PVA_FF_ChunkOffsetAtom()
Dh263sampleentry.cpp31 : PVA_FF_SampleEntry(FourCharConstToUint32('s', '2', '6', '3')) in PVA_FF_H263SampleEntry()
Dfonttableatom.cpp29 PVA_FF_FontTableAtom::PVA_FF_FontTableAtom() : PVA_FF_Atom(FourCharConstToUint32('f', 't', 'a', 'b'… in PVA_FF_FontTableAtom()
/external/opencore/fileformats/mp4/parser/src/
Dmpeg4file.cpp1426 … (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()