Searched refs:CONTENT_TYPE_MAP (Results 1 – 1 of 1) sorted by relevance
72 const std::unordered_map<AudioAdapterContentType, ContentType> CONTENT_TYPE_MAP = { variable330 auto item = CONTENT_TYPE_MAP.find(contentType); in GetAudioContentType()331 if (item == CONTENT_TYPE_MAP.end()) { in GetAudioContentType()