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

1 2 3 4 5 67 8 91011>>

  /hardware/msm7k/libcamera/
QualcommCameraHardware.h 225 /* mJpegSize keeps track of the size of the accumulated JPEG. We clear it
227 zero, or the size of the last JPEG picture taken.
  /external/jpeg/
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
  /external/libvpx/
y4minput.c 106 /*420jpeg chroma samples are sited like:
146 mpeg2 and jpeg cases (thus requiring no vertical resampling).*/
174 /*Handles both 422 and 420mpeg2 to 422jpeg and 420jpeg, respectively.*/
199 420jpeg chroma samples are sited like:
353 /*420jpeg chroma samples are sited like:
371 422jpeg chroma samples are sited like:
418 /*420jpeg chroma samples are sited like:
483 /*First do horizontal filtering (convert to 422jpeg)*/
492 /*420jpeg chroma samples are sited like
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Images_MediaTest.java 47 private static final String MIME_TYPE_JPEG = "image/jpeg";
267 values.put(Media.MIME_TYPE, "image/jpeg");
297 assertEquals("image/jpeg", c.getString(c.getColumnIndex(Media.MIME_TYPE)));
318 values.put(Media.MIME_TYPE, "image/jpeg");
341 assertEquals("image/jpeg", c.getString(c.getColumnIndex(Media.MIME_TYPE)));
  /prebuilt/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>
  /prebuilt/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>
  /prebuilt/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>
  /external/jhead/
jpgfile.c 5 // This module handles basic Jpeg file handling
32 // Get 16 bits motorola order (always) for jpeg header stuff.
100 printf("JPEG image is %uw * %uh, %d color components, %d bits per sample\n",
229 case M_EOI: // in case it's a tables-only JPEG stream
230 fprintf(stderr,"No image in jpeg!\n");
302 printf("Jpeg section marker 0x%02x size %d\n",marker, itemlen);
342 // Scan the JPEG headers.
346 LOGE("Not JPEG: %s", FileName);
347 fprintf(stderr,"Not JPEG: %s\n",FileName);
545 // Initial static jpeg marker
    [all...]
  /device/samsung/crespo/libcamera/
SecCamera.h 52 //Define this if the JPEG images are obtained directly from camera sensor. Else on chip JPEG encoder will be used.
61 #define INCLUDE_JPEG_THUMBNAIL 1 //Valid only for on chip JPEG encoder
  /external/icu4c/tools/
icu-svnprops-check.py 71 *.jpeg = svn:mime-type=image/jpeg
72 *.jpg = svn:mime-type=image/jpeg
  /external/webkit/WebCore/platform/graphics/cg/
ImageBufferCG.cpp 258 // For now, only support PNG, JPEG, and GIF. See <rdar://problem/6095286>.
260 static const CFStringRef kUTTypeJPEG = CFSTR("public.jpeg");
265 if (equalIgnoringCase(mimeType, "image/jpeg"))
  /packages/apps/Camera/src/com/android/camera/
ImageManager.java 159 // Stores a bitmap or a jpeg byte array to a file (using the specified
178 source.compress(CompressFormat.JPEG, 75, outputStream);
205 values.put(Images.Media.MIME_TYPE, "image/jpeg");
  /packages/apps/Gallery3D/src/com/cooliris/media/
ImageManager.java 132 * Stores a bitmap or a jpeg byte array to a file (using the specified
151 source.compress(CompressFormat.JPEG, 75, outputStream);
180 values.put(Images.Media.MIME_TYPE, "image/jpeg");
  /cts/tests/tests/graphics/src/android/graphics/cts/
PixelFormatTest.java 105 PixelFormat.getPixelFormatInfo(PixelFormat.JPEG, mPixelFormat);
  /cts/tools/signature-tools/
sig-check 99 javax.imageio.plugins.jpeg \
sig-create 96 javax.imageio.plugins.jpeg \
  /dalvik/vm/
Native.h 61 * Convert a short library name ("jpeg") to a system-dependent name
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PurgeableBitmapView.java 61 bitstream = generateBitstream(src, Bitmap.CompressFormat.JPEG, 80);
  /device/htc/passion-common/
passion.mk 18 ro.media.dec.jpeg.memcap=20000000
  /external/bluetooth/glib/build/win32/vs8/
glib-genmarshal.vcproj 192 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
gspawn-win32-helper-console.vcproj 194 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
gspawn-win32-helper.vcproj 194 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"

Completed in 5533 milliseconds

1 2 3 4 5 67 8 91011>>