Home | History | Annotate | Download | only in panorama

Lines Matching refs:Exif

23 import com.android.camera.Exif;
854 // in its EXIF header, so the image can be displayed correctly.
956 // Save the orientation in EXIF.
957 ExifInterface exif = new ExifInterface(filepath);
958 exif.setAttribute(ExifInterface.TAG_ORIENTATION,
960 exif.saveAttributes();
962 Log.e(TAG, "cannot set exif data: " + filepath);