Searched refs:g_photoSubTypeMapping (Results 1 – 1 of 1) sorted by relevance
35 const std::unordered_map<PhotoSubType, MediaLibrary_MediaSubType> g_photoSubTypeMapping = { variable115 auto itr = g_photoSubTypeMapping.find(subType); in GetMediaSubType()116 if (itr != g_photoSubTypeMapping.end()) { in GetMediaSubType()