Searched defs:atomType (Results 1 – 9 of 9) sorted by relevance
/external/exoplayer/tree/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/ |
D | MetadataUtil.java | 413 int atomType = ilst.readInt(); in parseMdtaMetadataEntryFromIlst() local 431 int atomType = data.readInt(); in parseTextAttribute() local 444 int atomType = data.readInt(); in parseCommentAttribute() local 478 int atomType = data.readInt(); in parseIndexAndCountAttribute() local 513 int atomType = data.readInt(); in parseCoverArt() local 544 int atomType = data.readInt(); in parseInternalAttribute() local 569 int atomType = data.readInt(); in parseUint8AttributeValue() local
|
D | Sniffer.java | 102 int atomType = buffer.readInt(); in sniffInternal() local
|
D | PsshAtomUtil.java | 169 int atomType = atomData.readInt(); in parsePsshAtom() local
|
D | AtomParsers.java | 535 int atomType = udtaData.readInt(); in parseUdta() local 606 int atomType = meta.readInt(); in parseUdtaMeta() local 835 int atomType, in parseTextSampleEntry() 882 int atomType, in parseVideoSampleEntry() 1070 int atomType, in parseAudioSampleEntry()
|
D | Mp4Extractor.java | 107 private int atomType; field in Mp4Extractor
|
D | FragmentedMp4Extractor.java | 155 private int atomType; field in FragmentedMp4Extractor
|
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | MachONormalizedFileToAtoms.cpp | 51 #define ENTRY(seg, sect, type, atomType) \ argument 58 DefinedAtom::ContentType atomType; member 139 void sectionParseInfo(DefinedAtom::ContentType atomType, in sectionParseInfo() 145 DefinedAtom::ContentType atomType; in sectionParseInfo() member 240 void atomFromSymbol(DefinedAtom::ContentType atomType, const Section §ion, in atomFromSymbol() 276 llvm::Error processSymboledSection(DefinedAtom::ContentType atomType, in processSymboledSection() 382 llvm::Error processSection(DefinedAtom::ContentType atomType, in processSection() 1457 DefinedAtom::ContentType atomType = atomTypeFromSection(sect, in normalizedObjectToAtoms() local 1592 void relocatableSectionInfoForContentType(DefinedAtom::ContentType atomType, in relocatableSectionInfoForContentType()
|
D | MachONormalizedFileFromAtoms.cpp | 256 #define ENTRY(seg, sect, type, atomType) \ argument 263 DefinedAtom::ContentType atomType; member 306 SectionInfo *Util::getFinalSection(DefinedAtom::ContentType atomType) { in getFinalSection()
|
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/tx3g/ |
D | Tx3gDecoder.java | 137 int atomType = parsableByteArray.readInt(); in decode() local
|