Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/util/
DXmpDataParser.java77 public static XmpInterface createXmpInterface(IsoInterface iso) in createXmpInterface() method in XmpDataParser
88 public static XmpInterface createXmpInterface(ExifInterface exif) in createXmpInterface() method in XmpDataParser
96 private static XmpInterface createXmpInterface(@NonNull byte[] rawXmp, @NonNull long[] offsets) in createXmpInterface() method in XmpDataParser
108 private XmpInterface createXmpInterface() throws XmlPullParserException, IOException { in createXmpInterface() method in XmpDataParser