Home
last modified time | relevance | path

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/
DMetadataUtil.java413 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
DSniffer.java102 int atomType = buffer.readInt(); in sniffInternal() local
DPsshAtomUtil.java169 int atomType = atomData.readInt(); in parsePsshAtom() local
DAtomParsers.java535 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()
DMp4Extractor.java107 private int atomType; field in Mp4Extractor
DFragmentedMp4Extractor.java155 private int atomType; field in FragmentedMp4Extractor
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileToAtoms.cpp51 #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 &section, 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()
DMachONormalizedFileFromAtoms.cpp256 #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/
DTx3gDecoder.java137 int atomType = parsableByteArray.readInt(); in decode() local