Home
last modified time | relevance | path

Searched defs:jpeg (Results 1 – 10 of 10) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/
DExif.java24 public static int getOrientation(byte[] jpeg) { in getOrientation()
DStorage.java53 Location location, int orientation, byte[] jpeg, int width, int height) { in addImage()
DThumbnail.java247 public static Thumbnail createThumbnail(byte[] jpeg, int orientation, int inSampleSize, in createThumbnail()
/packages/apps/Camera2/src/com/android/camera/
DStorage.java92 Location location, int orientation, ExifInterface exif, byte[] jpeg, int width, in addImage()
271 byte[] jpeg, int width, int height, String mimeType) throws IOException { in updateImage()
303 public static long writeFile(String path, byte[] jpeg, ExifInterface exif) throws IOException { in writeFile()
/packages/apps/Camera2/src/com/android/camera/tinyplanet/
DTinyPlanetFragment.java361 ByteArrayOutputStream jpeg = new ByteArrayOutputStream(); in createFinalTinyPlanet() local
373 private byte[] addExif(byte[] jpeg) { in addExif()
/packages/apps/Camera2/src/com/android/camera/session/
DPlaceholderManager.java136 … ExifInterface exif, byte[] jpeg, int width, int height, String mimeType) throws IOException { in finishPlaceholder()
/packages/apps/Camera2/src/com/android/camera/exif/
DExifInterface.java727 public void readExif(byte[] jpeg) throws IOException { in readExif()
798 public void writeExif(byte[] jpeg, OutputStream exifOutStream) throws IOException { in writeExif()
853 public void writeExif(byte[] jpeg, String exifOutFileName) throws FileNotFoundException, in writeExif()
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
DExifInterface.java724 public void readExif(byte[] jpeg) throws IOException { in readExif()
798 public void writeExif(byte[] jpeg, OutputStream exifOutStream) throws IOException { in writeExif()
853 public void writeExif(byte[] jpeg, String exifOutFileName) throws FileNotFoundException, in writeExif()
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
DExifInterface.java724 public void readExif(byte[] jpeg) throws IOException { in readExif()
798 public void writeExif(byte[] jpeg, OutputStream exifOutStream) throws IOException { in writeExif()
853 public void writeExif(byte[] jpeg, String exifOutFileName) throws FileNotFoundException, in writeExif()
/packages/apps/Messaging/src/com/android/messaging/util/exif/
DExifInterface.java724 public void readExif(byte[] jpeg) throws IOException { in readExif()
798 public void writeExif(byte[] jpeg, OutputStream exifOutStream) throws IOException { in writeExif()
853 public void writeExif(byte[] jpeg, String exifOutFileName) throws FileNotFoundException, in writeExif()