Home
last modified time | relevance | path

Searched refs:xmpSection (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/util/
DXmpUtil.java260 Section xmpSection = new Section(); in insertXMPSection() local
261 xmpSection.marker = M_APP1; in insertXMPSection()
263 xmpSection.length = xmpdata.length + 2; in insertXMPSection()
264 xmpSection.data = xmpdata; in insertXMPSection()
271 sections.set(i, xmpSection); in insertXMPSection()
280 newSections.add(xmpSection); in insertXMPSection()