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

  /frameworks/av/media/libstagefright/omx/
OMXMaster.h 30 struct OMXMaster : public OMXPluginBase {
31 OMXMaster();
32 virtual ~OMXMaster();
65 OMXMaster(const OMXMaster &);
66 OMXMaster &operator=(const OMXMaster &);
OMXMaster.cpp 18 #define LOG_TAG "OMXMaster"
21 #include "OMXMaster.h"
31 OMXMaster::OMXMaster()
37 OMXMaster::~OMXMaster() {
46 void OMXMaster::addVendorPlugin() {
50 void OMXMaster::addPlugin(const char *libname) {
70 void OMXMaster::addPlugin(OMXPluginBase *plugin) {
99 void OMXMaster::clearPlugins()
    [all...]

Completed in 34 milliseconds