Home
last modified time | relevance | path

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

/external/dynamic_depth/internal/dynamic_depth/
Ddevice.cc79 if (xmp.ExtendedSection() == nullptr) { in ParseFields()
84 return ParseFields(xmp.ExtendedSection()); in ParseFields()
161 xmp->ExtendedSection() == nullptr) { in SerializeToXmp()
173 return xmlSaveFile(filename, xmp_data->ExtendedSection()) != -1; in SerializeToXmlFile()
/external/dynamic_depth/internal/xmpmeta/
Dxmp_writer.cc220 ((xmp_data.ExtendedSection() == nullptr) == extended_buffer.empty()); in XmpSectionsAndSerializedDataValid()
300 if (xmp_data.ExtendedSection() != nullptr) { in WriteLeftEyeAndXmpMeta()
301 SerializeMeta(xmp_data.ExtendedSection(), &extended_buffer); in WriteLeftEyeAndXmpMeta()
Dxmp_data.cc25 const xmlDocPtr XmpData::ExtendedSection() const { return xmp_extended_; } in ExtendedSection() function in dynamic_depth::xmpmeta::XmpData
Dxmp_parser.cc175 if (xmp_data->ExtendedSection() == nullptr) { in ParseExtendedXmpSections()
/external/dynamic_depth/includes/xmpmeta/
Dxmp_data.h25 const xmlDocPtr ExtendedSection() const;