OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readUInt8
(Results
1 - 25
of
34
) sorted by null
1
2
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
IsoTypeReaderVariable.java
25
return IsoTypeReader.
readUInt8
(bb);
IsoTypeReader.java
25
long ch1 =
readUInt8
(bb);
26
long ch2 =
readUInt8
(bb);
27
long ch3 =
readUInt8
(bb);
28
long ch4 =
readUInt8
(bb);
64
public static int
readUInt8
(ByteBuffer bb) {
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
AppleLosslessSpecificBox.java
127
unknown1 = IsoTypeReader.
readUInt8
(content);
128
sampleSize = IsoTypeReader.
readUInt8
(content);
129
historyMult = IsoTypeReader.
readUInt8
(content);
130
initialHistory = IsoTypeReader.
readUInt8
(content);
131
kModifier = IsoTypeReader.
readUInt8
(content);
132
channels = IsoTypeReader.
readUInt8
(content);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
InitialObjectDescriptor.java
83
urlLength = IsoTypeReader.
readUInt8
(bb);
87
oDProfileLevelIndication = IsoTypeReader.
readUInt8
(bb);
88
sceneProfileLevelIndication = IsoTypeReader.
readUInt8
(bb);
89
audioProfileLevelIndication = IsoTypeReader.
readUInt8
(bb);
90
visualProfileLevelIndication = IsoTypeReader.
readUInt8
(bb);
91
graphicsProfileLevelIndication = IsoTypeReader.
readUInt8
(bb);
BaseDescriptor.java
69
int tmp = IsoTypeReader.
readUInt8
(bb);
73
tmp = IsoTypeReader.
readUInt8
(bb);
ProfileLevelIndicationDescriptor.java
36
profileLevelIndicationIndex = IsoTypeReader.
readUInt8
(bb);
SLConfigDescriptor.java
73
predefined = IsoTypeReader.
readUInt8
(bb);
ObjectDescriptorFactory.java
159
int tag = IsoTypeReader.
readUInt8
(bb);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
OmaDrmAccessUnitFormatBox.java
73
allBits = (byte) IsoTypeReader.
readUInt8
(content);
75
keyIndicatorLength = IsoTypeReader.
readUInt8
(content);
76
initVectorLength = IsoTypeReader.
readUInt8
(content);
KeywordsBox.java
67
int keywordCount = IsoTypeReader.
readUInt8
(content);
70
IsoTypeReader.
readUInt8
(content);
SampleAuxiliaryInformationSizesBox.java
83
defaultSampleInfoSize = (short) IsoTypeReader.
readUInt8
(content);
90
sampleInfoSizes.add((short) IsoTypeReader.
readUInt8
(content));
AlbumBox.java
85
trackNumber = IsoTypeReader.
readUInt8
(content);
MetaBox.java
75
version = IsoTypeReader.
readUInt8
(content);
SubSampleInformationBox.java
81
subsampleEntry.setSubsamplePriority(IsoTypeReader.
readUInt8
(content));
82
subsampleEntry.setDiscardable(IsoTypeReader.
readUInt8
(content));
SampleDependencyTypeBox.java
116
entries.add(new Entry(IsoTypeReader.
readUInt8
(content)));
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
TextSampleEntry.java
61
horizontalJustification = IsoTypeReader.
readUInt8
(content);
62
verticalJustification = IsoTypeReader.
readUInt8
(content);
64
backgroundColorRgba[0] = IsoTypeReader.
readUInt8
(content);
65
backgroundColorRgba[1] = IsoTypeReader.
readUInt8
(content);
66
backgroundColorRgba[2] = IsoTypeReader.
readUInt8
(content);
67
backgroundColorRgba[3] = IsoTypeReader.
readUInt8
(content);
277
faceStyleFlags = IsoTypeReader.
readUInt8
(in);
278
fontSize = IsoTypeReader.
readUInt8
(in);
280
textColor[0] = IsoTypeReader.
readUInt8
(in);
281
textColor[1] = IsoTypeReader.
readUInt8
(in)
[
all
...]
AmrSpecificBox.java
75
decoderVersion = IsoTypeReader.
readUInt8
(content);
77
modeChangePeriod = IsoTypeReader.
readUInt8
(content);
78
framesPerSample = IsoTypeReader.
readUInt8
(content);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
AbstractFullBox.java
65
version = IsoTypeReader.
readUInt8
(content);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/h264/
AvcConfigurationBox.java
215
configurationVersion = IsoTypeReader.
readUInt8
(content);
216
avcProfileIndication = IsoTypeReader.
readUInt8
(content);
217
profileCompatibility = IsoTypeReader.
readUInt8
(content);
218
avcLevelIndication = IsoTypeReader.
readUInt8
(content);
231
long numberOfPictureParameterSets = IsoTypeReader.
readUInt8
(content);
251
long numOfSequenceParameterSetExt = IsoTypeReader.
readUInt8
(content);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/dece/
TrickPlayBox.java
88
entries.add(new Entry(IsoTypeReader.
readUInt8
(content)));
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
AbstractTrackEncryptionBox.java
54
defaultIvSize = IsoTypeReader.
readUInt8
(content);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
CencSampleEncryptionInformationGroupEntry.java
44
ivSize = (byte) IsoTypeReader.
readUInt8
(byteBuffer);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/threegpp26245/
FontTableBox.java
73
int length = IsoTypeReader.
readUInt8
(bb);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/threegpp26244/
LocationInformationBox.java
102
role = IsoTypeReader.
readUInt8
(content);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
TfrfBox.java
74
int fragmentCount = IsoTypeReader.
readUInt8
(content);
Completed in 86 milliseconds
1
2