Home
last modified time | relevance | path

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

/aosp_15_r20/external/dynamic_depth/internal/xmpmeta/xml/
H A Ddeserializer.h39 virtual bool ParseFloatArrayBase64(const string& prefix, const string& name,
H A Ddeserializer_impl.h52 bool ParseFloatArrayBase64(const string& prefix, const string& name,
H A Ddeserializer_impl.cc198 bool DeserializerImpl::ParseFloatArrayBase64(const string& prefix, in ParseFloatArrayBase64() function in dynamic_depth::xmpmeta::xml::DeserializerImpl
/aosp_15_r20/external/dynamic_depth/internal/dynamic_depth/
H A Dpoint_cloud.cc123 if (!deserializer.ParseFloatArrayBase64(DynamicDepthConst::PointCloud(), in ParseFields()
H A Dplane.cc152 if (deserializer.ParseFloatArrayBase64(DynamicDepthConst::Plane(), kBoundary, in ParsePlaneFields()
H A Dimaging_model.cc72 deserializer.ParseFloatArrayBase64(DynamicDepthConst::ImagingModel(), in ParseFields()
H A Ddepth_map.cc189 if (deserializer.ParseFloatArrayBase64(prefix, kFocalTable, &focal_table) && in ParseFields()