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

<<11121314151617181920>>

  /external/icu4c/tools/genrb/
genrb.vcxproj.filters 14 <Extensions>ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe</Extensions>
  /external/jpeg/
jcmaster.c 5 * This file is part of the Independent JPEG Group's software.
8 * This file contains master control logic for the JPEG compressor.
132 * determine whether it uses progressive JPEG, and set cinfo->progressive_mode.
148 /* For sequential JPEG, all scans must have Ss=0, Se=DCTSIZE2-1;
149 * for progressive JPEG, no scan can have this.
188 /* The JPEG spec simply gives the ranges 0..13 for Ah and Al, but that
229 /* For sequential JPEG, all progression parameters must be these: */
291 /* Prepare for single sequential-JPEG scan containing all components */
309 /* Do computations that are needed before processing a JPEG scan */
jmemmac.c 5 * This file is part of the Independent JPEG Group's software.
9 * dependent portion of the JPEG memory manager.
28 * and the jpeg library decides it needs a temporary file, it will abort,
278 * to leave room to invoke multiple JPEG objects.
makcjpeg.st 1 ; Project file for Independent JPEG Group's software
makdjpeg.st 1 ; Project file for Independent JPEG Group's software
  /external/open-vcdiff/vsprojects/vcdiff_test/
vcdiff_test.vcproj 128 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  /external/protobuf/vsprojects/
protoc.vcproj 175 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  /external/qemu/distrib/jpeg-6b/
jcmaster.c 5 * This file is part of the Independent JPEG Group's software.
8 * This file contains master control logic for the JPEG compressor.
132 * determine whether it uses progressive JPEG, and set cinfo->progressive_mode.
148 /* For sequential JPEG, all scans must have Ss=0, Se=DCTSIZE2-1;
149 * for progressive JPEG, no scan can have this.
188 /* The JPEG spec simply gives the ranges 0..13 for Ah and Al, but that
229 /* For sequential JPEG, all progression parameters must be these: */
291 /* Prepare for single sequential-JPEG scan containing all components */
309 /* Do computations that are needed before processing a JPEG scan */
jmemmac.c 5 * This file is part of the Independent JPEG Group's software.
9 * dependent portion of the JPEG memory manager.
28 * and the jpeg library decides it needs a temporary file, it will abort,
278 * to leave room to invoke multiple JPEG objects.
makcjpeg.st 1 ; Project file for Independent JPEG Group's software
makdjpeg.st 1 ; Project file for Independent JPEG Group's software
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
MimeTypeMapTest.java 18 private static final String IMAGE_MIMETYPE = "image/jpeg";
  /external/zlib/src/contrib/vstudio/vc10/
testzlib.vcxproj.filters 14 <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe</Extensions>
  /frameworks/av/media/libstagefright/
MediaDefs.cpp 21 const char *MEDIA_MIMETYPE_IMAGE_JPEG = "image/jpeg";
  /frameworks/base/graphics/java/android/graphics/
BitmapRegionDecoder.java 44 * Currently only the JPEG and PNG formats are supported.
72 * Currently only the JPEG and PNG formats are supported.
94 * Currently only the JPEG and PNG formats are supported.
130 * Currently only the JPEG and PNG formats are supported.
  /frameworks/base/media/jni/
android_media_ImageReader.cpp 263 // Some formats like JPEG defined with different values between android.graphics.ImageFormat and
275 fid = env->GetStaticFieldID(imageFormatClazz, "JPEG", "I");
280 // Translate the JPEG to BLOB for camera purpose, an add more if more mismatch is found.
299 // First check for JPEG transport header at the end of the buffer
304 ALOGV("%s: Jpeg size = %d", __FUNCTION__, size);
396 // Used for JPEG data, height must be 1, width == size, single plane.
398 ALOG_ASSERT(buffer->height == 1, "JPEG should has height value %d", buffer->height);
466 // Used for JPEG data, single plane, row and pixel strides are 0
519 // Used for JPEG data, single plane, row and pixel strides are 0
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaMetadataRetrieverTest.java 93 bitmap.compress(Bitmap.CompressFormat.JPEG, 75, stream);
96 Log.e(TAG, "Fails to convert the bitmap to a JPEG file for " + MediaNames.THUMBNAIL_METADATA_TEST_FILES[i]);
151 bitmap.compress(Bitmap.CompressFormat.JPEG, 75, stream);
154 throw new Exception("Fails to convert the bitmap to a JPEG file for " + MediaNames.TEST_PATH_1, e);
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifReader.java 25 * This class reads the EXIF header of a JPEG file and stores it in
  /frameworks/opt/vcard/tests/res/raw/
v21_complicated.vcf 27 PHOTO;ENCODING=BASE64;TYPE=JPEG:
  /hardware/samsung_slsi/exynos5/include/
ExynosCamera.h 289 //! Jpeg Qualtiy
386 //! Encode JPEG from YUV
454 //! Returns the quality setting for the JPEG picture.
457 //! Returns the quality setting for the EXIF thumbnail in Jpeg picture.
460 //! Returns the dimensions for EXIF thumbnail in Jpeg picture.
519 //! Gets the supported jpeg thumbnail sizes.
629 //! Sets Jpeg quality of captured picture.
632 //! Sets the quality of the EXIF thumbnail in Jpeg picture.
635 //! Sets the dimensions for EXIF thumbnail in Jpeg picture.
  /hardware/ti/omap4xxx/camera/
Android.mk 68 external/jpeg \
CameraParameters.cpp 40 const char CameraProperties::SUPPORTED_THUMBNAIL_SIZES[] = "prop-jpeg-thumbnail-size-values";
65 const char CameraProperties::JPEG_THUMBNAIL_SIZE[] = "prop-jpeg-thumbnail-size-default";
75 const char CameraProperties::JPEG_QUALITY[] = "prop-jpeg-quality-default";
101 const char CameraProperties::JPEG_THUMBNAIL_QUALITY[] = "prop-jpeg-thumbnail-quality-default";
  /packages/apps/Camera/src/com/android/camera/
CameraManager.java 385 final PictureCallback postview, final PictureCallback jpeg) {
391 mCamera.takePicture(shutter, raw, postview, jpeg);
399 final PictureCallback postview, final PictureCallback jpeg,
407 mCamera.takePicture(shutter, raw, postview, jpeg);
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifReader.java 25 * This class reads the EXIF header of a JPEG file and stores it in
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifReader.java 25 * This class reads the EXIF header of a JPEG file and stores it in

Completed in 1244 milliseconds

<<11121314151617181920>>