Home
last modified time | relevance | path

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

/external/dynamic_depth/internal/xmpmeta/
Dxmp_parser.cc124 const size_t section_start_offset = in GetExtendedXmpSections() local
134 const size_t section_size = end_offset - section_start_offset; in GetExtendedXmpSections()
135 if (end_offset < section_start_offset || in GetExtendedXmpSections()
153 const size_t length = xmp_end_offsets[i] - section_start_offset; in GetExtendedXmpSections()
154 std::copy_n(&section->data[section_start_offset], length, &buffer[offset]); in GetExtendedXmpSections()