HomeSort by relevance Sort by last modified time
    Searched full:jpeg (Results 126 - 150 of 608) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaThumbRequest.java 138 * created, MINI_KIND thumbnail is stored in JPEG file and MICRO_KIND
191 bitmap.compress(Bitmap.CompressFormat.JPEG, 85, thumbOut);
203 bitmap.compress(Bitmap.CompressFormat.JPEG, 75, miniOutStream);
  /development/samples/SkeletonApp/
readme.txt 51 drawn to the screen. These can be bitmaps (in .png or .jpeg format) or
  /external/chromium/sdch/open-vcdiff/vsprojects/vcdecoder_test_common/
vcdecoder_test_common.vcproj 158 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  /external/chromium/sdch/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/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
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/protobuf/vsprojects/
protoc.vcproj 175 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 39 static const char KEY_MEM_CAP[] = "ro.media.dec.jpeg.memcap";
127 If so, use the memory size for jpeg decode.
142 output dimensions, and determine if the downsampling jpeg provided is
199 AutoTimeMillis atm("JPEG Decode");
233 /* Try to fulfill the requested sampleSize. Since jpeg can do it (when it
370 return return_false(cinfo, *bm, "jpeg colorspace");
614 return return_false(*cinfo, *bm, "jpeg colorspace");
835 AutoTimeMillis atm("JPEG Encode");
875 jpeg_set_quality(&cinfo, quality, TRUE /* limit to baseline-JPEG values */);
  /external/webkit/WebKitTools/CLWrapper/
CLWrapper.vcproj 192 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  /external/webkit/WebKitTools/MIDLWrapper/
MIDLWrapper.vcproj 192 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  /external/webkit/WebKitTools/record-memory-win/
record-memory-win.vcproj 117 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
  /external/zlib/contrib/vstudio/vc10/
testzlib.vcxproj.filters 14 <Extensions>rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe</Extensions>
  /external/zlib/contrib/vstudio/vc7/
miniunz.vcproj 118 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
minizip.vcproj 118 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
testzlib.vcproj 118 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  /frameworks/base/core/tests/coretests/res/raw/
v21_complicated.vcf 27 PHOTO;ENCODING=BASE64;TYPE=JPEG:
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaMetadataRetrieverTest.java 99 bitmap.compress(Bitmap.CompressFormat.JPEG, 75, stream);
102 Log.e(TAG, "Fails to convert the bitmap to a JPEG file for " + MediaNames.THUMBNAIL_CAPTURE_TEST_FILES[i]);
160 bitmap.compress(Bitmap.CompressFormat.JPEG, 75, stream);
163 throw new Exception("Fails to convert the bitmap to a JPEG file for " + MediaNames.TEST_PATH_1, e);
  /packages/apps/Camera/src/com/android/camera/gallery/
ImageList.java 34 new String[] { "image/jpeg", "image/png", "image/gif" };
  /external/bluetooth/glib/build/win32/
module.defs 100 JPEG = $(TOP)/jpeg-6b
  /external/neven/Embedded/common/src/b_APIEm/
Types.h 52 * 2: jpeg compressed image (<(32) type><(32) width><(32) height> precede jpeg data)
  /frameworks/base/docs/html/guide/appendix/
media-formats.jd 95 <td>JPEG</td>
99 <td>JPEG (.jpg)</td>

Completed in 1158 milliseconds

1 2 3 4 56 7 8 91011>>