Searched refs:strToLensFacing (Results 1 – 1 of 1) sorted by relevance
159 static const std::map<std::string, LensFacing> strToLensFacing{ in parseLensFacing() local163 auto it = strToLensFacing.find(s); in parseLensFacing()164 return it == strToLensFacing.end() ? std::nullopt : std::optional(it->second); in parseLensFacing()