/frameworks/base/graphics/java/android/graphics/ |
D | ImageFormat.java | 100 public static final int JPEG = 0x100; field in ImageFormat
|
D | PixelFormat.java | 80 public static final int JPEG = 0x100; field in PixelFormat
|
D | Bitmap.java | 730 JPEG (0), enumConstant
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
D | ImageEncoder.java | 61 bitmap.compress(CompressFormat.JPEG, mQuality, mOutputStream); in process()
|
/frameworks/opt/vcard/tests/res/raw/ |
D | v21_base64_no_2_crlf.vcf | 5 PHOTO;ENCODING=BASE64;TYPE=JPEG:
|
D | v21_complicated.vcf | 27 PHOTO;ENCODING=BASE64;TYPE=JPEG:
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/ |
D | MediaMetadataRetrieverTest.java | 93 bitmap.compress(Bitmap.CompressFormat.JPEG, 75, stream); in testThumbnailCapture() 151 bitmap.compress(Bitmap.CompressFormat.JPEG, 75, stream); in testBasicNormalMethodCallSequence()
|
/frameworks/av/media/libstagefright/codecs/common/include/ |
D | voIndex.h | 124 _MAKE_CODEC_ID (0x410000, JPEG)
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
D | wifip2p.jd | 495 to create this client-server socket communication and transfer JPEG images from a client 522 * Save the input stream from the client as a JPEG file 543 * Start activity that can handle the JPEG image 559 transfers a JPEG file on the client device's file system.</p> 578 * Create a byte stream from a JPEG file and pipe it to the output stream
|
/frameworks/base/docs/html/guide/appendix/ |
D | media-formats.jd | 172 <td>JPEG</td> 177 JPEG (.jpg)</td>
|
/frameworks/base/core/java/android/provider/ |
D | MediaStore.java | 786 thumb.compress(Bitmap.CompressFormat.JPEG, 100, thumbOut); in StoreThumbnail() 824 source.compress(Bitmap.CompressFormat.JPEG, 50, imageOut); in insertImage()
|
/frameworks/base/core/java/android/hardware/ |
D | Camera.java | 2487 case ImageFormat.JPEG: return PIXEL_FORMAT_JPEG; in cameraFormatForPixelFormat() 2513 return ImageFormat.JPEG; in pixelFormatForCameraFormat()
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.3.3.jd | 147 but slightly slower IDCT method in JPEG decode. This in turn improves the
|
D | android-2.2.jd | 140 …graphics.YuvImage YUV image format API} to enable compression from YUV to JPEG and manipulation of…
|
D | android-2.3.jd | 221 <li>New support for altitude tag in EXIF metadata for JPEG files. New method
|
/frameworks/base/docs/html/training/camera/ |
D | photobasics.jd | 230 expanding the JPEG into a memory array that's already scaled to match the size
|
/frameworks/base/media/java/android/media/videoeditor/ |
D | MediaImageItem.java | 168 imageBitmap.compress(Bitmap.CompressFormat.JPEG, 50,f1); in MediaImageItem()
|
D | VideoEditorImpl.java | 1865 projectBitmap.compress(Bitmap.CompressFormat.JPEG, 100, stream); in generateProjectThumbnail()
|
/frameworks/base/docs/html/training/tv/ |
D | optimizing-layouts-tv.jd | 243 scaledBitmap.compress(Bitmap.CompressFormat.JPEG, 100, out);
|
/frameworks/base/docs/html/training/sharing/ |
D | send.jd | 174 mix of content you're sharing. For example, if you share 3 JPEG images, the type is still {@code
|
/frameworks/base/docs/html/guide/topics/media/ |
D | camera.jd | 639 In order to receive data in a JPEG format, you must implement an {@link 1192 <td>{@link android.hardware.Camera.Parameters#setJpegQuality JPEG Quality}</td> 1194 <td>Set the compression level for a JPEG image, which increases or decreases image output file 1211 <td>Reduces the effect of banding in color gradients due to JPEG compression</td>
|
/frameworks/base/docs/html/tools/help/ |
D | emulator.jd | 508 <td>No support for JPEG. Only PNG is supported.</td></tr>
|
/frameworks/base/docs/html/tools/projects/ |
D | index.jd | 116 <dd>For bitmap files (PNG, JPEG, or GIF), 9-Patch image files, and XML files that describe
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | content-provider-creating.jd | 779 For common types of data such as as text, HTML, or JPEG,
|
/frameworks/base/api/ |
D | 14.txt | 7825 enum_constant public static final android.graphics.Bitmap.CompressFormat JPEG; 8117 field public static final int JPEG = 256; // 0x100 8522 field public static final deprecated int JPEG = 256; // 0x100
|