HomeSort by relevance Sort by last modified time
    Searched full:xmpdata (Results 1 - 1 of 1) sorted by null

  /packages/apps/Camera2/src/com/android/camera/util/
XmpUtil.java 258 byte[] xmpdata = new byte[buffer.length + XMP_HEADER_SIZE];
259 System.arraycopy(XMP_HEADER.getBytes(), 0, xmpdata, 0, XMP_HEADER_SIZE); local
260 System.arraycopy(buffer, 0, xmpdata, XMP_HEADER_SIZE, buffer.length);
264 xmpSection.length = xmpdata.length + 2;
265 xmpSection.data = xmpdata;

Completed in 57 milliseconds