| /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/chromium_org/net/base/ |
| mime_util.cc | 126 { "image/jpeg", "jpeg,jpg" }, 152 { "image/jpeg", "jfif,pjpeg,pjp" }, 250 "image/jpeg", 782 "image/jpeg", [all...] |
| net_util_unittest.cc | 801 #define JPEG_EXT L".jpeg" 889 "image/jpeg", 894 "image/jpeg", 895 FILE_PATH_LITERAL("C:\\foo\\bar.jpeg"), 896 FILE_PATH_LITERAL("C:\\foo\\bar.jpeg") 946 "image/jpeg", 951 "image/jpeg", 952 FILE_PATH_LITERAL("/bar.jpeg"), 953 FILE_PATH_LITERAL("/bar.jpeg") [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: */ 636 * of the JPEG standard: the first 5 AC coefficients are estimated from 638 * We apply smoothing only for progressive JPEG decoding, and only if [all...] |
| /external/qemu/distrib/jpeg-6b/ |
| 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: */ 636 * of the JPEG standard: the first 5 AC coefficients are estimated from 638 * We apply smoothing only for progressive JPEG decoding, and only if [all...] |
| /frameworks/base/docs/html/guide/topics/connectivity/ |
| wifip2p.jd | 499 to create this client-server socket communication and transfer JPEG images from a client 526 * Save the input stream from the client as a JPEG file 547 * Start activity that can handle the JPEG image 563 transfers a JPEG file on the client device's file system.</p> 582 * Create a byte stream from a JPEG file and pipe it to the output stream
|
| /external/opencv/otherlibs/highgui/ |
| grfmt_jpeg.cpp | 45 // JPEG filter factory 51 m_description = "JPEG files (*.jpeg;*.jpg;*.jpe)"; 75 This part of the file implements JPEG codec on base of IJG libjpeg library, 199 /* JPEG DHT Segment for YCrCb omitted from MJPEG data */ 461 TRUE /* limit to baseline-JPEG values */ ); 499 ////////////////////// JPEG-oriented two-level bitstream //////////////////////// 594 /****************************** JPEG (JFIF) reader ***************************/ [all...] |
| /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/ |
| mm_qcamera_snapshot.c | 276 /* Once we give frame for encoding, we get encoded jpeg image 278 to form complete JPEG image */ 295 /* This callback is received once the complete JPEG encoding is done */ 392 CDBG_ERROR("%s: Failure! JPEG encoder returned error.", __func__); 418 CDBG_ERROR("%s: Failure configuring JPEG encoder", __func__); 741 /*start OMX Jpeg encoder*/ [all...] |
| /packages/apps/Camera2/src/com/android/camera/ |
| PhotoModule.java | 718 // Calculate the width and the height of the jpeg. 734 // If using a debug uri, save jpeg there. 762 // Animate capture with real jpeg data instead of a preview frame. 776 // shutter press and saving the JPEG too. [all...] |
| /cts/tests/tests/hardware/src/android/hardware/cts/ |
| CameraTest.java | 282 if (LOGV) Log.v(TAG, "Jpeg Picture callback"); 377 assertTrue("Jpeg picture callback not recieved", mJpegPictureCallbackResult); 565 final int PICTURE_FORMAT = ImageFormat.JPEG; 586 // The default picture format must be Jpeg. 587 assertEquals(ImageFormat.JPEG, origPictureFormat); 667 assertNoLetters(parameters.get("jpeg-thumbnail-size-values"), 668 "jpeg-thumbnail-size-values"); 753 || (format == ImageFormat.JPEG) || (format == ImageFormat.YUY2); [all...] |
| /hardware/qcom/msm8x74/original-kernel-headers/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 */ 424 #define V4L2_PIX_FMT_PJPG v4l2_fourcc('P', 'J', 'P', 'G') /* Pixart 73xx JPEG */ 425 #define V4L2_PIX_FMT_OV511 v4l2_fourcc('O', '5', '1', '1') /* ov511 JPEG */ 426 #define V4L2_PIX_FMT_OV518 v4l2_fourcc('O', '5', '1', '8') /* ov518 JPEG */ 431 #define V4L2_PIX_FMT_JPGL v4l2_fourcc('J', 'P', 'G', 'L') /* JPEG-Lite */ 572 int APP_len; /* Length of data in JPEG APPn segment */ 573 char APP_data[60]; /* Data in the JPEG APPn segment. */ 575 int COM_len; /* Length of data in JPEG COM segment */ 576 char COM_data[60]; /* Data in JPEG COM segment * [all...] |
| /cts/tests/tests/graphics/src/android/graphics/cts/ |
| BitmapFactoryTest.java | 56 // The test images, including baseline JPEG, a PNG, a GIF, a BMP AND a WEBP. 398 bitmap.compress(Bitmap.CompressFormat.JPEG, 0, stm);
|
| YuvImageTest.java | 286 // Compress rect in image to a jpeg and then decode the jpeg to a bitmap.
|
| /development/tools/idegen/templates/ |
| android.ipr | 35 <entry name=".+\.(gif|png|jpeg|jpg)" /> 42 <entry name="?*.jpeg" />
|
| /device/lge/mako/camera/ |
| QualcommCameraHardware.h | 515 /* mJpegSize keeps track of the size of the accumulated JPEG. We clear it 517 zero, or the size of the last JPEG picture taken.
|
| /external/chromium/chrome/browser/safe_browsing/ |
| malware_details_unittest.cc | 40 "Content-Type: image/jpeg\n"; 545 pb_header->set_value("image/jpeg");
|
| /external/chromium_org/ash/desktop_background/ |
| desktop_background_controller_unittest.cc | 178 // Writes a JPEG image of the specified size and color to |path|. Returns 210 // Initializes |wallpaper_dir_|, writes JPEG wallpaper images to it, and
|
| /external/chromium_org/cc/resources/ |
| picture.cc | 41 // If bitmap is opaque, encode as JPEG. 75 // Try JPEG.
|
| /external/chromium_org/chrome/browser/resources/file_manager/js/metadata/ |
| exif_parser.js | 28 ImageParser.call(this, parent, 'jpeg', /\.jpe?g$/i); 162 // Some JPEG files may have sections marked with EXIF_MARK_EXIF
|
| /external/chromium_org/chrome/tools/test/ |
| generate_mime_tests.pl | 194 case "tag=img&content=type_jpg.jpg" { return "HTML page with a JPEG image"} 201 case "switch=nohtml&content=type_jpg.jpg" { return "JPEG image and no HTML"}
|
| /external/chromium_org/third_party/libwebp/dsp/ |
| yuv.h | 44 // This flag is for comparison purpose against JPEG's "YUVj" natural colorspace. 259 // This JPEG-YUV colorspace, only for comparison!
|
| /external/chromium_org/ui/ |
| ui.target.darwin-arm.mk | 241 $(PWD)/external/jpeg \ 345 $(PWD)/external/jpeg \
|
| ui.target.darwin-mips.mk | 240 $(PWD)/external/jpeg \ 343 $(PWD)/external/jpeg \
|
| ui.target.darwin-x86.mk | 242 $(PWD)/external/jpeg \ 348 $(PWD)/external/jpeg \
|
| ui.target.linux-arm.mk | 241 $(PWD)/external/jpeg \ 345 $(PWD)/external/jpeg \
|