OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsoTypeReader
(Results
1 - 25
of
101
) sorted by null
1
2
3
4
5
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
IsoTypeReaderVariable.java
25
return
IsoTypeReader
.readUInt8(bb);
27
return
IsoTypeReader
.readUInt16(bb);
29
return
IsoTypeReader
.readUInt24(bb);
31
return
IsoTypeReader
.readUInt32(bb);
33
return
IsoTypeReader
.readUInt64(bb);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
SoundMediaHeaderBox.java
19
import com.coremedia.iso.
IsoTypeReader
;
44
balance =
IsoTypeReader
.readFixedPoint88(content);
45
IsoTypeReader
.readUInt16(content);
BitRateBox.java
19
import com.coremedia.iso.
IsoTypeReader
;
56
bufferSizeDb =
IsoTypeReader
.readUInt32(content);
57
maxBitrate =
IsoTypeReader
.readUInt32(content);
58
avgBitrate =
IsoTypeReader
.readUInt32(content);
MediaHeaderBox.java
19
import com.coremedia.iso.
IsoTypeReader
;
100
creationTime =
IsoTypeReader
.readUInt64(content);
101
modificationTime =
IsoTypeReader
.readUInt64(content);
102
timescale =
IsoTypeReader
.readUInt32(content);
103
duration =
IsoTypeReader
.readUInt64(content);
105
creationTime =
IsoTypeReader
.readUInt32(content);
106
modificationTime =
IsoTypeReader
.readUInt32(content);
107
timescale =
IsoTypeReader
.readUInt32(content);
108
duration =
IsoTypeReader
.readUInt32(content);
110
language =
IsoTypeReader
.readIso639(content)
[
all
...]
HintMediaHeaderBox.java
19
import com.coremedia.iso.
IsoTypeReader
;
64
maxPduSize =
IsoTypeReader
.readUInt16(content);
65
avgPduSize =
IsoTypeReader
.readUInt16(content);
66
maxBitrate =
IsoTypeReader
.readUInt32(content);
67
avgBitrate =
IsoTypeReader
.readUInt32(content);
68
IsoTypeReader
.readUInt32(content); // reserved!
TrackHeaderBox.java
20
import com.coremedia.iso.
IsoTypeReader
;
111
creationTime =
IsoTypeReader
.readUInt64(content);
112
modificationTime =
IsoTypeReader
.readUInt64(content);
113
trackId =
IsoTypeReader
.readUInt32(content);
114
IsoTypeReader
.readUInt32(content);
115
duration =
IsoTypeReader
.readUInt64(content);
117
creationTime =
IsoTypeReader
.readUInt32(content);
118
modificationTime =
IsoTypeReader
.readUInt32(content);
119
trackId =
IsoTypeReader
.readUInt32(content);
120
IsoTypeReader
.readUInt32(content)
[
all
...]
ChunkOffset64BitBox.java
3
import com.coremedia.iso.
IsoTypeReader
;
34
int entryCount = l2i(
IsoTypeReader
.readUInt32(content));
37
chunkOffsets[i] =
IsoTypeReader
.readUInt64(content);
DataEntryUrnBox.java
19
import com.coremedia.iso.
IsoTypeReader
;
53
name =
IsoTypeReader
.readString(content);
54
location =
IsoTypeReader
.readString(content);
StaticChunkOffsetBox.java
19
import com.coremedia.iso.
IsoTypeReader
;
53
int entryCount = l2i(
IsoTypeReader
.readUInt32(content));
56
chunkOffsets[i] =
IsoTypeReader
.readUInt32(content);
VideoMediaHeaderBox.java
19
import com.coremedia.iso.
IsoTypeReader
;
54
graphicsmode =
IsoTypeReader
.readUInt16(content);
57
opcolor[i] =
IsoTypeReader
.readUInt16(content);
SampleAuxiliaryInformationOffsetsBox.java
19
import com.coremedia.iso.
IsoTypeReader
;
87
auxInfoType =
IsoTypeReader
.readUInt32(content);
88
auxInfoTypeParameter =
IsoTypeReader
.readUInt32(content);
91
int entryCount = l2i(
IsoTypeReader
.readUInt32(content));
96
offsets.add(
IsoTypeReader
.readUInt32(content));
98
offsets.add(
IsoTypeReader
.readUInt64(content));
RecordingYearBox.java
19
import com.coremedia.iso.
IsoTypeReader
;
54
recordingYear =
IsoTypeReader
.readUInt16(content);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
AppleLosslessSpecificBox.java
3
import com.coremedia.iso.
IsoTypeReader
;
126
maxSamplePerFrame =
IsoTypeReader
.readUInt32(content);
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);
133
unknown2 =
IsoTypeReader
.readUInt16(content);
134
maxCodedFrameSize =
IsoTypeReader
.readUInt32(content);
[
all
...]
AppleDataRateBox.java
19
import com.coremedia.iso.
IsoTypeReader
;
40
dataRate =
IsoTypeReader
.readUInt32(content);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
VisualSampleEntry.java
19
import com.coremedia.iso.
IsoTypeReader
;
137
long tmp =
IsoTypeReader
.readUInt16(content);
139
tmp =
IsoTypeReader
.readUInt16(content);
141
predefined[0] =
IsoTypeReader
.readUInt32(content); // should be zero
142
predefined[1] =
IsoTypeReader
.readUInt32(content); // should be zero
143
predefined[2] =
IsoTypeReader
.readUInt32(content); // should be zero
144
width =
IsoTypeReader
.readUInt16(content);
145
height =
IsoTypeReader
.readUInt16(content);
146
horizresolution =
IsoTypeReader
.readFixedPoint1616(content);
147
vertresolution =
IsoTypeReader
.readFixedPoint1616(content)
[
all
...]
TextSampleEntry.java
19
import com.coremedia.iso.
IsoTypeReader
;
60
displayFlags =
IsoTypeReader
.readUInt32(content);
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);
228
top =
IsoTypeReader
.readUInt16(in);
229
left =
IsoTypeReader
.readUInt16(in)
[
all
...]
AudioSampleEntry.java
20
import com.coremedia.iso.
IsoTypeReader
;
186
soundVersion =
IsoTypeReader
.readUInt16(content);
189
reserved1 =
IsoTypeReader
.readUInt16(content);
190
reserved2 =
IsoTypeReader
.readUInt32(content);
192
channelCount =
IsoTypeReader
.readUInt16(content);
193
sampleSize =
IsoTypeReader
.readUInt16(content);
195
compressionId =
IsoTypeReader
.readUInt16(content);
197
packetSize =
IsoTypeReader
.readUInt16(content);
199
sampleRate =
IsoTypeReader
.readUInt32(content);
206
samplesPerPacket =
IsoTypeReader
.readUInt32(content)
[
all
...]
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/threegpp26244/
LocationInformationBox.java
3
import com.coremedia.iso.
IsoTypeReader
;
100
language =
IsoTypeReader
.readIso639(content);
101
name =
IsoTypeReader
.readString(content);
102
role =
IsoTypeReader
.readUInt8(content);
103
longitude =
IsoTypeReader
.readFixedPoint1616(content);
104
latitude =
IsoTypeReader
.readFixedPoint1616(content);
105
altitude =
IsoTypeReader
.readFixedPoint1616(content);
106
astronomicalBody =
IsoTypeReader
.readString(content);
107
additionalNotes =
IsoTypeReader
.readString(content);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
InitialObjectDescriptor.java
20
import com.coremedia.iso.
IsoTypeReader
;
75
int data =
IsoTypeReader
.readUInt16(bb);
83
urlLength =
IsoTypeReader
.readUInt8(bb);
84
urlString =
IsoTypeReader
.readString(bb, urlLength);
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);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/
TrackExtendsBox.java
19
import com.coremedia.iso.
IsoTypeReader
;
64
trackId =
IsoTypeReader
.readUInt32(content);
65
defaultSampleDescriptionIndex =
IsoTypeReader
.readUInt32(content);
66
defaultSampleDuration =
IsoTypeReader
.readUInt32(content);
67
defaultSampleSize =
IsoTypeReader
.readUInt32(content);
MovieExtendsHeaderBox.java
19
import com.coremedia.iso.
IsoTypeReader
;
50
fragmentDuration = getVersion() == 1 ?
IsoTypeReader
.readUInt64(content) :
IsoTypeReader
.readUInt32(content);
TrackFragmentBaseMediaDecodeTimeBox.java
19
import com.coremedia.iso.
IsoTypeReader
;
54
baseMediaDecodeTime =
IsoTypeReader
.readUInt64(content);
56
baseMediaDecodeTime =
IsoTypeReader
.readUInt32(content);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/piff/
TfxdBox.java
3
import com.coremedia.iso.
IsoTypeReader
;
58
fragmentAbsoluteTime =
IsoTypeReader
.readUInt64(content);
59
fragmentAbsoluteDuration =
IsoTypeReader
.readUInt64(content);
61
fragmentAbsoluteTime =
IsoTypeReader
.readUInt32(content);
62
fragmentAbsoluteDuration =
IsoTypeReader
.readUInt32(content);
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/vodafone/
ContentDistributorIdBox.java
19
import com.coremedia.iso.
IsoTypeReader
;
54
language =
IsoTypeReader
.readIso639(content);
55
contentDistributorId =
IsoTypeReader
.readString(content);
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
AbstractFullBox.java
20
import com.coremedia.iso.
IsoTypeReader
;
65
version =
IsoTypeReader
.readUInt8(content);
66
flags =
IsoTypeReader
.readUInt24(content);
Completed in 131 milliseconds
1
2
3
4
5