Searched defs:xmp (Results 1 – 7 of 7) sorted by relevance
/packages/providers/MediaProvider/tests/src/com/android/providers/media/util/ |
D | XmpDataParserTest.java | 48 final XmpInterface xmp = XmpDataParser.createXmpInterface(exifInterface); in testContainer_Empty() local 61 final XmpInterface xmp = XmpDataParser.createXmpInterface(exifInterface); in testContainer_ValidAttrs() local 76 final XmpInterface xmp = XmpDataParser.createXmpInterface(exifInterface); in testContainer_ValidTags() local 100 final XmpInterface xmp = XmpDataParser.createXmpInterface(exif); in testContainer_ExifRedactionRanges() local
|
D | IsoInterfaceTest.java | 92 final XmpInterface xmp = XmpDataParser.createXmpInterface(mp4); in testXmp() local
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | ImageFilterTinyPlanet.java | 83 XMPMeta xmp = ImageLoader.getXmpObject(PrimaryImage.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/ |
D | SaveImage.java | 222 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/ |
D | TinyPlanetFragment.java | 272 XMPMeta xmp = XmpUtil.extractXMPMeta(is); in createPaddedSourceImage() local 447 private static Bitmap createPaddedBitmap(Bitmap bitmapIn, XMPMeta xmp, int intermediateWidth) { in createPaddedBitmap() 490 private static int getInt(XMPMeta xmp, String key) throws XMPException { in getInt()
|
/packages/providers/MediaProvider/src/com/android/providers/media/scan/ |
D | ModernMediaScanner.java | 1164 XmpInterface xmp, String mimeType) { in withXmpValues() 1175 private static byte[] maybeTruncateXmp(XmpInterface xmp) { in maybeTruncateXmp() 1293 final XmpInterface xmp = XmpDataParser.createXmpInterface(iso); in scanItemAudio() local 1374 final XmpInterface xmp = XmpDataParser.createXmpInterface(iso); in scanItemVideo() local 1414 final XmpInterface xmp = XmpDataParser.createXmpInterface(exif); in scanItemImage() local
|
/packages/providers/MediaProvider/src/com/android/providers/media/util/ |
D | SpecialFormatDetector.java | 132 final String xmp = new String(exif.getAttributeBytes(ExifInterface.TAG_XMP), in isMotionPhoto() local
|