HomeSort by relevance Sort by last modified time
    Searched defs:JPEG (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /frameworks/base/graphics/java/android/graphics/
ImageFormat.java 175 * Compressed JPEG format.
181 public static final int JPEG = 0x100;
754 case JPEG:
PixelFormat.java 88 * @deprecated use {@link android.graphics.ImageFormat#JPEG
89 * ImageFormat.JPEG} instead.
92 public static final int JPEG = 0x100;
Bitmap.java     [all...]
  /frameworks/base/include/android_runtime/
android_view_Surface.h 51 JPEG = 0x100,
  /external/guava/guava-gwt/test-super/com/google/common/net/super/com/google/common/net/
MediaTypeTest.java 27 import static com.google.common.net.MediaType.JPEG;
177 assertFalse(JPEG.hasWildcard());
188 assertTrue(JPEG.is(ANY_TYPE));
192 assertFalse(JPEG.is(ANY_TEXT_TYPE));
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
ImageHeaderParser.java 4 import static com.bumptech.glide.load.resource.bitmap.ImageHeaderParser.ImageType.JPEG;
30 JPEG(false),
89 // JPEG.
91 return JPEG;
  /external/opencv3/modules/cudacodec/include/opencv2/
cudacodec.hpp 250 JPEG,
  /hardware/qcom/camera/mm-image-codec/qexif/
qmpo.h 81 JPEG = 0x00000000, // Image is in JPEG format
82 NON_JPEG = 0x07000000, // Image is not JPEG
  /hardware/qcom/camera/msmcobalt/mm-image-codec/qexif/
qmpo.h 81 JPEG = 0x00000000, // Image is in JPEG format
82 NON_JPEG = 0x07000000, // Image is not JPEG
  /external/guava/guava/src/com/google/common/net/
MediaType.java 185 public static final MediaType JPEG = createConstant(IMAGE_TYPE, "jpeg");
  /cts/tests/camera/src/android/hardware/camera2/cts/
RobustnessTest.java 174 {JPEG, MAXIMUM},
178 {PRIV, PREVIEW, JPEG, MAXIMUM},
180 {YUV, PREVIEW, JPEG, MAXIMUM},
186 {PRIV, PREVIEW, YUV, PREVIEW, JPEG, MAXIMUM}
197 {PRIV, PREVIEW, PRIV, RECORD, JPEG, RECORD },
199 {PRIV, PREVIEW, YUV, RECORD, JPEG, RECORD },
201 {YUV , PREVIEW, YUV, PREVIEW, JPEG, MAXIMUM }
215 {PRIV, PREVIEW, PRIV, PREVIEW, JPEG, MAXIMUM },
235 // Still capture with simultaneous JPEG and DNG.
236 {PRIV, PREVIEW, JPEG, MAXIMUM, RAW, MAXIMUM}
    [all...]
CameraDeviceTest.java 684 Size jpegSize = getSortedSizesForFormat(cameraId, mCameraManager, ImageFormat.JPEG,
687 // Create a list of image readers. JPEG for last one and YUV for the rest.
697 ImageFormat.JPEG, /*maxImages*/1));
    [all...]
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
ImageReaderSubPane.java 72 JPEG(ImageFormat.JPEG),
323 case ImageFormat.JPEG: {
581 case ImageFormat.JPEG: {
635 if (img.getFormat() != ImageFormat.JPEG) {
637 String.format("Unexpected Image format: %d, expected ImageFormat.JPEG",
763 case ImageFormat.JPEG:
  /frameworks/base/packages/WallpaperCropper/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/Camera2/src/com/android/camera/exif/
ExifInterface.java 50 * This class provides methods and constants for reading and writing jpeg file
55 * to a valid jpeg image as exif metadata.
407 public static final short JPEG = 6;
724 * @param jpeg a byte array containing a jpeg compressed image.
727 public void readExif(byte[] jpeg) throws IOException {
728 readExif(new ByteArrayInputStream(jpeg));
735 * @param inStream an InputStream containing a jpeg compressed image.
755 * @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/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/Messaging/src/com/android/messaging/util/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...]
  /prebuilts/devtools/tools/lib/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.9/
commons-compress-1.9.jar 
  /prebuilts/tools/common/offline-m2/org/apache/commons/commons-compress/1.8.1/
commons-compress-1.8.1.jar 
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 

Completed in 3799 milliseconds

1 2 3 4