Searched refs:sVideoDecoderNameMap (Results 1 – 2 of 2) sorted by relevance
56 const MediaProfiles::NameToTagMap MediaProfiles::sVideoDecoderNameMap[] = { member in android::MediaProfiles236 const size_t nMappings = sizeof(sVideoDecoderNameMap)/sizeof(sVideoDecoderNameMap[0]); in createVideoDecoderCap()237 const int codec = findTagForName(sVideoDecoderNameMap, nMappings, atts[1]); in createVideoDecoderCap()
417 static const NameToTagMap sVideoDecoderNameMap[]; variable