HomeSort by relevance Sort by last modified time
    Searched full:jpegstream (Results 1 - 16 of 16) sorted by null

  /packages/apps/Gallery2/jni_jpegstream/
Android.mk 26 src/jpegstream.cpp \
  /packages/apps/Camera2/tests/
AndroidManifest.xml 37 <instrumentation android:name="com.android.camera.jpegstream.JpegStreamTestRunner"
39 android:label="Tests for JpegStream classes."/>
  /packages/apps/Gallery2/
proguard.flags 82 -keep class com.android.gallery3d.jpegstream.JPEGOutputStream { *; }
83 -keep class com.android.gallery3d.jpegstream.JPEGInputStream { *; }
84 -keep class com.android.gallery3d.jpegstream.StreamUtils { *; }
  /packages/apps/Gallery2/jni_jpegstream/src/
jpeg_hook.h 45 * JNI method in jpegstream.cpp before CleanDst or any of the libjpeg functions
68 * JNI method in jpegstream.cpp before CleanSrc or any of the libjpeg functions
jpegstream.cpp 295 "com/android/gallery3d/jpegstream/JPEGOutputStream";
297 "com/android/gallery3d/jpegstream/JPEGInputStream";
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/jpegstream/
JpegConfig.java 17 package com.android.gallery3d.jpegstream;
StreamUtils.java 17 package com.android.gallery3d.jpegstream;
JPEGInputStream.java 17 package com.android.gallery3d.jpegstream;
JPEGOutputStream.java 17 package com.android.gallery3d.jpegstream;
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifInterface.java 829 * @param jpegStream an InputStream containing a jpeg compressed image.
834 public void writeExif(InputStream jpegStream, OutputStream exifOutStream) throws IOException {
835 if (jpegStream == null || exifOutStream == null) {
839 doExifStreamIO(jpegStream, s)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifInterface.java 829 * @param jpegStream an InputStream containing a jpeg compressed image.
834 public void writeExif(InputStream jpegStream, OutputStream exifOutStream) throws IOException {
835 if (jpegStream == null || exifOutStream == null) {
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java 829 * @param jpegStream an InputStream containing a jpeg compressed image.
834 public void writeExif(InputStream jpegStream, OutputStream exifOutStream) throws IOException {
835 if (jpegStream == null || exifOutStream == null) {
839 doExifStreamIO(jpegStream, s)
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifInterface.java 829 * @param jpegStream an InputStream containing a jpeg compressed image.
834 public void writeExif(InputStream jpegStream, OutputStream exifOutStream) throws IOException {
835 if (jpegStream == null || exifOutStream == null) {
    [all...]
  /device/google/marlin/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
  /device/huawei/angler/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]
  /device/lge/bullhead/camera/QCamera2/HAL3/
QCamera3HWI.cpp     [all...]

Completed in 586 milliseconds