| /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/ |
| ExifParser.java | 29 * This class provides a low-level EXIF parsing API. Given a JPEG format 756 throw new ExifInvalidFormatException("Invalid JPEG format"); 781 Log.w(TAG, "Invalid JPEG format."); [all...] |
| /hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/ |
| mm_qcamera_app.c | 542 CDBG_ERROR("%s: jpeg lib open err", __func__); 594 /* close jpeg client */ 599 CDBG_ERROR("%s: close jpeg failed, rc=%d", __func__, rc);
|
| /hardware/samsung_slsi/exynos5/libcamera2/ |
| fimc-is-metadata.h | 676 struct camera2_jpeg_ctl jpeg; member in struct:camera2_ctl 699 struct camera2_jpeg_dm jpeg; member in struct:camera2_dm 712 struct camera2_jpeg_sm jpeg; member in struct:camera2_sm
|
| ExynosCameraHWInterface2.cpp | [all...] |
| /hardware/samsung_slsi/exynos5/libhwjpeg/ |
| ExynosJpegBase.cpp | 349 JPEG_ERROR_LOG("ERR(%s):JPEG device was closed\n", __func__); 724 JPEG_ERROR_LOG("[%s,%d]: jpeg input S_FMT failed\n", __func__,iRet); 743 JPEG_ERROR_LOG("[%s,%d]: jpeg output S_FMT failed\n", __func__,iRet);
|
| /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/ |
| OMX_JpegEnc_Utils.h | 30 * This is a header file for a JPEG encoder that is fully 113 //JPEG Encoder Specific DSP Err Codes 250 /* PPLIB not needed if the the input to jpeg encoder is yuv. Uncomment the next line if PPLIB is needed */
|
| /packages/apps/Camera2/src/com/android/camera/exif/ |
| ExifParser.java | 29 * This class provides a low-level EXIF parsing API. Given a JPEG format 756 throw new ExifInvalidFormatException("Invalid JPEG format"); 781 Log.w(TAG, "Invalid JPEG format."); [all...] |
| /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/ |
| ExifParser.java | 29 * This class provides a low-level EXIF parsing API. Given a JPEG format 756 throw new ExifInvalidFormatException("Invalid JPEG format"); 781 Log.w(TAG, "Invalid JPEG format."); [all...] |
| /packages/apps/Launcher3/src/com/android/gallery3d/exif/ |
| ExifParser.java | 29 * This class provides a low-level EXIF parsing API. Given a JPEG format 756 throw new ExifInvalidFormatException("Invalid JPEG format"); 781 Log.w(TAG, "Invalid JPEG format."); [all...] |
| /packages/apps/Mms/src/com/android/mms/exif/ |
| ExifParser.java | 29 * This class provides a low-level EXIF parsing API. Given a JPEG format 756 throw new ExifInvalidFormatException("Invalid JPEG format"); 781 Log.w(TAG, "Invalid JPEG format."); [all...] |
| /device/asus/flo/camera/mm-image-codec/qexif/ |
| qexif.h | [all...] |
| /hardware/qcom/camera/mm-image-codec/qexif/ |
| qexif.h | [all...] |
| /pdk/apps/TestingCamera/src/com/android/testingcamera/ |
| TestingCamera.java | 268 mFormatNames.append(ImageFormat.JPEG, "JPEG"); 741 log("JPEG picture callback received"); [all...] |
| /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/ |
| OMX_JpegDecoder.c | 31 * This file implements OMX Component for JPEG decoder 74 OMX_STRING cJPEGdecName = "OMX.TI.JPEG.decoder"; 336 OMX_PRBUFFER2(pComponentPrivate->dbg, "JPEG-D: Entering funtion FreeBuffer_JPEGDec %lu %p\n", nPortIndex, pBuffHead); [all...] |
| OMX_JpegDec_Utils.c | 32 * This file implements OMX Component for JPEG decoder 363 OMX_PRINT2(pComponentPrivate->dbg, "JPEG Start_ComponentThread\n"); [all...] |
| /device/generic/goldfish/camera/ |
| EmulatedFakeCamera2.cpp | 426 ALOGE("%s: Cannot allocate another JPEG stream (%d already allocated)", 870 ALOGV("Configure: Waiting for JPEG compressor"); [all...] |
| /device/lge/mako/camera/ |
| QCamera_Intf.h | [all...] |
| /hardware/ti/omap4xxx/test/CameraHal/ |
| camera_test_menu.cpp | 389 const char *codingformat[] = {"yuv422i-yuyv", "yuv420sp", "rgb565", "jpeg", "raw", "jps", "mpo", "raw+jpeg", "raw+mpo"}; 391 int pictureFormat = 3; // jpeg 705 printf("JPEG done in %llu us\n", timeval_delay(&picture_start)); 1165 pictureFormat = 3; // jpeg [all...] |
| /cts/tests/tests/view/src/android/view/cts/ |
| WindowTest.java | 539 window.setDefaultWindowFormat(PixelFormat.JPEG); 549 window.setDefaultWindowFormat(PixelFormat.JPEG); 550 assertEquals(PixelFormat.JPEG, window.getAttributes().format); [all...] |
| /external/chromium_org/chrome/common/extensions/api/ |
| tabs.json | 620 "enum": ["jpeg", "png"], 621 "description": "The format of the resulting image. Default is jpeg." 628 "description": "When format is 'jpeg', controls the quality of the resulting image. This value is ignored for PNG images. As quality is decreased, the resulting image will have more visual artifacts, and the number of bytes needed to store it will decrease." [all...] |
| /external/chromium_org/third_party/WebKit/Source/core/ |
| webcore_platform.target.darwin-arm.mk | 279 third_party/WebKit/Source/core/platform/image-decoders/jpeg/JPEGImageDecoder.cpp \ 462 $(PWD)/external/jpeg \ 606 $(PWD)/external/jpeg \ [all...] |
| webcore_platform.target.darwin-mips.mk | 279 third_party/WebKit/Source/core/platform/image-decoders/jpeg/JPEGImageDecoder.cpp \ 462 $(PWD)/external/jpeg \ 606 $(PWD)/external/jpeg \ [all...] |
| webcore_platform.target.darwin-x86.mk | 279 third_party/WebKit/Source/core/platform/image-decoders/jpeg/JPEGImageDecoder.cpp \ 464 $(PWD)/external/jpeg \ 611 $(PWD)/external/jpeg \ [all...] |
| webcore_platform.target.linux-arm.mk | 279 third_party/WebKit/Source/core/platform/image-decoders/jpeg/JPEGImageDecoder.cpp \ 462 $(PWD)/external/jpeg \ 606 $(PWD)/external/jpeg \ [all...] |
| webcore_platform.target.linux-mips.mk | 279 third_party/WebKit/Source/core/platform/image-decoders/jpeg/JPEGImageDecoder.cpp \ 462 $(PWD)/external/jpeg \ 606 $(PWD)/external/jpeg \ [all...] |