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

<<21222324252627282930>>

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
omxtypes.h 64 OMX_StsICJP_JPEGMarkerErr = -183, /* JPEG marker encountered within an entropy-coded block; */
66 OMX_StsICJP_JPEGMarker = -181, /* JPEG marker encountered; Huffman decoding */
  /frameworks/base/core/jni/android/graphics/
YuvToJpegEncoder.cpp 95 // Jpeg library ignores the rows whose indices are greater than height.
170 // Jpeg library ignores the rows whose indices are greater than height.
  /frameworks/base/graphics/java/android/graphics/
YuvImage.java 23 * the YUV data to a Jpeg. The YUV data should be provided as a single byte
109 * Compress a rectangle region in the YuvImage to a jpeg.
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/common/
BitmapUtils.java 244 bitmap.compress(CompressFormat.JPEG, quality, baos);
258 return mimeType.equals("image/jpeg");
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDec_Thread.c 32 * This file implements OMX Component for JPEG decoder.This contains
67 * @fn OMX_JpegDec_Thread - Implements the JPEG decoder OMX component thread
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BitmapUtils.java 244 bitmap.compress(CompressFormat.JPEG, quality, baos);
258 return mimeType.equals("image/jpeg");
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
ExportDialog.java 177 bitmap.compress(Bitmap.CompressFormat.JPEG, mQuality, out);
187 // between a compressed jpeg and a larger version of it in function of the image
  /packages/apps/Launcher3/src/com/android/gallery3d/common/
BitmapUtils.java 244 bitmap.compress(CompressFormat.JPEG, quality, baos);
258 return mimeType.equals("image/jpeg");
  /external/chromium_org/chrome/browser/resources/
test_presubmit.py 437 background: url(data:image/jpeg,asdfasdfsadf); /* Ignore this. */
447 background: url(data:image/jpeg,asdfasdfsadf);""")
498 background: url( data:image/jpeg,4\/\/350|\/|3|2 );
499 background: url('data:image/jpeg,4\/\/350|\/|3|2');
502 background: url( data:image/jpeg,4\/\/350|\/|3|2 );
503 background: url('data:image/jpeg,4\/\/350|\/|3|2');""")
  /external/qemu/distrib/jpeg-6b/
