summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorEino-Ville Talvala <etalvala@google.com>2013-07-25 17:12:05 -0700
committerEino-Ville Talvala <etalvala@google.com>2013-07-30 11:37:31 -0700
commit2f1a2e423e0fbb64467d6fcfa4e82c6384f31210 (patch)
tree84d91887a953c9a0bf5ca6d1ca112c8ab82bc08f /graphics
parent39dd5a62ae4348e941c8351635e61dc065b2ced7 (diff)
downloadframeworks_base-2f1a2e423e0fbb64467d6fcfa4e82c6384f31210.zip
frameworks_base-2f1a2e423e0fbb64467d6fcfa4e82c6384f31210.tar.gz
frameworks_base-2f1a2e423e0fbb64467d6fcfa4e82c6384f31210.tar.bz2
Camera2 API: Rename package to android.hardware.camera2
Change-Id: I77b7939e199f9fe8e12a59393c24cff08097448c
Diffstat (limited to 'graphics')
-rw-r--r--graphics/java/android/graphics/ImageFormat.java18
1 files changed, 9 insertions, 9 deletions
diff --git a/graphics/java/android/graphics/ImageFormat.java b/graphics/java/android/graphics/ImageFormat.java
index d64006d..7f2d9c1 100644
--- a/graphics/java/android/graphics/ImageFormat.java
+++ b/graphics/java/android/graphics/ImageFormat.java
@@ -90,13 +90,13 @@ public class ImageFormat {
* <pre> y_size = stride * height </pre>
*
* <p>For example, the {@link android.media.Image} object can provide data
- * in this format from a {@link android.hardware.photography.CameraDevice}
+ * in this format from a {@link android.hardware.camera2.CameraDevice}
* through a {@link android.media.ImageReader} object if this format is
- * supported by {@link android.hardware.photography.CameraDevice}.</p>
+ * supported by {@link android.hardware.camera2.CameraDevice}.</p>
*
* @see android.media.Image
* @see android.media.ImageReader
- * @see android.hardware.photography.CameraDevice
+ * @see android.hardware.camera2.CameraDevice
*
* @hide
*/
@@ -120,13 +120,13 @@ public class ImageFormat {
* <pre> y_size = stride * height </pre>
*
* <p>For example, the {@link android.media.Image} object can provide data
- * in this format from a {@link android.hardware.photography.CameraDevice}
+ * in this format from a {@link android.hardware.camera2.CameraDevice}
* through a {@link android.media.ImageReader} object if this format is
- * supported by {@link android.hardware.photography.CameraDevice}.</p>
+ * supported by {@link android.hardware.camera2.CameraDevice}.</p>
*
* @see android.media.Image
* @see android.media.ImageReader
- * @see android.hardware.photography.CameraDevice
+ * @see android.hardware.camera2.CameraDevice
*
* @hide
*/
@@ -172,12 +172,12 @@ public class ImageFormat {
* for each plane.</p>
*
* <p>For example, the {@link android.media.Image} object can provide data
- * in this format from a {@link android.hardware.photography.CameraDevice}
+ * in this format from a {@link android.hardware.camera2.CameraDevice}
* through a {@link android.media.ImageReader} object.</p>
*
* @see android.media.Image
* @see android.media.ImageReader
- * @see android.hardware.photography.CameraDevice
+ * @see android.hardware.camera2.CameraDevice
*/
public static final int YUV_420_888 = 0x23;
@@ -189,7 +189,7 @@ public class ImageFormat {
* <p>The layout of the color mosaic, the maximum and minimum encoding
* values of the raw pixel data, the color space of the image, and all other
* needed information to interpret a raw sensor image must be queried from
- * the {@link android.hardware.photography.CameraDevice} which produced the
+ * the {@link android.hardware.camera2.CameraDevice} which produced the
* image.</p>
*/
public static final int RAW_SENSOR = 0x20;