| /external/qemu/distrib/jpeg-6b/ |
| jcapistd.c | 5 * This file is part of the Independent JPEG Group's software. 9 * of the JPEG library. These are the "standard" API routines that are 62 * Write some scanlines of data to the JPEG compressor.
|
| jfdctflt.c | 5 * This file is part of the Independent JPEG Group's software. 23 * JPEG textbook (see REFERENCES section in file README). The following code 28 * folded into the multiplications or divisions by the JPEG quantization
|
| transupp.h | 5 * This file is part of the Independent JPEG Group's software. 10 * NOT part of the core JPEG library. But we keep these routines separate 53 * hard, there is an asymmetry in the JPEG format specification for images
|
| ckconfig.c | 5 * This file is part of the Independent JPEG Group's software. 10 * This program is intended to help you determine how to configure the JPEG 254 printf("I fear the JPEG software will not work at all.\n\n"); 280 printf("I fear the JPEG software will not work at all.\n\n"); 387 printf("Configuration check for Independent JPEG Group's software done.\n");
|
| jdapistd.c | 5 * This file is part of the Independent JPEG Group's software. 9 * of the JPEG library. These are the "standard" API routines that are 165 * Read some scanlines of data from the JPEG decompressor. 204 * Initialize the jpeg decoder to decompressing a rectangle with size of (width, height) 236 // Updates JPEG decoder parameter
|
| install.doc | 1 INSTALLATION INSTRUCTIONS for the Independent JPEG Group's JPEG software 4 This file is part of the Independent JPEG Group's software. 150 mak*jpeg.st jconfig.st Atari ST/STE/TT, Pure C or Turbo C 328 (The first- and second-generation .jpg files aren't identical since JPEG is 365 NOTE: this is far from an exhaustive test of the JPEG software; some modules, 427 The JPEG standard allows either 8-bit or 12-bit data precision. (For color, 442 Note that a 12-bit version will not read 8-bit JPEG files, nor vice versa; 476 If you need to make a smaller version of the JPEG software, some optional 479 decoder support for all valid JPEG files, to ensure that you can read anyone' [all...] |
| /external/skia/gyp/ |
| libjpeg.gyp | 23 'android_deps.gyp:jpeg', 26 'android_deps.gyp:jpeg', 106 'product_name': 'jpeg',
|
| /hardware/qcom/camera/QCamera2/HAL/ |
| QCameraStateMachine.h | 85 QCAMERA_SM_EVT_JPEG_EVT_NOTIFY, // evt notify from jpeg 172 QCAMERA_SM_CMD_TYPE_EVT, // cmd from mm-camera-interface/mm-jpeg-interface event 199 QCameraQueue evt_queue; // cmd queue for evt from mm-camera-intf/mm-jpeg-intf
|
| /hardware/qcom/camera/QCamera2/HAL3/ |
| QCamera3Channel.h | 162 // always the active region size, but internally we use the JPEG 193 /* QCamera3PicChannel is for JPEG stream, which contains a YUV stream generated 194 * by the hardware, and encoded to a JPEG stream */
|
| /hardware/samsung_slsi/exynos5/libcamera2/ |
| MetadataConverter.cpp | 185 dst->ctl.jpeg.quality= curr_entry.data.i32[0]; 192 dst->ctl.jpeg.thumbnailSize[i] = curr_entry.data.i32[i]; 198 dst->ctl.jpeg.thumbnailQuality= curr_entry.data.i32[0]; 205 dst->ctl.jpeg.gpsCoordinates[i] = curr_entry.data.d[i]; 222 dst->ctl.jpeg.gpsTimestamp = curr_entry.data.i64[0]; 228 dst->ctl.jpeg.orientation = curr_entry.data.i32[0]; 646 &metadata->ctl.jpeg.orientation, 1)) 650 &metadata->ctl.jpeg.quality, 1)) 654 &metadata->ctl.jpeg.thumbnailSize, 2)) 658 &metadata->ctl.jpeg.thumbnailQuality, 1) [all...] |
| /hardware/ti/omap4xxx/camera/inc/ |
| Encoder_libjpeg.h | 93 void insertExifToJpeg(unsigned char* jpeg, size_t jpeg_size); 161 // check if it is main jpeg thread 163 // wait until tn jpeg thread exits.
|
| /packages/apps/Camera2/src/com/android/camera/ |
| WideAnglePanoramaModule.java | 557 MosaicJpeg jpeg = generateFinalMosaic(false); 559 if (jpeg != null && jpeg.isValid) { 561 bitmap = BitmapFactory.decodeByteArray(jpeg.data, 0, jpeg.data.length); 662 MosaicJpeg jpeg; 664 jpeg = generateFinalMosaic(true); 669 if (jpeg == null) { // Cancelled by user. 671 } else if (!jpeg.isValid) { // Error when generating mosaic. 675 final Uri uri = savePanorama(jpeg.data, jpeg.width, jpeg.height, orientation) [all...] |
| /development/ide/xcode/animatorTest/animatorTest.xcodeproj/ |
| project.pbxproj | 66 containerPortal = FE33C9EA094E2CC900C4A640 /* jpeg.xcodeproj */; 69 remoteInfo = jpeg; 178 containerPortal = FE33C9EA094E2CC900C4A640 /* jpeg.xcodeproj */; 181 remoteInfo = jpeg; 254 00BF1BA70CD01F7600BFAB53 /* jpgdec_api.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = jpgdec_api.h; path = ../../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgdec_api.h; sourceTree = SOURCE_ROOT; }; 255 00BF1BA80CD01F7600BFAB53 /* jpgdec_bitstream.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = jpgdec_bitstream.cpp; path = ../../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgdec_bitstream.cpp; sourceTree = SOURCE_ROOT; }; 256 00BF1BA90CD01F7600BFAB53 /* jpgdec_cint.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = jpgdec_cint.cpp; path = ../../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgdec_cint.cpp; sourceTree = SOURCE_ROOT; }; 257 00BF1BAA0CD01F7600BFAB53 /* jpgdec_colorconv.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = jpgdec_colorconv.cpp; path = ../../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgdec_colorconv.cpp; sourceTree = SOURCE_ROOT; }; 258 00BF1BAB0CD01F7600BFAB53 /* jpgdec_config.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = jpgdec_config.h; path = ../../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgdec_config.h; sourceTree = SOURCE_ROOT; }; 259 00BF1BAC0CD01F7600BFAB53 /* jpgdec_ct.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = jpgdec_ct.cpp; path = ../../../extlibs/pv/codecs_v2/image/jpeg/dec/src/jpgdec_ct.cpp; sourceTree = SOURCE_ROOT; } [all...] |
| /packages/apps/LegacyCamera/src/com/android/camera/panorama/ |
| PanoramaActivity.java | 623 MosaicJpeg jpeg = generateFinalMosaic(false); 625 if (jpeg != null && jpeg.isValid) { 627 bitmap = BitmapFactory.decodeByteArray(jpeg.data, 0, jpeg.data.length); [all...] |
| /device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/ |
| mm_qcamera_snapshot.c | 33 /* This callback is received once the complete JPEG encoding is done */ 53 /* dump jpeg img */ 237 /* create a new jpeg encoding session */ 240 CDBG_ERROR("%s: error creating jpeg session", __func__); 244 /* start jpeg encoding job */
|
| /external/chromium_org/ui/gfx/codec/ |
| jpeg_codec_unittest.cc | 13 // A JPEG image used by TopSitesMigrationTest, whose size is 1x1. 62 // with jpeg equality threshold 175 // it should fail when given non-JPEG compressed data 200 // Test that we can decode JPEG images without invalid-read errors on valgrind. 201 // This test decodes a 1x1 JPEG image and writes the decoded RGB (or RGBA) pixel
|
| /external/jpeg/ |
| ckconfig.c | 5 * This file is part of the Independent JPEG Group's software. 10 * This program is intended to help you determine how to configure the JPEG 254 printf("I fear the JPEG software will not work at all.\n\n"); 280 printf("I fear the JPEG software will not work at all.\n\n"); 387 printf("Configuration check for Independent JPEG Group's software done.\n");
|
| jdapistd.c | 5 * This file is part of the Independent JPEG Group's software. 9 * of the JPEG library. These are the "standard" API routines that are 165 * Read some scanlines of data from the JPEG decompressor. 204 * Initialize the jpeg decoder to decompressing a rectangle with size of (width, height) 236 // Updates JPEG decoder parameter
|
| install.doc | 1 INSTALLATION INSTRUCTIONS for the Independent JPEG Group's JPEG software 4 This file is part of the Independent JPEG Group's software. 150 mak*jpeg.st jconfig.st Atari ST/STE/TT, Pure C or Turbo C 328 (The first- and second-generation .jpg files aren't identical since JPEG is 365 NOTE: this is far from an exhaustive test of the JPEG software; some modules, 427 The JPEG standard allows either 8-bit or 12-bit data precision. (For color, 442 Note that a 12-bit version will not read 8-bit JPEG files, nor vice versa; 476 If you need to make a smaller version of the JPEG software, some optional 479 decoder support for all valid JPEG files, to ensure that you can read anyone' [all...] |
| /hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/ |
| mm_qcamera_snapshot.c | 33 /* This callback is received once the complete JPEG encoding is done */ 53 /* dump jpeg img */ 237 /* create a new jpeg encoding session */ 240 CDBG_ERROR("%s: error creating jpeg session", __func__); 244 /* start jpeg encoding job */
|
| /packages/apps/LegacyCamera/src/com/android/camera/ |
| Thumbnail.java | 113 mBitmap.compress(Bitmap.CompressFormat.JPEG, 90, d); 201 String selection = ImageColumns.MIME_TYPE + "='image/jpeg' AND " + 247 public static Thumbnail createThumbnail(byte[] jpeg, int orientation, int inSampleSize, 252 Bitmap bitmap = BitmapFactory.decodeByteArray(jpeg, 0, jpeg.length, options);
|
| /pdk/apps/CameraITS/service/src/com/android/camera2/its/ |
| ItsUtils.java | 165 case ImageFormat.JPEG: 166 // A single output image callback is made, with either the JPEG or the YUV data. 267 if (format == ImageFormat.JPEG) { 268 // JPEG doesn't have pixelstride and rowstride, treat it as 1D buffer. 324 case ImageFormat.JPEG:
|
| /prebuilts/tools/windows-x86_64/swt/ |
| about.html | 53 <h4>Independent JPEG Group's JPEG software release 6b</h4> 55 <p>This software is based in part on the work of the Independent JPEG Group's JPEG software release 6b ("LIBJPEG"). 56 LIBJPEG was used to implement the decoding of JPEG format files in Java (TM). The Content does NOT include any portion of the LIBJPEG file ansi2knr.c.</p>
|
| /external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/jpeg/ |
| JPEGImageDecoder.cpp | 41 #include "core/platform/image-decoders/jpeg/JPEGImageDecoder.h" 117 // Implementation of a JPEG src object that understands our state machine 170 // The JPEG decoder looks at EXIF metadata. 184 // The jpeg exif container format contains a tiff block for metadata. 256 // We set up the normal JPEG error routines, then override error_exit. 260 // Allocate and initialize JPEG decompression object. 394 // image is a sequential JPEG. 419 // of progressive JPEG. 430 // If this is a progressive JPEG ... 558 // Override the standard error method in the IJG JPEG decoder code [all...] |
| /device/lge/mako/camera/ |
| QCameraHWI_Still.cpp | 129 /* Once we give frame for encoding, we get encoded jpeg image 131 to form complete JPEG image */ 143 ALOGW("%s: Receive jpeg fragment cb obj Null", __func__); 148 /* This callback is received once the complete JPEG encoding is done */ 169 ALOGE("Error event handled from JPEG \n"); 172 ALOGE("Unsupported JPEG event %d \n", event); 184 ALOGE("%s: Error (event: %d) while jpeg encoding!!!", 191 ALOGV(" Completed issuing JPEG callback"); 204 ALOGW("%s: Receive jpeg cb Obj Null", __func__); 220 ALOGE("%s: Copy jpeg...", __func__) [all...] |