Searched defs:OMXMaster (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
H A DOMXMaster.h30 struct OMXMaster : public OMXPluginBase { struct in namespace:android
31 OMXMaster();
32 virtual ~OMXMaster();
66 OMXMaster(const OMXMaster &);
67 OMXMaster &operator=(const OMXMaster &);
/frameworks/av/media/libstagefright/omx/
H A DOMXMaster.cpp18 #define LOG_TAG "OMXMaster"
21 #include <media/stagefright/omx/OMXMaster.h>
32 OMXMaster::OMXMaster() function in class:android::OMXMaster
58 OMXMaster::~OMXMaster() {
67 void OMXMaster::addVendorPlugin() {
71 void OMXMaster::addPlugin(const char *libname) {
91 void OMXMaster::addPlugin(OMXPluginBase *plugin) {
120 void OMXMaster
[all...]

Completed in 21 milliseconds