OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMXMaster
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
OMXMaster.h
30
struct
OMXMaster
: public OMXPluginBase {
31
OMXMaster
();
32
virtual ~
OMXMaster
();
69
OMXMaster
(const
OMXMaster
&);
70
OMXMaster
&operator=(const
OMXMaster
&);
OMXNodeInstance.h
36
struct
OMXMaster
;
/frameworks/av/media/libstagefright/omx/
OMXMaster.cpp
18
#define LOG_TAG "
OMXMaster
"
21
#include <media/stagefright/omx/
OMXMaster
.h>
32
OMXMaster
::
OMXMaster
() {
57
OMXMaster
::~
OMXMaster
() {
61
void
OMXMaster
::addVendorPlugin() {
65
void
OMXMaster
::addPlatformPlugin() {
69
void
OMXMaster
::addPlugin(const char *libname) {
97
void
OMXMaster
::addPlugin(OMXPluginBase *plugin)
[
all
...]
OMXNodeInstance.cpp
25
#include <media/stagefright/omx/
OMXMaster
.h>
[
all
...]
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
Omx.h
30
struct
OMXMaster
;
54
using ::android::
OMXMaster
;
76
OMXMaster
* mMaster;
/frameworks/av/media/libstagefright/omx/1.0/
Omx.cpp
25
#include <media/stagefright/omx/
OMXMaster
.h>
44
mMaster(new
OMXMaster
()),
Completed in 401 milliseconds