| /packages/apps/Gallery2/jni_jpegstream/src/ |
| jpeg_reader.h | 40 * ***This method will result in the jpeg file header being read
|
| jpeg_reader.cpp | 67 // Reads jpeg file header 84 // Always use cmyk for output in a 4 channel jpeg.
|
| /packages/apps/Launcher3/src/com/android/gallery3d/exif/ |
| ExifReader.java | 25 * This class reads the EXIF header of a JPEG file and stores it in
|
| /packages/apps/Mms/src/com/android/mms/exif/ |
| ExifReader.java | 25 * This class reads the EXIF header of a JPEG file and stores it in
|
| /pdk/apps/CameraITS/tests/ |
| test_formats.py | 47 print "Successfully captured JPEG %dx%d" % (w, h)
|
| /device/lge/mako/camera/QCamera/HAL/core/src/ |
| QCameraHWI_Still.cpp | 130 /* Once we give frame for encoding, we get encoded jpeg image 132 to form complete JPEG image */ 144 LOGW("%s: Receive jpeg fragment cb obj Null", __func__); 149 /* This callback is received once the complete JPEG encoding is done */ 163 LOGE("%s: Error (event: %d) while jpeg encoding!!!", 170 LOGE(" Completed issuing JPEG callback"); 183 LOGW("%s: Receive jpeg cb Obj Null", __func__); 200 LOGE("%s: Copy jpeg...", __func__); 256 LOGE("%s: JPEG callback was cancelled--not delivering image.", __func__); 269 /* Before leaving check the jpeg queue. If it's not empty give the availabl [all...] |
| /hardware/libhardware/include/hardware/ |
| camera2.h | 127 * Transport header for compressed JPEG buffers in output streams. 129 * To capture JPEG images, a stream is created using the pixel format 130 * HAL_PIXEL_FORMAT_BLOB, and the static metadata field android.jpeg.maxSize is 131 * used as the buffer size. Since compressed JPEG images are of variable size, 133 * structure inside the output stream buffer. The JPEG blob ID field must be set 136 * Transport header should be at the end of the JPEG output stream buffer. That 137 * means the jpeg_blob_id must start at byte[android.jpeg.maxSize - 139 * account for it in android.jpeg.maxSize. The JPEG data itself starts at 500 * include preview, video record, and full-resolution YUV or JPEG streams i [all...] |
| /cts/tests/tests/webkit/src/android/webkit/cts/ |
| URLUtilTest.java | 147 assertEquals("test.jpeg", URLUtil.guessFileName(url, null, "image/jpeg"));
|
| /device/lge/mako/ |
| proprietary-blobs.txt | 112 /system/lib/libimage-jpeg-dec-omx-comp.so 113 /system/lib/libimage-jpeg-enc-omx-comp.so
|
| /device/lge/mako/self-extractors/ |
| extract-lists.txt | 114 system/lib/libimage-jpeg-dec-omx-comp.so \ 115 system/lib/libimage-jpeg-enc-omx-comp.so \
|
| /external/chromium_org/chrome/browser/chromeos/login/ |
| user_image_manager_impl.h | 137 // Loader for JPEG user images. 173 // Users that need image migration to JPEG.
|
| /external/chromium_org/chrome/browser/resources/file_manager/js/photo/ |
| gallery_item.js | 85 // Chrome can natively encode only two formats: JPEG and PNG. 86 // All non-JPEG images are saved in PNG, hence forcing the file extension.
|
| /external/jpeg/ |
| cderror.h | 5 * This file is part of the Independent JPEG Group's software. 9 * applications. These strings are not needed as part of the JPEG library
|
| makefile.vms | 1 $! Makefile for Independent JPEG Group's software 4 $! It builds the JPEG software by brute force, recompiling everything whether
|
| jdmarker.c | 5 * This file is part of the Independent JPEG Group's software. 8 * This file contains routines to decode JPEG datastream markers. 20 typedef enum { /* JPEG marker codes */ 166 * Routines to process JPEG markers. 168 * Entry condition: JPEG marker itself has been read and its code saved 873 * Find the next JPEG marker, save it in cinfo->unread_marker. 932 * we might well scan an entire input file before realizing it ain't JPEG. 934 * SOI before calling the JPEG library. 1020 case M_JPG: /* Reserved for JPEG extensions */ 1104 * likely to be used to signal incompatible JPEG Part 3 extensions [all...] |
| /external/neven/Embedded/common/src/b_APIEm/ |
| Types.h | 52 * 2: jpeg compressed image (<(32) type><(32) width><(32) height> precede jpeg data)
|
| /external/qemu/distrib/jpeg-6b/ |
| cderror.h | 5 * This file is part of the Independent JPEG Group's software. 9 * applications. These strings are not needed as part of the JPEG library
|
| makefile.vms | 1 $! Makefile for Independent JPEG Group's software 4 $! It builds the JPEG software by brute force, recompiling everything whether
|
| /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
| CameraTest.java | 74 parameters.setPreviewFormat(ImageFormat.JPEG); 76 assertThat(camera.getParameters().getPreviewFormat(), equalTo(ImageFormat.JPEG));
|
| /frameworks/av/libvideoeditor/vss/common/inc/ |
| M4WRITER_common.h | 60 M4WRITER_kJPEG=5, /**< JPEG EXIF writer */ 100 M4WRITER_COMMON, 0x0D), /**< Reserve some space in the file for JPEG fast
|
| /frameworks/av/services/camera/libcameraservice/api1/client2/ |
| JpegCompressor.cpp | 208 ALOGE("%s: JPEG destination buffer overflow!", 216 ALOGV("%s: Done writing JPEG data. %d bytes left in buffer",
|
| /frameworks/base/media/java/android/media/ |
| Image.java | 71 * <td>{@link android.graphics.ImageFormat#JPEG JPEG}</td>
|
| /frameworks/base/media/java/android/media/videoeditor/ |
| TransitionAlpha.java | 38 /** This is the input JPEG file for the mask */ 81 * @param maskFilename JPEG file name. The dimension of the image
|
| /external/jhead/ |
| jpgfile.c | 5 // This module handles basic Jpeg file handling 34 // Get 16 bits motorola order (always) for jpeg header stuff. 102 printf("JPEG image is %uw * %uh, %d color components, %d bits per sample\n", 233 case M_EOI: // in case it's a tables-only JPEG stream 234 fprintf(stderr,"No image in jpeg!\n"); 306 printf("Jpeg section marker 0x%02x size %d\n",marker, itemlen); 424 case M_EOI: // in case it's a tables-only JPEG stream 425 ALOGE("No image in jpeg!\n"); 497 ALOGD("Jpeg section marker 0x%02x size %d\n",marker, itemlen); 537 // Scan the JPEG headers [all...] |
| /external/libvpx/libvpx/ |
| y4minput.c | 112 /*420jpeg chroma samples are sited like: 152 mpeg2 and jpeg cases (thus requiring no vertical resampling).*/ 179 /*Handles both 422 and 420mpeg2 to 422jpeg and 420jpeg, respectively.*/ 202 420jpeg chroma samples are sited like: 358 /*420jpeg chroma samples are sited like: 376 422jpeg chroma samples are sited like: 421 /*420jpeg chroma samples are sited like: 483 /*First do horizontal filtering (convert to 422jpeg)*/ 492 /*420jpeg chroma samples are sited like [all...] |