HomeSort by relevance Sort by last modified time
    Searched defs:createOMXPlugin (Results 1 - 7 of 7) sorted by null

  /hardware/qcom/media/libstagefrighthw/
QComOMXPlugin.cpp 25 OMXPluginBase *createOMXPlugin() {
  /hardware/samsung_slsi/exynos5/libstagefrighthw/
Exynos_OMX_Plugin.cpp 26 OMXPluginBase *createOMXPlugin() {
  /hardware/ti/omap3/libstagefrighthw/
TIOMXPlugin.cpp 25 OMXPluginBase *createOMXPlugin() {
  /hardware/ti/omap4-aah/libstagefrighthw/
TIOMXPlugin.cpp 25 extern "C" OMXPluginBase *createOMXPlugin() {
  /hardware/ti/omap4xxx/libstagefrighthw/
TIOMXPlugin.cpp 25 extern "C" OMXPluginBase *createOMXPlugin() {
  /frameworks/av/media/libstagefright/omx/
OMXMaster.cpp 58 CreateOMXPluginFunc createOMXPlugin =
60 mVendorLibHandle, "createOMXPlugin");
61 if (!createOMXPlugin)
62 createOMXPlugin = (CreateOMXPluginFunc)dlsym(
65 if (createOMXPlugin) {
66 addPlugin((*createOMXPlugin)());
  /hardware/intel/common/libstagefrighthw/
WrsOMXPlugin.cpp 42 OMXPluginBase *createOMXPlugin() {

Completed in 358 milliseconds