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();
66 OMXMaster(const OMXMaster &);
67 OMXMaster &operator=(const OMXMaster &);
H A DOMXMaster.cpp18 #define LOG_TAG "OMXMaster"
21 #include "OMXMaster.h"
32 OMXMaster::OMXMaster() function in class:android::OMXMaster
61 OMXMaster::~OMXMaster() {
70 void OMXMaster::addVendorPlugin() {
74 void OMXMaster::addPlugin(const char *libname) {
94 void OMXMaster::addPlugin(OMXPluginBase *plugin) {
123 void OMXMaster
[all...]

Completed in 1643 milliseconds