Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DGoldfishOMXPlugin.cpp44 const char *mLibNameSuffix; member
95 useGoogleGoldfishComponentInstance(kComponents[i].mLibNameSuffix)) { in GoldfishOMXPlugin()
99 useAndroidGoldfishComponentInstance(kComponents[i].mLibNameSuffix)) { in GoldfishOMXPlugin()
122 ALOGI("Using goldfish codec for '%s'", kActiveComponents[i].mLibNameSuffix); in makeComponentInstance()
124 libName.append(kActiveComponents[i].mLibNameSuffix); in makeComponentInstance()