Searched refs:sAudioSourceTable (Results 1 – 1 of 1) sorted by relevance
219 static const std::map<const std::string, AudioSource> sAudioSourceTable = { in stringToProcessingType() local237 auto typeIter = sAudioSourceTable.find(type); in stringToProcessingType()238 if (typeIter != sAudioSourceTable.end()) { in stringToProcessingType()