| /packages/apps/Camera2/src/com/android/camera/ |
| Storage.java | 83 byte[] jpeg, int width, int height) { 88 exif.writeExif(jpeg, path); 93 writeFile(path, jpeg); 96 jpeg.length, path, width, height);
|
| /packages/apps/LegacyCamera/src/com/android/camera/ |
| Storage.java | 53 Location location, int orientation, byte[] jpeg, int width, int height) { 59 out.write(jpeg); 75 values.put(ImageColumns.MIME_TYPE, "image/jpeg"); 78 values.put(ImageColumns.SIZE, jpeg.length);
|
| /pdk/apps/TestingCamera2/res/values/ |
| strings.xml | 20 <string name="info_button_label">JPEG!</string>
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| imghdr.py | 38 """JPEG data in JFIF format""" 40 return 'jpeg' 45 """JPEG data in Exif format""" 47 return 'jpeg'
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| imghdr.py | 38 """JPEG data in JFIF format""" 40 return 'jpeg' 45 """JPEG data in Exif format""" 47 return 'jpeg'
|
| /external/qemu/android/ |
| multitouch-port.c | 27 #include "android/utils/jpeg-compress.h" 73 /* Initialized JPEG compressor instance. */ 369 /* Create JPEG compressor. Put message header + MTFrameHeader in front of the 402 /* Compresses a framebuffer region into JPEG image. 404 * mtsp - Multi-touch port descriptor with initialized JPEG compressor. 407 * jpeg_quality JPEG compression quality. A number from 1 to 100. Note that 442 /* Total size of the update data: header + JPEG image. */
|
| /frameworks/base/media/java/android/media/ |
| ExifInterface.java | 28 * This is a class for reading and writing Exif tags in a JPEG file. 117 * Reads Exif tags from the specified JPEG file. 129 * is no such tag in the JPEG file. 139 * in the JPEG file or the value cannot be parsed as integer, return 157 * such tag in the JPEG file or the value cannot be parsed as double, return 240 * Save the tag data into the JPEG file. This is expensive because it involves 276 * Returns true if the JPEG file has a thumbnail. 283 * Returns the thumbnail inside the JPEG file, or {@code null} if there is no thumbnail. 284 * The returned data is in JPEG format and can be decoded using 294 * Returns the offset and length of thumbnail inside the JPEG file, o [all...] |
| /packages/apps/Camera2/src/com/android/camera/tinyplanet/ |
| TinyPlanetFragment.java | 359 // for the JPEG bytes. 363 ByteArrayOutputStream jpeg = new ByteArrayOutputStream(); local 364 resultBitmap.compress(CompressFormat.JPEG, 100, jpeg); 365 return new TinyPlanetImage(addExif(jpeg.toByteArray()), outputSize); 372 * @param jpeg the JPEG data of the tiny planet. 373 * @return The JPEG data containing basic EXIF. 375 private byte[] addExif(byte[] jpeg) { 381 exif.writeExif(jpeg, jpegOut) [all...] |
| /external/jpeg/ |
| jerror.c | 5 * This file is part of the Independent JPEG Group's software. 65 * You should make sure that the JPEG object is cleaned up (with jpeg_abort 84 * Applications may override this method to send JPEG messages somewhere 107 MessageBox(GetActiveWindow(), buffer, "JPEG Library Error", 150 * Format a message string for the most recent JPEG error or message.
|
| rdswitch.c | 5 * This file is part of the Independent JPEG Group's software. 163 * optionally followed by a colon ':' and four progressive-JPEG parameters. 166 * Sequential JPEG is used if the progressive-JPEG parameters are omitted. 284 fprintf(stderr, "JPEG quantization tables are numbered 0..%d\n", 318 fprintf(stderr, "JPEG sampling factors must be 1..4\n");
|
| jcparam.c | 5 * This file is part of the Independent JPEG Group's software. 8 * This file contains optional default-setting code for the JPEG compressor. 10 * must know a lot more about the innards of the JPEG code. 29 * are limited to 1..255 for JPEG baseline compatibility. 58 /* Initialize sent_table FALSE so table will be written to JPEG file. */ 72 /* These are the sample quantization tables given in JPEG spec section K.1. 176 /* Initialize sent_table FALSE so table will be written to JPEG file. */ 183 /* Set up the standard Huffman tables (cf. JPEG standard section K.3) */ 348 /* Choose JPEG colorspace based on input space, set defaults accordingly */ 355 * Select an appropriate JPEG colorspace for in_color_space [all...] |
| /external/qemu/distrib/jpeg-6b/ |
| jerror.c | 5 * This file is part of the Independent JPEG Group's software. 65 * You should make sure that the JPEG object is cleaned up (with jpeg_abort 84 * Applications may override this method to send JPEG messages somewhere 107 MessageBox(GetActiveWindow(), buffer, "JPEG Library Error", 150 * Format a message string for the most recent JPEG error or message.
|
| rdswitch.c | 5 * This file is part of the Independent JPEG Group's software. 163 * optionally followed by a colon ':' and four progressive-JPEG parameters. 166 * Sequential JPEG is used if the progressive-JPEG parameters are omitted. 284 fprintf(stderr, "JPEG quantization tables are numbered 0..%d\n", 318 fprintf(stderr, "JPEG sampling factors must be 1..4\n");
|
| jcparam.c | 5 * This file is part of the Independent JPEG Group's software. 8 * This file contains optional default-setting code for the JPEG compressor. 10 * must know a lot more about the innards of the JPEG code. 29 * are limited to 1..255 for JPEG baseline compatibility. 58 /* Initialize sent_table FALSE so table will be written to JPEG file. */ 72 /* These are the sample quantization tables given in JPEG spec section K.1. 176 /* Initialize sent_table FALSE so table will be written to JPEG file. */ 183 /* Set up the standard Huffman tables (cf. JPEG standard section K.3) */ 348 /* Choose JPEG colorspace based on input space, set defaults accordingly */ 355 * Select an appropriate JPEG colorspace for in_color_space [all...] |
| /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/views/ |
| MultiTouchView.java | 167 * Draws a JPEG bitmap on the screen. 173 * @param jpeg JPEG bitmap to draw. 175 public void drawJpeg(int x, int y, int w, int h, InputStream jpeg) { 177 final Bitmap bmp = BitmapFactory.decodeStream(jpeg);
|
| /device/lge/mako/camera/mm-camera-interface/ |
| mm_jpeg_encoder.c | 45 #define LOG_TAG "mm-camera jpeg" 90 DESCRIPTION Handler function for jpeg encoder events 123 DESCRIPTION Handler function for jpeg encoder events 147 CDBG("Profiling: JPEG encoding latency %ld microseconds\n", 161 DESCRIPTION Handler function for when jpeg encoder has output produced 187 DESCRIPTION Handler function for when jpeg encoder has output produced 232 /* Initialize jpeg encoder */ 268 /* This function returns the Yoffset and CbCr offset requirements for the Jpeg encoding*/ 332 CDBG("Previous Jpeg Encoding is not done!\n"); 348 /* Initialize JPEG buffers * [all...] |
| mm_camera_interface2.h | 403 void* out_jpeg1_buf; // out jpeg buffer 404 uint32_t out_jpeg1_size; // IN/OUT-result buf size/jpeg image size 405 void* out_jpeg2_buf; // out jpeg buffer 406 uint32_t out_jpeg2_size; // IN/OUT-result buf size/jpeg image size 429 mm_camera_jpeg_t *jpeg_ops; // jpeg config and encoding interface 497 /*camera JPEG methods*/
|
| /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 | 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/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/Launcher3/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/Mms/src/com/android/mms/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...] |
| /external/chromium/chrome/browser/download/ |
| download_util_unittest.cc | 22 #define JPEG_EXT L".jpeg" 87 "image/jpeg", 116 "image/jpeg", 244 "image/jpeg", 250 "image/jpeg", 364 "image/jpeg", 381 "image/jpeg", 387 "image/jpeg", 393 "image/jpeg",
|
| /cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
| ImageReaderTest.java | 52 * <p>JPEG: used for JPEG still capture, also mandatory format. </p> 121 bufferFormatTestByCamera(ImageFormat.JPEG, mCameraIds[i]); 243 if (format == ImageFormat.JPEG) { 316 if (format == ImageFormat.JPEG) { 334 assertNotNull("Decoding jpeg failed",
|
| /device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/src/ |
| mm_jpeg.c | 42 /* define max num of supported concurrent jpeg jobs by OMX engine. 97 CDBG_ERROR("%s:%d] jpeg abort", __func__, __LINE__); \ 439 * Create a jpeg encode session 462 "OMX.qcom.image.jpeg.encoder", 482 * Destroy a jpeg encode session [all...] |