Searched defs:jpeg (Results 1 – 14 of 14) sorted by relevance
/packages/apps/Camera/src/com/android/camera/ |
D | Exif.java | 33 public static int getOrientation(byte[] jpeg) { in getOrientation()
|
D | CameraManager.java | 385 final PictureCallback postview, final PictureCallback jpeg) { in takePicture() 399 final PictureCallback postview, final PictureCallback jpeg, in takePicture2()
|
D | Storage.java | 80 long date, Location location, int orientation, byte[] jpeg, in addImage()
|
/packages/apps/Camera2/src/com/android/camera/ |
D | Storage.java | 81 Location location, int orientation, ExifInterface exif, byte[] jpeg, int width, in addImage() 195 public static Uri addPlaceholder(byte[] jpeg, int width, int height) { in addPlaceholder() 214 public static void replacePlaceholder(Uri uri, byte[] jpeg, int width, int height) { in replacePlaceholder() 240 byte[] jpeg, int width, int height, String mimeType) { in updateImage() 266 private static long writeFile(String path, byte[] jpeg, ExifInterface exif) { in writeFile()
|
/packages/apps/Camera2/src/com/android/camera/session/ |
D | PlaceholderManager.java | 106 … ExifInterface exif, byte[] jpeg, int width, int height, String mimeType) { in finishPlaceholder() 123 byte[] jpeg, int width, int height) { in replacePlaceholder()
|
/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 | 362 ByteArrayOutputStream jpeg = new ByteArrayOutputStream(); in createFinalTinyPlanet() local 374 private byte[] addExif(byte[] jpeg) { in addExif()
|
/packages/apps/Camera2/src/com/android/camera/debug/ |
D | DebugCameraProxy.java | 182 CameraAgent.CameraPictureCallback jpeg) { in takePicture()
|
/packages/apps/Mms/src/com/android/mms/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/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/Launcher3/WallpaperPicker/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 | 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()
|