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

1 2 3 4 5

  /frameworks/base/core/jni/include/android_runtime/
android_view_Surface.h 54 JPEG = 0x100,
  /frameworks/base/graphics/java/android/graphics/
ImageFormat.java 175 * Compressed JPEG format.
181 public static final int JPEG = 0x100;
772 case JPEG:
PixelFormat.java 94 * @deprecated use {@link android.graphics.ImageFormat#JPEG
95 * ImageFormat.JPEG} instead.
98 public static final int JPEG = 0x100;
230 case JPEG:
231 return "JPEG";
Bitmap.java     [all...]
  /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));
  /tools/tradefederation/core/src/com/android/tradefed/result/
LogDataType.java 30 JPEG("jpeg", "image/jpeg", true, false),
  /device/google/marlin/camera/mm-image-codec/qexif/
qmpo.h 81 JPEG = 0x00000000, // Image is in JPEG format
82 NON_JPEG = 0x07000000, // Image is not JPEG
  /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;
  /hardware/qcom/camera/msm8998/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");
  /external/python/cpython2/Lib/plat-irix5/
CL_old.py 125 JPEG = Algorithm(VIDEO, 2)
158 # JPEG Specific Parameters
  /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:
  /cts/tests/camera/src/android/hardware/camera2/cts/
RobustnessTest.java 182 {JPEG, MAXIMUM},
186 {PRIV, PREVIEW, JPEG, MAXIMUM},
188 {YUV, PREVIEW, JPEG, MAXIMUM},
194 {PRIV, PREVIEW, YUV, PREVIEW, JPEG, MAXIMUM}
205 {PRIV, PREVIEW, PRIV, RECORD, JPEG, RECORD },
207 {PRIV, PREVIEW, YUV, RECORD, JPEG, RECORD },
209 {YUV , PREVIEW, YUV, PREVIEW, JPEG, MAXIMUM }
223 {PRIV, PREVIEW, PRIV, PREVIEW, JPEG, MAXIMUM },
243 // Still capture with simultaneous JPEG and DNG.
244 {PRIV, PREVIEW, JPEG, MAXIMUM, RAW, MAXIMUM}
    [all...]
CameraDeviceTest.java 748 // Create a list of image readers. JPEG for last one and YUV for the rest.
    [all...]
  /hardware/interfaces/camera/device/3.4/default/
ExternalCameraDeviceSession.cpp     [all...]
  /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/tools/common/m2/repository/com/jayway/android/robotium/robotium-solo/5.5.3/
robotium-solo-5.5.3.jar 
  /prebuilts/devtools/tools/lib/
commons-compress-1.8.1.jar 
  /prebuilts/misc/common/commons-compress/
commons-compress-prebuilt.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 

Completed in 310 milliseconds

1 2 3 4 5