Searched refs:sAudioStreamTypeTable (Results 1 – 1 of 1) sorted by relevance
204 static const std::map<const std::string, AudioStreamType> sAudioStreamTypeTable = { in stringToProcessingType() local232 auto typeIter = sAudioStreamTypeTable.find(type); in stringToProcessingType()233 if (typeIter != sAudioStreamTypeTable.end()) { in stringToProcessingType()