Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/omx/
DSoftOMXPlugin.cpp67 SoftOMXPlugin::SoftOMXPlugin() { in SoftOMXPlugin() function in android::SoftOMXPlugin
70 OMX_ERRORTYPE SoftOMXPlugin::makeComponentInstance( in makeComponentInstance()
138 OMX_ERRORTYPE SoftOMXPlugin::destroyComponentInstance( in destroyComponentInstance()
158 OMX_ERRORTYPE SoftOMXPlugin::enumerateComponents( in enumerateComponents()
171 OMX_ERRORTYPE SoftOMXPlugin::getRolesOfComponent( in getRolesOfComponent()
DSoftOMXPlugin.h26 struct SoftOMXPlugin : public OMXPluginBase { struct
27 SoftOMXPlugin();
48 DISALLOW_EVIL_CONSTRUCTORS(SoftOMXPlugin);
DAndroid.mk12 SoftOMXPlugin.cpp \
DOMXMaster.cpp34 addPlugin(new SoftOMXPlugin); in OMXMaster()