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

<<31323334353637383940>>

  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifData.java 28 * This class stores the EXIF header in IFDs according to the JPEG
  /packages/apps/Launcher3/src/com/android/gallery3d/exif/
ExifData.java 28 * This class stores the EXIF header in IFDs according to the JPEG
  /packages/apps/Launcher3/src/com/android/launcher3/
SavedWallpaperImages.java 197 thumbnail.compress(Bitmap.CompressFormat.JPEG, 95, thumbFileStream);
  /packages/apps/Mms/src/com/android/mms/exif/
ExifData.java 28 * This class stores the EXIF header in IFDs according to the JPEG
  /packages/apps/Mms/src/com/android/mms/model/
ImageModel.java 63 "image/jpeg",
  /packages/apps/VideoEditor/src/com/android/videoeditor/util/
FileUtils.java 114 if (!bitmap.compress(CompressFormat.JPEG, 100, fos)) {
  /system/extras/tests/bionic/libc/other/
test_jpeg.c 179 fprintf( stderr, "unsupported jpeg colorspace %d with %d components\n",
  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 542 CDBG_ERROR("%s: jpeg lib open err", __func__);
594 /* close jpeg client */
599 CDBG_ERROR("%s: close jpeg failed, rc=%d", __func__, rc);
  /external/chromium_org/chrome/browser/chromeos/login/
user_image_manager_impl.cc 48 // JPEG format.
251 // JPEG image loaded since image comes from safe pref source
252 // i.e. converted to JPEG.
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
exif_encoder.js 49 ImageEncoder.registerMetadataEncoder(ExifEncoder, 'image/jpeg');
146 throw new Error('Jpeg data starts from 0x' + getWord(0).toString(16));
163 throw new Error('Invalid section size in jpeg data');
  /external/chromium_org/printing/
emf_win.cc 371 // (Our Pepper plugin code uses a JPEG). If the printer does not support
372 // JPEGs/PNGs natively we decompress the JPEG/PNG and then set it to the
374 // TODO(sanjeevr): We should also add JPEG/PNG support for SetSIBitsToDevice
  /external/chromium_org/tools/json_schema_compiler/test/
tabs.json 512 "enum": ["jpeg", "png"],
513 "description": "The format of the resulting image. Default is jpeg."
521 "description": "When format is 'jpeg', controls the quality of the resulting image. This value is ignored for PNG images. As quality is decreased, the resulting image will have more visual artifacts, and the number of bytes needed to store it will decrease."
  /external/chromium_org/tools/python/google/httpd_config/
mime.types 458 image/jpeg jpeg jpg jpe
576 video/jpeg
  /external/chromium_org/ui/base/resource/
resource_bundle.cc 635 // iOS does not compile or use the JPEG codec. On other platforms,
636 // 99% of our assets are PNGs, however fallback to JPEG.
698 // Data invalid or a JPEG.
  /external/jpeg/
jcphuff.c 5 * This file is part of the Independent JPEG Group's software.
8 * This file contains Huffman entropy encoding routines for progressive JPEG.
102 * Initialize for a Huffman-compressed scan using progressive JPEG.
jdmainct.c 5 * This file is part of the Independent JPEG Group's software.
9 * The main buffer lies between the JPEG decompressor proper and the
10 * post-processor; it holds downsampled data in the JPEG colorspace.
jmemdos.c 5 * This file is part of the Independent JPEG Group's software.
9 * dependent portion of the JPEG memory manager. Temporary data can be
459 * JPEG into a larger application. Instead we accept some rather dirty code
  /external/qemu/distrib/jpeg-6b/
jcphuff.c 5 * This file is part of the Independent JPEG Group's software.
8 * This file contains Huffman entropy encoding routines for progressive JPEG.
102 * Initialize for a Huffman-compressed scan using progressive JPEG.
jdmainct.c 5 * This file is part of the Independent JPEG Group's software.
9 * The main buffer lies between the JPEG decompressor proper and the
10 * post-processor; it holds downsampled data in the JPEG colorspace.
jmemdos.c 5 * This file is part of the Independent JPEG Group's software.
9 * dependent portion of the JPEG memory manager. Temporary data can be
459 * JPEG into a larger application. Instead we accept some rather dirty code
  /external/skia/
Android.mk 30 # build the skia+fretype+png+jpeg+zlib+gif+webp library
78 # used, to the most likely (jpeg and png should be the last two
580 external/jpeg \
  /frameworks/av/libvideoeditor/vss/common/inc/
M4READER_Common.h 72 M4READER_kMediaTypeJPEG = 16, /**< JPEG Media type */
243 Set specific read mode for Random Access JPEG */
255 Get JPEG info (progressive, subsampling) */
  /frameworks/av/services/camera/libcameraservice/api1/client2/
CaptureSequencer.cpp 469 * - capture/jpeg
565 // Wait until jpeg was captured by JpegProcessor
699 ALOGE("%s: Camera %d: Unable to update JPEG entries of capture "
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraMetadataNative.java 461 // JPEG has different value between native and managed side, need override.
463 availableFormats[i] = ImageFormat.JPEG;
609 if (availableFormat[i] == ImageFormat.JPEG) {
  /frameworks/base/media/java/android/media/videoeditor/
MediaImageItem.java 168 imageBitmap.compress(Bitmap.CompressFormat.JPEG, 50,f1);
207 if (mFilename.endsWith(".jpg") || mFilename.endsWith(".jpeg")
208 || mFilename.endsWith(".JPG") || mFilename.endsWith(".JPEG")) {
    [all...]

Completed in 2194 milliseconds

<<31323334353637383940>>