Home
last modified time | relevance | path

Searched refs:sVideoDecoderNameMap (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libmedia/
DMediaProfiles.cpp56 const MediaProfiles::NameToTagMap MediaProfiles::sVideoDecoderNameMap[] = { member in android::MediaProfiles
236 const size_t nMappings = sizeof(sVideoDecoderNameMap)/sizeof(sVideoDecoderNameMap[0]); in createVideoDecoderCap()
237 const int codec = findTagForName(sVideoDecoderNameMap, nMappings, atts[1]); in createVideoDecoderCap()
/frameworks/av/include/media/
DMediaProfiles.h417 static const NameToTagMap sVideoDecoderNameMap[]; variable