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

/frameworks/av/media/libstagefright/omx/
H A DOMXMaster.h30 struct OMXMaster : public OMXPluginBase { struct in namespace:android
31 OMXMaster();
32 virtual ~OMXMaster();
65 OMXMaster(const OMXMaster &);
66 OMXMaster &operator=(const OMXMaster &);
H A DOMXMaster.cpp18 #define LOG_TAG "OMXMaster"
21 #include "OMXMaster.h"
31 OMXMaster::OMXMaster() function in class:android::OMXMaster
37 OMXMaster::~OMXMaster() {
46 void OMXMaster::addVendorPlugin() {
50 void OMXMaster::addPlugin(const char *libname) {
70 void OMXMaster::addPlugin(OMXPluginBase *plugin) {
99 void OMXMaster
[all...]

Completed in 38 milliseconds