OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QComOMXPlugin
(Results
1 - 3
of
3
) sorted by null
/hardware/qcom/media/libstagefrighthw/
QComOMXPlugin.h
25
struct
QComOMXPlugin
: public OMXPluginBase {
26
QComOMXPlugin
();
27
virtual ~
QComOMXPlugin
();
70
QComOMXPlugin
(const
QComOMXPlugin
&);
71
QComOMXPlugin
&operator=(const
QComOMXPlugin
&);
QComOMXPlugin.cpp
17
#include "
QComOMXPlugin
.h"
26
return new
QComOMXPlugin
;
29
QComOMXPlugin
::
QComOMXPlugin
()
55
QComOMXPlugin
::~
QComOMXPlugin
() {
64
OMX_ERRORTYPE
QComOMXPlugin
::makeComponentInstance(
79
OMX_ERRORTYPE
QComOMXPlugin
::destroyComponentInstance(
88
OMX_ERRORTYPE
QComOMXPlugin
::enumerateComponents(
99
OMX_ERRORTYPE
QComOMXPlugin
::getRolesOfComponent
[
all
...]
Android.mk
21
QComOMXPlugin
.cpp \
Completed in 918 milliseconds