Home
last modified time | relevance | path

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

/external/dynamic_depth/internal/dynamic_depth/
Dimage.cc15 constexpr char kItemSemantic[] = "ItemSemantic"; variable
169 return serializer->WriteProperty(DynamicDepthConst::Image(), kItemSemantic, in Serialize()
179 if (!deserializer.ParseString(DynamicDepthConst::Image(), kItemSemantic, in ParseImageFields()
Ddepth_map.cc24 constexpr const char* kItemSemantic = "ItemSemantic"; variable
159 if (!deserializer.ParseString(prefix, kItemSemantic, &item_semantic_str) || in ParseFields()
316 if (!serializer->WriteProperty(prefix, kItemSemantic, in Serialize()