summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorRuben Brunk <rubenbrunk@google.com>2014-05-22 12:33:54 -0700
committerRuben Brunk <rubenbrunk@google.com>2014-05-22 22:57:11 +0000
commitb6079005ed0631c3972ff427f56e12523ec214a7 (patch)
tree0ed9977a4c689a07702302c72dc1622ce7ae835f /api
parent88aca033ff10d3298f06b4c950ef24ec091185b7 (diff)
downloadframeworks_base-b6079005ed0631c3972ff427f56e12523ec214a7.zip
frameworks_base-b6079005ed0631c3972ff427f56e12523ec214a7.tar.gz
frameworks_base-b6079005ed0631c3972ff427f56e12523ec214a7.tar.bz2
camera2: Move DngCreator to hardware/camera2.
Bug: 15091253 Change-Id: Ibe2ee376436e5c796e33c0b782ea68278589f2e6
Diffstat (limited to 'api')
-rw-r--r--api/current.txt26
1 files changed, 13 insertions, 13 deletions
diff --git a/api/current.txt b/api/current.txt
index a021d59..b399c82 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -12618,6 +12618,19 @@ package android.hardware.camera2 {
field public static final android.hardware.camera2.CameraMetadata.Key TONEMAP_MODE;
}
+ public final class DngCreator implements java.lang.AutoCloseable {
+ ctor public DngCreator(android.hardware.camera2.CameraCharacteristics, android.hardware.camera2.CaptureResult);
+ method public void close();
+ method public android.hardware.camera2.DngCreator setDescription(java.lang.String);
+ method public android.hardware.camera2.DngCreator setLocation(android.location.Location);
+ method public android.hardware.camera2.DngCreator setOrientation(int);
+ method public android.hardware.camera2.DngCreator setThumbnail(android.graphics.Bitmap);
+ method public android.hardware.camera2.DngCreator setThumbnail(android.media.Image);
+ method public void writeByteBuffer(java.io.OutputStream, android.util.Size, java.nio.ByteBuffer, long) throws java.io.IOException;
+ method public void writeImage(java.io.OutputStream, android.media.Image) throws java.io.IOException;
+ method public void writeInputStream(java.io.OutputStream, android.util.Size, java.io.InputStream, long) throws java.io.IOException;
+ }
+
}
package android.hardware.camera2.params {
@@ -14086,19 +14099,6 @@ package android.media {
ctor public DeniedByServerException(java.lang.String);
}
- public final class DngCreator implements java.lang.AutoCloseable {
- ctor public DngCreator(android.hardware.camera2.CameraCharacteristics, android.hardware.camera2.CaptureResult);
- method public void close();
- method public android.media.DngCreator setDescription(java.lang.String);
- method public android.media.DngCreator setLocation(android.location.Location);
- method public android.media.DngCreator setOrientation(int);
- method public android.media.DngCreator setThumbnail(android.graphics.Bitmap);
- method public android.media.DngCreator setThumbnail(android.media.Image);
- method public void writeByteBuffer(java.io.OutputStream, android.util.Size, java.nio.ByteBuffer, long) throws java.io.IOException;
- method public void writeImage(java.io.OutputStream, android.media.Image) throws java.io.IOException;
- method public void writeInputStream(java.io.OutputStream, android.util.Size, java.io.InputStream, long) throws java.io.IOException;
- }
-
public class ExifInterface {
ctor public ExifInterface(java.lang.String) throws java.io.IOException;
method public double getAltitude(double);