Home
last modified time | relevance | path

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

/external/dynamic_depth/internal/dynamic_depth/
Dimage.cc34 string item_semantic_str_lower = item_semantic_str; in StringToItemSemantic() local
35 std::transform(item_semantic_str_lower.begin(), item_semantic_str_lower.end(), in StringToItemSemantic()
36 item_semantic_str_lower.begin(), ::tolower); in StringToItemSemantic()
37 if (kItemSemanticPrimaryLower == item_semantic_str_lower) { in StringToItemSemantic()