Searched refs:ExtendedSection (Results 1 – 5 of 5) sorted by relevance
79 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()
220 ((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()
25 const xmlDocPtr XmpData::ExtendedSection() const { return xmp_extended_; } in ExtendedSection() function in dynamic_depth::xmpmeta::XmpData
175 if (xmp_data->ExtendedSection() == nullptr) { in ParseExtendedXmpSections()
25 const xmlDocPtr ExtendedSection() const;