Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DGoldfishOMXPlugin.cpp90 static const GoldfishComponent kComponents[] = { variable
102 sizeof(kComponents) / sizeof(kComponents[0]);
107 if (!strncmp("OMX.google", kComponents[i].mName, 10) && in GoldfishOMXPlugin()
109 kComponents[i].mLibNameSuffix)) { in GoldfishOMXPlugin()
111 kComponents[i].mName); in GoldfishOMXPlugin()
112 kActiveComponents.push_back(kComponents[i]); in GoldfishOMXPlugin()
113 } else if (!strncmp("OMX.android", kComponents[i].mName, 11) && in GoldfishOMXPlugin()
115 kComponents[i].mLibNameSuffix)) { in GoldfishOMXPlugin()
117 kComponents[i].mName); in GoldfishOMXPlugin()
118 kActiveComponents.push_back(kComponents[i]); in GoldfishOMXPlugin()