jccolor.c 5 * This file is part of the Independent JPEG Group's software.
120 * Convert some rows of samples to the JPEG colorspace.
274 * Convert some rows of samples to the JPEG colorspace.
312 * Convert some rows of samples to the JPEG colorspace.
369 * Convert some rows of samples to the JPEG colorspace.
428 * Convert some rows of samples to the JPEG colorspace.
djpeg.c 5 * This file is part of the Independent JPEG Group's software.
8 * This file contains a command-line user interface for the JPEG decompressor.
176 /* Set up default JPEG parameters. */
243 fprintf(stderr, "Independent JPEG Group's DJPEG, version %s\n%s\n",
446 /* Initialize the JPEG decompression object with default error handling. */
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosJpegEncoderForCamera.cpp 224 JPEG_ERROR_LOG("%s::Fail to JPEG input buffer!!\n", __func__);
234 JPEG_ERROR_LOG("%s::Fail to JPEG input buffer!!\n", __func__);
259 JPEG_ERROR_LOG("%s::Fail to JPEG output buffer!!\n", __func__);
814 // create jpeg thumbnail class
819 JPEG_ERROR_LOG("ERR(%s):Cannot open a jpeg device file\n", __func__);
993 JPEG_ERROR_LOG("jpeg size is too small\n");
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEncoder.c 31 * This file implements OMX Component for JPEG encoder that
83 OMX_STRING cJPEGencName = "OMX.TI.JPEG.encoder";
439 OMX_PRINT1(pComponentPrivate->dbg, "in jpeg-enc OMX_ComponentInit\n");
473 OMX_PRINT2(pComponentPrivate->dbg, "Inside Component Init JPEG encoder\n");
552 strcpy((char *)pComponentPrivate->componentRole.cRole, "image_encoder.jpeg");
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
UriImage.java 256 // getResizedImageData ALWAYS compresses to JPEG, regardless of the original content type
266 * array contains an image in JPEG format, regardless of the original image's content type.
270 * @return A resized/recompressed version of this image, in JPEG format
378 b.compress(CompressFormat.JPEG, quality, os);
398 b.compress(CompressFormat.JPEG, quality, os);
422 b.compress(CompressFormat.JPEG, quality, os);
  /hardware/libhardware/include/hardware/
camera3.h 190 * recording resolution (JPEG only for large images).
254 * android.jpeg.gpsCoordinates (controls)
255 * android.jpeg.gpsProcessingMethod (controls)
256 * android.jpeg.gpsTimestamp (controls)
257 * android.jpeg.orientation (controls)
258 * android.jpeg.quality (controls)
259 * android.jpeg.thumbnailQuality (controls)
260 * android.jpeg.thumbnailSize (controls)
261 * android.jpeg.availableThumbnailSizes (static)
262 * android.jpeg.maxSize (static
    [all...]
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Channel.cpp 821 * DESCRIPTION: Function registerd to mm-jpeg-interface to handle jpeg events.
826 * @status : status of jpeg job
827 * @client_hdl: jpeg client handle
828 * @jobId : jpeg job Id
829 * @p_ouput : ptr to jpeg output result struct
858 //Construct jpeg transient header of type camera3_jpeg_blob_t
859 //Append at the end of jpeg image of buf_filled_len size
869 ALOGE("%s:Max Jpeg size :%d is out of valid range setting to size of buffer",
874 ALOGE("%s: Setting max jpeg size to %d",__func__, maxJpegSize)
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Channel.cpp 820 * DESCRIPTION: Function registerd to mm-jpeg-interface to handle jpeg events.
825 * @status : status of jpeg job
826 * @client_hdl: jpeg client handle
827 * @jobId : jpeg job Id
828 * @p_ouput : ptr to jpeg output result struct
866 //Construct jpeg transient header of type camera3_jpeg_blob_t
867 //Append at the end of jpeg image of buf_filled_len size
877 ALOGE("%s:Max Jpeg size :%d is out of valid range setting to size of buffer",
882 ALOGE("%s: Setting max jpeg size to %d",__func__, maxJpegSize)
    [all...]
  /external/kernel-headers/original/linux/
videodev2.h 389 #define V4L2_PIX_FMT_MJPEG v4l2_fourcc('M', 'J', 'P', 'G') /* Motion-JPEG */
390 #define V4L2_PIX_FMT_JPEG v4l2_fourcc('J', 'P', 'E', 'G') /* JFIF JPEG */
423 #define V4L2_PIX_FMT_PJPG v4l2_fourcc('P', 'J', 'P', 'G') /* Pixart 73xx JPEG */
424 #define V4L2_PIX_FMT_OV511 v4l2_fourcc('O', '5', '1', '1') /* ov511 JPEG */
425 #define V4L2_PIX_FMT_OV518 v4l2_fourcc('O', '5', '1', '8') /* ov518 JPEG */
430 #define V4L2_PIX_FMT_JPGL v4l2_fourcc('J', 'P', 'G', 'L') /* JPEG-Lite */
571 int APP_len; /* Length of data in JPEG APPn segment */
572 char APP_data[60]; /* Data in the JPEG APPn segment. */
574 int COM_len; /* Length of data in JPEG COM segment */
575 char COM_data[60]; /* Data in JPEG COM segment *
    [all...]
  /hardware/samsung_slsi/exynos5/include/
videodev2.h 390 #define V4L2_PIX_FMT_MJPEG v4l2_fourcc('M', 'J', 'P', 'G') /* Motion-JPEG */
391 #define V4L2_PIX_FMT_JPEG v4l2_fourcc('J', 'P', 'E', 'G') /* JFIF JPEG */
421 #define V4L2_PIX_FMT_PJPG v4l2_fourcc('P', 'J', 'P', 'G') /* Pixart 73xx JPEG */
422 #define V4L2_PIX_FMT_OV511 v4l2_fourcc('O', '5', '1', '1') /* ov511 JPEG */
423 #define V4L2_PIX_FMT_OV518 v4l2_fourcc('O', '5', '1', '8') /* ov518 JPEG */
428 #define V4L2_PIX_FMT_JPGL v4l2_fourcc('J', 'P', 'G', 'L') /* JPEG-Lite */
548 int APP_len; /* Length of data in JPEG APPn segment */
549 char APP_data[60]; /* Data in the JPEG APPn segment. */
551 int COM_len; /* Length of data in JPEG COM segment */
552 char COM_data[60]; /* Data in JPEG COM segment *
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 280 PRINT("Jpeg section marker 0x%02x size %d\n",marker, itemlen);
292 PRINT("No image in jpeg!\n");
354 PRINT("JPEG image is %uw * %uh,\n", Get16m(Data+3), Get16m(Data+5) );
741 printf("OMX JPEG Decoder Test App built on " __DATE__ ":" __TIME__ "\n");
908 eError = OMX_GetExtensionIndex(pHandle, "OMX.TI.JPEG.decoder.Param.SetMaxResolution", (OMX_INDEXTYPE*)&nCustomIndex);
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapTest.java 66 mBitmap.compress(CompressFormat.JPEG, 0, null);
75 mBitmap.compress(CompressFormat.JPEG, 0, null);
82 mBitmap.compress(CompressFormat.JPEG, -1, new ByteArrayOutputStream());
89 mBitmap.compress(CompressFormat.JPEG, 101, new ByteArrayOutputStream());
95 assertTrue(mBitmap.compress(CompressFormat.JPEG, 50, new ByteArrayOutputStream()));
  /external/chromium/net/base/
mime_util.cc 86 { "image/jpeg", "jpeg,jpg" },
109 { "image/jpeg", "jfif,pjpeg,pjp" },
195 "image/jpeg",
550 "image/jpeg",
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/
about.html 132 <h4>Independent JPEG Group's JPEG software release 6b</h4>
134 <p>This software is based in part on the work of the Independent JPEG Group's JPEG software release 6b (&quot;LIBJPEG&quot;).
135 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/jpeg/
djpeg.c 5 * This file is part of the Independent JPEG Group's software.
8 * This file contains a command-line user interface for the JPEG decompressor.
176 /* Set up default JPEG parameters. */
243 fprintf(stderr, "Independent JPEG Group's DJPEG, version %s\n%s\n",
446 /* Initialize the JPEG decompression object with default error handling. */
  /frameworks/base/core/java/android/hardware/camera2/
CameraCharacteristics.java 231 * Supported resolutions for the JPEG
236 new Key<android.hardware.camera2.Size[]>("android.jpeg.availableThumbnailSizes", android.hardware.camera2.Size[].class);
343 * one JPEG stream (snapshot)
361 * correspond to the frame duration when only that JPEG
377 * the JPEG block. Listed as width x height

Completed in 1769 milliseconds

<<21222324252627282930>>