OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SimpleSoftOMXComponent
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/omx/
SimpleSoftOMXComponent.cpp
18
#define LOG_TAG "
SimpleSoftOMXComponent
"
21
#include "include/
SimpleSoftOMXComponent
.h"
29
SimpleSoftOMXComponent
::
SimpleSoftOMXComponent
(
36
mHandler(new AHandlerReflector<
SimpleSoftOMXComponent
>(this)),
48
void
SimpleSoftOMXComponent
::prepareForDestruction() {
57
OMX_ERRORTYPE
SimpleSoftOMXComponent
::sendCommand(
69
bool
SimpleSoftOMXComponent
::isSetParameterAllowed(
105
OMX_ERRORTYPE
SimpleSoftOMXComponent
::getParameter(
111
OMX_ERRORTYPE
SimpleSoftOMXComponent
::setParameter
[
all
...]
/frameworks/av/media/libstagefright/include/
SimpleSoftOMXComponent.h
32
struct
SimpleSoftOMXComponent
: public SoftOMXComponent {
33
SimpleSoftOMXComponent
(
88
sp<AHandlerReflector<
SimpleSoftOMXComponent
> > mHandler;
139
DISALLOW_EVIL_CONSTRUCTORS(
SimpleSoftOMXComponent
);
Completed in 282 milliseconds