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

<<11121314151617181920>>

  /external/libvpx/examples/includes/geshi/geshi/
povray.php 67 'leopard', 'lambda', 'julia', 'jpeg', 'jitter', 'irid_wavelength', 'ior', 'inverse',
  /external/protobuf/vsprojects/
libprotobuf-lite.vcproj 217 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
lite-test.vcproj 196 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
  /external/skia/src/images/
SkImageDecoder.cpp 33 "JPEG",
SkJpegUtility.cpp 50 // note that JPEG is happy with less than the full read,
  /external/webkit/WebCore/platform/graphics/qt/
ImageDecoderQt.cpp 81 // This will force the JPEG decoder to use JDCT_IFAST
  /frameworks/base/core/java/android/webkit/
MimeTypeMap.java 402 sMimeTypeMap.loadEntry("image/jpeg", "jpeg");
403 sMimeTypeMap.loadEntry("image/jpeg", "jpg");
404 sMimeTypeMap.loadEntry("image/jpeg", "jpe");
  /frameworks/base/core/java/com/google/android/mms/pdu/
PduContentTypes.java 56 "image/jpeg", /* 0x1E */
  /frameworks/base/core/jni/
Android.mk 164 external/jpeg \
  /frameworks/base/media/libstagefright/codecs/common/include/
voIndex.h 124 _MAKE_CODEC_ID (0x410000, JPEG)
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
CameraTest.java 165 Log.v(TAG, "Jpeg Picture callback");
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
OMX_JpegEnc_CustomCmd.h 31 * This is an header file for an Jpeg encoder that is fully compliant with the OMX specification.
OMX_JpegEnc_Thread.h 31 * This is a header file for a JPEG encoder that is fully
OMX_JpegEncoder.h 31 * This is a header file for a JPEG encoder that is fully
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Utils.c 31 * This file implements OMX Component for JPEG encoder that
543 OMX_PRINT1(dbg, "Exiting JPEG FreeComponentresources\n");
634 /* according to JPEG Enc SN Interface guide */
683 this JPEG would be viewable using the TI JPEG decoder*/
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.h 27 * This file implements OMX Component for JPEG encoder that
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
OMX_Core.c 55 //{"OMX.TI.JPEG.decoder", "image_decoder.jpeg" },
56 {"OMX.TI.JPEG.Encoder", "image_encoder.jpeg"},
  /libcore/luni/src/main/java/libcore/net/
MimeUtils.java 240 add("image/jpeg", "jpeg");
241 add("image/jpeg", "jpg");
242 add("image/jpeg", "jpe");
  /packages/apps/Camera/src/com/android/camera/
MenuHelper.java 64 public static final String JPEG_MIME_TYPE = "image/jpeg";
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java 213 if (LOGV) Log.v(TAG, "Jpeg Picture callback");
570 final int PICTURE_FORMAT = ImageFormat.JPEG;
592 // The default picture format must be Jpeg.
593 assertEquals(ImageFormat.JPEG, origPictureFormat);
663 assertNoLetters(parameters.get("jpeg-thumbnail-size-values"),
664 "jpeg-thumbnail-size-values");
710 || (format == ImageFormat.JPEG) || (format == ImageFormat.YUY2);
    [all...]
  /development/ide/xcode/SampleCode/SampleCode.xcodeproj/
project.pbxproj 149 containerPortal = 00ED8C150D3E999300651393 /* jpeg.xcodeproj */;
152 remoteInfo = jpeg;
205 containerPortal = 00ED8C150D3E999300651393 /* jpeg.xcodeproj */;
208 remoteInfo = jpeg;
302 00ED8C150D3E999300651393 /* jpeg.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = jpeg.xcodeproj; path = ../jpeg.xcodeproj; sourceTree = SOURCE_ROOT; };
    [all...]
  /external/jpeg/
jdcoefct.c 5 * This file is part of the Independent JPEG Group's software.
9 * This controller is the top level of the JPEG decompressor proper.
21 /* Block smoothing is only applicable for progressive JPEG, so: */
623 * of the JPEG standard: the first 5 AC coefficients are estimated from
625 * We apply smoothing only for progressive JPEG decoding, and only if
    [all...]
jctrans.c 5 * This file is part of the Independent JPEG Group's software.
9 * that is, writing raw DCT coefficient arrays to an output JPEG file.
jdsample.c 5 * This file is part of the Independent JPEG Group's software.
179 * This is not used for typical JPEG files, so it need not be fast.
  /cts/tests/tests/graphics/src/android/graphics/cts/
YuvImageTest.java 274 // Compress rect in image to a jpeg and then decode the jpeg to a bitmap.

Completed in 378 milliseconds

<<11121314151617181920>>