HomeSort by relevance Sort by last modified time
    Searched full:jpeg (Results 476 - 500 of 1412) sorted by null

<<11121314151617181920>>

  /external/qemu/distrib/jpeg-6b/
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
865 * Find the next JPEG marker, save it in cinfo->unread_marker.
924 * we might well scan an entire input file before realizing it ain't JPEG.
926 * SOI before calling the JPEG library.
1012 case M_JPG: /* Reserved for JPEG extensions */
1096 * likely to be used to signal incompatible JPEG Part 3 extensions
    [all...]
jidctflt.c 5 * This file is part of the Independent JPEG Group's software.
25 * JPEG textbook (see REFERENCES section in file README). The following code
30 * folded into the multiplications or divisions by the JPEG quantization
jpegint.h 5 * This file is part of the Independent JPEG Group's software.
8 * This file provides common declarations for the various JPEG modules.
9 * These declarations are considered internal to the JPEG library; most
rdrle.c 5 * This file is part of the Independent JPEG Group's software.
57 * to conform to JPEG's top-to-bottom order. To do this, we read the
232 * files start at the lower left while the JPEG standard has them starting
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Images_MediaTest.java 40 private static final String MIME_TYPE_JPEG = "image/jpeg";
231 values.put(Media.MIME_TYPE, "image/jpeg");
261 assertEquals("image/jpeg", c.getString(c.getColumnIndex(Media.MIME_TYPE)));
284 values.put(Media.MIME_TYPE, "image/jpeg");
307 assertEquals("image/jpeg", c.getString(c.getColumnIndex(Media.MIME_TYPE)));
  /hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp 20 * This file encodes a YUV422I buffer to a jpeg
264 void ExifElementsTable::insertExifToJpeg(unsigned char* jpeg, size_t jpeg_size) {
268 if (ReadJpegSectionsFromBuffer(jpeg, jpeg_size, read_mode)) {
285 void ExifElementsTable::saveJpeg(unsigned char* jpeg, size_t jpeg_size) {
287 WriteJpegToBuffer(jpeg, jpeg_size);
  /prebuilts/tools/darwin-x86/swt/
about.html 100 <h4>Independent JPEG Group's JPEG software release 6b</h4>
102 <p>This software is based in part on the work of the Independent JPEG Group's JPEG software release 6b (&quot;LIBJPEG&quot;).
103 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>
  /prebuilts/tools/darwin-x86_64/swt/
about.html 87 <h4>Independent JPEG Group's JPEG software release 6b</h4>
89 <p>This software is based in part on the work of the Independent JPEG Group's JPEG software release 6b (&quot;LIBJPEG&quot;).
90 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>
  /prebuilts/tools/windows/swt/
about.html 66 <h4>Independent JPEG Group's JPEG software release 6b</h4>
68 <p>This software is based in part on the work of the Independent JPEG Group's JPEG software release 6b (&quot;LIBJPEG&quot;).
69 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>
  /system/media/camera/docs/
metadata_properties.xml     [all...]
docs.html 280 <span class="toc_section_header"><a href="#section_jpeg">jpeg</a></span>
285 <li><a href="#controls_android.jpeg.gpsCoordinates">android.jpeg.gpsCoordinates</a></li>
286 <li><a href="#controls_android.jpeg.gpsProcessingMethod">android.jpeg.gpsProcessingMethod</a></li>
287 <li><a href="#controls_android.jpeg.gpsTimestamp">android.jpeg.gpsTimestamp</a></li>
288 <li><a href="#controls_android.jpeg.orientation">android.jpeg.orientation</a></li>
289 <li><a href="#controls_android.jpeg.quality">android.jpeg.quality</a></li
    [all...]
  /frameworks/base/core/java/android/hardware/
Camera.java     [all...]
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libjpeg.cpp 35 // If ANDROID_RGB is defined by in the jpeg headers it indicates that jpeg offers
242 output dimensions, and determine if the downsampling jpeg provided is
447 SkAutoTime atm("JPEG Decode");
472 /* Try to fulfill the requested sampleSize. Since jpeg can do it (when it
587 return return_false(cinfo, *bm, "jpeg colorspace");
826 return return_false(*cinfo, *bm, "jpeg colorspace");
    [all...]
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 35 // If ANDROID_RGB is defined by in the jpeg headers it indicates that jpeg offers
242 output dimensions, and determine if the downsampling jpeg provided is
447 SkAutoTime atm("JPEG Decode");
472 /* Try to fulfill the requested sampleSize. Since jpeg can do it (when it
587 return return_false(cinfo, *bm, "jpeg colorspace");
826 return return_false(*cinfo, *bm, "jpeg colorspace");
    [all...]
  /external/chromium_org/build/android/
lighttpd_server.py 178 ".jpg" => "image/jpeg",
179 ".jpeg" => "image/jpeg",
  /external/chromium_org/third_party/icu/source/tools/
icu-svnprops-check.py 71 *.jpeg = svn:mime-type=image/jpeg
72 *.jpg = svn:mime-type=image/jpeg
  /external/icu4c/tools/
icu-svnprops-check.py 71 *.jpeg = svn:mime-type=image/jpeg
72 *.jpg = svn:mime-type=image/jpeg
  /external/jpeg/
jidctflt.c 5 * This file is part of the Independent JPEG Group's software.
25 * JPEG textbook (see REFERENCES section in file README). The following code
30 * folded into the multiplications or divisions by the JPEG quantization
jpegint.h 5 * This file is part of the Independent JPEG Group's software.
8 * This file provides common declarations for the various JPEG modules.
9 * These declarations are considered internal to the JPEG library; most
rdrle.c 5 * This file is part of the Independent JPEG Group's software.
57 * to conform to JPEG's top-to-bottom order. To do this, we read the
232 * files start at the lower left while the JPEG standard has them starting
  /frameworks/base/docs/html/training/sharing/
send.jd 128 shareIntent.setType(&quot;image/jpeg&quot;);
166 mix of content you're sharing. For example, if you share 3 JPEG images, the type is still {@code
167 "image/jpeg"}. For a mixture of image types, it should be {@code "image/*"} to match an activity
  /frameworks/base/media/java/android/media/
MediaFile.java 219 addFileType("JPG", FILE_TYPE_JPEG, "image/jpeg", MtpConstants.FORMAT_EXIF_JPEG);
220 addFileType("JPEG", FILE_TYPE_JPEG, "image/jpeg", MtpConstants.FORMAT_EXIF_JPEG);
  /packages/apps/Camera2/src/com/android/camera/
CameraManager.java 271 * @param jpeg The callback for jpeg image data, may be null.
282 CameraPictureCallback jpeg);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
PhotoProcessor.java 44 * full-screen, so we want to make sure we don't introduce JPEG artifacts here
245 * Helper method to compress the given bitmap as a JPEG and return the resulting byte array.
249 final boolean compressed = b.compress(Bitmap.CompressFormat.JPEG, quality, baos);
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
CameraOps.java 73 // How many JPEG buffers do we want to hold on to at once
283 ImageFormat.JPEG, MAX_CONCURRENT_JPEGS);
317 throw new ApiFailureException("Error in minimal JPEG capture", e);

Completed in 1371 milliseconds

<<11121314151617181920>>