Home
last modified time | relevance | path

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

/external/dynamic_depth/internal/xmpmeta/
Dxmp_parser.cc128 std::vector<const Section*> xmp_sections; in GetExtendedXmpSections() local
140 xmp_sections.push_back(&section); in GetExtendedXmpSections()
151 for (int i = 0; i < xmp_sections.size(); ++i) { in GetExtendedXmpSections()
152 const Section* section = xmp_sections[i]; in GetExtendedXmpSections()