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