Home
last modified time | relevance | path

Searched defs:xmp (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilterTinyPlanet.java83 XMPMeta xmp = ImageLoader.getXmpObject(MasterImage.getImage().getActivity()); in apply() local
110 private Bitmap applyXmp(Bitmap bitmapIn, XMPMeta xmp, int intermediateWidth) { in applyXmp()
153 private static int getInt(XMPMeta xmp, String key) throws XMPException { in getInt()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
DSaveImage.java222 Object xmp = null; in getPanoramaXMPData() local
237 public boolean putPanoramaXMPData(File file, Object xmp) { in putPanoramaXMPData()
356 Object xmp = getPanoramaXMPData(newSourceUri, preset); in processAndSaveImage() local
368 Object xmp = getPanoramaXMPData(newSourceUri, preset); in processAndSaveImage() local
418 Object xmp = getPanoramaXMPData(newSourceUri, preset); in processAndSaveImage() local
/packages/apps/Camera2/src/com/android/camera/tinyplanet/
DTinyPlanetFragment.java270 XMPMeta xmp = XmpUtil.extractXMPMeta(is); in createPaddedSourceImage() local
446 private static Bitmap createPaddedBitmap(Bitmap bitmapIn, XMPMeta xmp, int intermediateWidth) { in createPaddedBitmap()
489 private static int getInt(XMPMeta xmp, String key) throws XMPException { in getInt()