Home
last modified time | relevance | path

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

/external/dynamic_depth/internal/xmpmeta/
Dxmp_writer.cc221 const bool is_valid = (xmp_data.StandardSection() != nullptr) && in XmpSectionsAndSerializedDataValid()
303 xmp_data.StandardSection()); in WriteLeftEyeAndXmpMeta()
306 SerializeMeta(xmp_data.StandardSection(), &main_buffer); in WriteLeftEyeAndXmpMeta()
Dxmp_data.cc21 const xmlDocPtr XmpData::StandardSection() const { return xmp_; } in StandardSection() function in dynamic_depth::xmpmeta::XmpData
Dxmp_parser.cc102 if (xmp->StandardSection() == nullptr) { in ParseFirstValidXMPSection()
210 GetFirstDescriptionElement(xmp_data->StandardSection())); in ExtractXmpMeta()
/external/dynamic_depth/includes/xmpmeta/
Dxmp_data.h21 const xmlDocPtr StandardSection() const;
/external/dynamic_depth/internal/dynamic_depth/
Ddevice.cc160 if (xmp == nullptr || xmp->StandardSection() == nullptr || in SerializeToXmp()