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

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

Completed in 329 milliseconds