Searched refs:iRef (Results 1 - 14 of 14) sorted by relevance

/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/
H A DExifReader.java28 ExifReader(ExifInterface iRef) { argument
29 mInterface = iRef;
H A DExifParser.java173 private ExifParser(InputStream inputStream, int options, ExifInterface iRef) argument
181 mInterface = iRef;
211 protected static ExifParser parse(InputStream inputStream, int options, ExifInterface iRef) argument
213 return new ExifParser(inputStream, options, iRef);
224 protected static ExifParser parse(InputStream inputStream, ExifInterface iRef) argument
234 iRef);
/packages/apps/Camera2/src/com/android/camera/exif/
H A DExifReader.java33 ExifReader(ExifInterface iRef) { argument
34 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);
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;
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
H A DExifReader.java33 ExifReader(ExifInterface iRef) { argument
34 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);
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;
/packages/apps/Messaging/src/com/android/messaging/util/exif/
H A DExifReader.java34 ExifReader(ExifInterface iRef) { argument
35 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);
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;

Completed in 619 milliseconds