Searched defs:iRef (Results 1 - 12 of 12) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifReader.java33 ExifReader(ExifInterface iRef) { argument
34 mInterface = iRef;
H A DExifModifier.java47 protected ExifModifier(ByteBuffer byteBuffer, ExifInterface iRef) throws IOException, argument
51 mInterface = iRef;
H A DExifOutputStream.java85 protected ExifOutputStream(OutputStream ou, ExifInterface iRef) { argument
87 mInterface = iRef;
H A DExifParser.java201 private ExifParser(InputStream inputStream, int options, ExifInterface iRef) argument
209 mInterface = iRef;
239 protected static ExifParser parse(InputStream inputStream, int options, ExifInterface iRef) argument
241 return new ExifParser(inputStream, options, iRef);
252 protected static ExifParser parse(InputStream inputStream, ExifInterface iRef) argument
256 | OPTION_THUMBNAIL, iRef);
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifReader.java33 ExifReader(ExifInterface iRef) { argument
34 mInterface = iRef;
H A DExifModifier.java48 protected ExifModifier(ByteBuffer byteBuffer, ExifInterface iRef) throws IOException, argument
52 mInterface = iRef;
H A DExifOutputStream.java85 protected ExifOutputStream(OutputStream ou, ExifInterface iRef) { argument
87 mInterface = iRef;
H A DExifParser.java201 private ExifParser(InputStream inputStream, int options, ExifInterface iRef) argument
209 mInterface = iRef;
239 protected static ExifParser parse(InputStream inputStream, int options, ExifInterface iRef) argument
241 return new ExifParser(inputStream, options, iRef);
252 protected static ExifParser parse(InputStream inputStream, ExifInterface iRef) argument
256 | OPTION_THUMBNAIL, iRef);
/packages/apps/Messaging/src/com/android/messaging/util/exif/
H A DExifReader.java34 ExifReader(ExifInterface iRef) { argument
35 mInterface = iRef;
H A DExifModifier.java48 protected ExifModifier(ByteBuffer byteBuffer, ExifInterface iRef) throws IOException, argument
52 mInterface = iRef;
H A DExifOutputStream.java86 protected ExifOutputStream(OutputStream ou, ExifInterface iRef) { argument
88 mInterface = iRef;
H A DExifParser.java202 private ExifParser(InputStream inputStream, int options, ExifInterface iRef) argument
210 mInterface = iRef;
240 protected static ExifParser parse(InputStream inputStream, int options, ExifInterface iRef) argument
242 return new ExifParser(inputStream, options, iRef);
253 protected static ExifParser parse(InputStream inputStream, ExifInterface iRef) argument
257 | OPTION_THUMBNAIL, iRef);

Completed in 174 milliseconds