Home
last modified time | relevance | path

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

/external/dynamic_depth/internal/xmpmeta/
Dxmp_writer.cc140 std::vector<Section>* extended_sections) { in CreateExtendedSections() argument
170 extended_sections->push_back(Section(data_stream.str())); in CreateExtendedSections()
206 std::vector<Section> extended_sections; in InsertExtendedXMPSections() local
207 CreateExtendedSections(buffer, &extended_sections); in InsertExtendedXMPSections()
208 sections->insert(sections->begin() + position, extended_sections.begin(), in InsertExtendedXMPSections()
209 extended_sections.end()); in InsertExtendedXMPSections()
Dxmp_parser.cc164 const string extended_sections = in ParseExtendedXmpSections() local
168 if (extended_sections.size() > INT_MAX) { in ParseExtendedXmpSections()
170 << extended_sections.size(); in ParseExtendedXmpSections()
174 extended_sections.data(), static_cast<int>(extended_sections.size()), in ParseExtendedXmpSections()