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