Searched defs:JPEG (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DImageFormat.java100 public static final int JPEG = 0x100; field in class:ImageFormat
H A DPixelFormat.java76 * @deprecated use {@link android.graphics.ImageFormat#JPEG
77 * ImageFormat.JPEG} instead.
80 public static final int JPEG = 0x100; field in class:PixelFormat
H A DBitmap.java833 JPEG (0), enum constant in enum:Bitmap.CompressFormat
855 * and/or may have lost per-pixel alpha (e.g. JPEG only supports opaque

Completed in 101 milliseconds