OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:offsetSize
(Results
1 - 7
of
7
) sorted by null
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
ItemLocationBox.java
61
public int
offsetSize
= 8;
86
IsoTypeWriter.writeUInt8(byteBuffer, ((
offsetSize
<< 4) | lengthSize));
102
offsetSize
= tmp >>> 4;
118
return
offsetSize
;
121
public void setOffsetSize(int
offsetSize
) {
122
this.
offsetSize
=
offsetSize
;
308
extentOffset = IsoTypeReaderVariable.read(in,
offsetSize
);
316
IsoTypeWriterVariable.write(extentOffset, os,
offsetSize
);
321
return (indexSize > 0 ? indexSize : 0) +
offsetSize
+ lengthSize
[
all
...]
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifParser.java
296
int
offsetSize
= 4;
299
offsetSize
= mCorrespondingEvent.firstEntry().getKey() -
302
if (
offsetSize
< 4) {
303
Log.w(TAG, "Invalid size of link to next IFD: " +
offsetSize
);
[
all
...]
/packages/apps/Camera2/src/com/android/camera/exif/
ExifParser.java
296
int
offsetSize
= 4;
299
offsetSize
= mCorrespondingEvent.firstEntry().getKey() -
302
if (
offsetSize
< 4) {
303
Log.w(TAG, "Invalid size of link to next IFD: " +
offsetSize
);
[
all
...]
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifParser.java
296
int
offsetSize
= 4;
299
offsetSize
= mCorrespondingEvent.firstEntry().getKey() -
302
if (
offsetSize
< 4) {
303
Log.w(TAG, "Invalid size of link to next IFD: " +
offsetSize
);
[
all
...]
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
ExifParser.java
296
int
offsetSize
= 4;
299
offsetSize
= mCorrespondingEvent.firstEntry().getKey() -
302
if (
offsetSize
< 4) {
303
Log.w(TAG, "Invalid size of link to next IFD: " +
offsetSize
);
[
all
...]
/packages/apps/Mms/src/com/android/mms/exif/
ExifParser.java
296
int
offsetSize
= 4;
299
offsetSize
= mCorrespondingEvent.firstEntry().getKey() -
302
if (
offsetSize
< 4) {
303
Log.w(TAG, "Invalid size of link to next IFD: " +
offsetSize
);
[
all
...]
/external/chromium_org/third_party/codesighs/
msmap2tsv.c
[
all
...]
Completed in 203 milliseconds