Searched refs:sAudioDecoderNameMap (Results 1 – 2 of 2) sorted by relevance
60 const MediaProfiles::NameToTagMap MediaProfiles::sAudioDecoderNameMap[] = { member in android::MediaProfiles229 const size_t nMappings = sizeof(sAudioDecoderNameMap)/sizeof(sAudioDecoderNameMap[0]); in createAudioDecoderCap()230 const int codec = findTagForName(sAudioDecoderNameMap, nMappings, atts[1]); in createAudioDecoderCap()
493 static const NameToTagMap sAudioDecoderNameMap[]; variable