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