Searched refs:readMetaOnly (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/util/
H A DXmpUtil.java330 * Parses the jpeg image file. If readMetaOnly is true, only keeps the Exif
335 * @param readMetaOnly Whether only reads the metadata in jpg.
338 private static List<Section> parse(InputStream is, boolean readMetaOnly) { argument
359 if (!readMetaOnly) {
375 if (!readMetaOnly || c == M_APP1) {

Completed in 115 milliseconds