/packages/apps/Camera2/src/com/android/camera/tinyplanet/ |
TinyPlanetFragment.java | 359 // for the JPEG bytes. 363 ByteArrayOutputStream jpeg = new ByteArrayOutputStream(); local 364 resultBitmap.compress(CompressFormat.JPEG, 100, jpeg); 365 return new TinyPlanetImage(addExif(jpeg.toByteArray()), outputSize); 372 * @param jpeg the JPEG data of the tiny planet. 373 * @return The JPEG data containing basic EXIF. 375 private byte[] addExif(byte[] jpeg) { 381 exif.writeExif(jpeg, jpegOut) [all...] |
/packages/apps/Gallery/src/com/android/camera/ |
ImageManager.java | 194 // Stores a bitmap or a jpeg byte array to a file (using the specified 213 source.compress(CompressFormat.JPEG, 75, outputStream); 237 values.put(Images.Media.MIME_TYPE, "image/jpeg");
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
ExifInterface.java | 49 * This class provides methods and constants for reading and writing jpeg file 54 * to a valid jpeg image as exif metadata. 404 public static final short JPEG = 6; 721 * @param jpeg a byte array containing a jpeg compressed image. 724 public void readExif(byte[] jpeg) throws IOException { 725 readExif(new ByteArrayInputStream(jpeg)); 732 * @param inStream an InputStream containing a jpeg compressed image. 752 * @param inFileName a string representing the filepath to jpeg file. 790 * Writes the tags from this ExifInterface object into a jpeg image [all...] |
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/ |
ExifInterface.java | 49 * This class provides methods and constants for reading and writing jpeg file 54 * to a valid jpeg image as exif metadata. 404 public static final short JPEG = 6; 721 * @param jpeg a byte array containing a jpeg compressed image. 724 public void readExif(byte[] jpeg) throws IOException { 725 readExif(new ByteArrayInputStream(jpeg)); 732 * @param inStream an InputStream containing a jpeg compressed image. 752 * @param inFileName a string representing the filepath to jpeg file. 790 * Writes the tags from this ExifInterface object into a jpeg image [all...] |
/packages/apps/Mms/src/com/android/mms/exif/ |
ExifInterface.java | 49 * This class provides methods and constants for reading and writing jpeg file 54 * to a valid jpeg image as exif metadata. 404 public static final short JPEG = 6; 721 * @param jpeg a byte array containing a jpeg compressed image. 724 public void readExif(byte[] jpeg) throws IOException { 725 readExif(new ByteArrayInputStream(jpeg)); 732 * @param inStream an InputStream containing a jpeg compressed image. 752 * @param inFileName a string representing the filepath to jpeg file. 790 * Writes the tags from this ExifInterface object into a jpeg image [all...] |
/packages/apps/Mms/src/com/android/mms/util/ |
ThumbnailManager.java | 378 bitmap.compress(Bitmap.CompressFormat.JPEG,
|
/packages/apps/VideoEditor/src/com/android/videoeditor/util/ |
ImageUtils.java | 121 * Rotate a JPEG according to the EXIF data 123 * @param inputFilename The name of the input file (must be a JPEG filename) 210 rotatedBmp.compress(CompressFormat.JPEG, 100, fos);
|
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/ |
CameraOps.java | 73 // How many JPEG buffers do we want to hold on to at once 283 ImageFormat.JPEG, MAX_CONCURRENT_JPEGS); 317 throw new ApiFailureException("Error in minimal JPEG capture", e);
|
TestingCamera2.java | 282 logException("Can't take a JPEG! ", e); 301 if (capture.getFormat() != ImageFormat.JPEG) {
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
file_type.js | 18 {type: 'image', name: 'IMAGE_FILE_TYPE', subtype: 'JPEG',
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/ |
image_encoder.js | 179 if (this.metadata_.mimeType != 'image/jpeg') { 180 // Chrome can only encode JPEG and PNG. Force PNG mime type so that we
|
/frameworks/base/core/java/android/hardware/camera2/impl/ |
CameraMetadataNative.java | 461 // JPEG has different value between native and managed side, need override. 463 availableFormats[i] = ImageFormat.JPEG; 609 if (availableFormat[i] == ImageFormat.JPEG) {
|
/frameworks/base/core/java/android/provider/ |
MediaStore.java | [all...] |
/pdk/apps/CameraITS/service/src/com/android/camera2/its/ |
ItsService.java | 625 // Capture full-frame images. Use the reported JPEG size rather than the sensor 648 } else if ("jpg".equals(sformat) || "jpeg".equals(sformat)) { 649 format = ImageFormat.JPEG; 708 if (format == ImageFormat.JPEG) { 710 Log.i(TAG, "Received JPEG capture"); [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/ |
AutoLockTest.java | 794 params.setPictureFormat(ImageFormat.JPEG); [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/orientation/ |
CameraOrientationActivity.java | 246 p.setPictureFormat(ImageFormat.JPEG);
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
BitmapFactoryTest.java | 57 // The test images, including baseline JPEG, a PNG, a GIF, a BMP AND a WEBP. 454 bitmap.compress(Bitmap.CompressFormat.JPEG, 0, stm);
|
/frameworks/base/graphics/java/android/graphics/ |
Bitmap.java | [all...] |
/frameworks/base/media/java/android/media/videoeditor/ |
MediaImageItem.java | 168 imageBitmap.compress(Bitmap.CompressFormat.JPEG, 50,f1); 207 if (mFilename.endsWith(".jpg") || mFilename.endsWith(".jpeg") 208 || mFilename.endsWith(".JPG") || mFilename.endsWith(".JPEG")) { [all...] |
/packages/apps/Camera2/src/com/android/camera/crop/ |
SaveImage.java | 235 image.compress(Bitmap.CompressFormat.JPEG, 493 values.put(Images.Media.MIME_TYPE, "image/jpeg");
|
/frameworks/base/core/java/android/hardware/ |
Camera.java | [all...] |
/pdk/apps/TestingCamera/src/com/android/testingcamera/ |
TestingCamera.java | 268 mFormatNames.append(ImageFormat.JPEG, "JPEG"); 741 log("JPEG picture callback received"); [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/ |
exif_parser.js | 28 ImageParser.call(this, parent, 'jpeg', /\.jpe?g$/i); 162 // Some JPEG files may have sections marked with EXIF_MARK_EXIF
|
/external/jpeg/ |
jmemdosa.asm | 5 ; This file is part of the Independent JPEG Group's software.
|
/external/qemu/distrib/jpeg-6b/ |
jmemdosa.asm | 5 ; This file is part of the Independent JPEG Group's software.
|