Searched defs:jpeg (Results 1 – 11 of 11) sorted by relevance
/packages/apps/LegacyCamera/src/com/android/camera/ |
D | Exif.java | 24 public static int getOrientation(byte[] jpeg) { in getOrientation()
|
D | Storage.java | 53 Location location, int orientation, byte[] jpeg, int width, int height) { in addImage()
|
D | Thumbnail.java | 247 public static Thumbnail createThumbnail(byte[] jpeg, int orientation, int inSampleSize, in createThumbnail()
|
/packages/apps/Camera2/src/com/android/camera/tinyplanet/ |
D | TinyPlanetFragment.java | 361 ByteArrayOutputStream jpeg = new ByteArrayOutputStream(); in createFinalTinyPlanet() local 373 private byte[] addExif(byte[] jpeg) { in addExif()
|
/packages/apps/Camera2/src/com/android/camera/session/ |
D | PlaceholderManager.java | 136 … ExifInterface exif, byte[] jpeg, int width, int height, String mimeType) throws IOException { in finishPlaceholder()
|
/packages/apps/Camera2/src/com/android/camera/ |
D | Storage.java | 101 Location location, int orientation, ExifInterface exif, byte[] jpeg, int width, in addImage() 294 byte[] jpeg, int width, int height, String mimeType) throws IOException { in updateImage()
|
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/exif/ |
D | ExifInterface.java | 92 public void readExif(byte[] jpeg) throws IOException { in readExif()
|
/packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/ |
D | common_defines.h | 35 jpeg, enumerator
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
D | ExifInterface.java | 724 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/Camera2/src/com/android/camera/exif/ |
D | ExifInterface.java | 727 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/ |
D | ExifInterface.java | 724 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()
|