OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OMXNodeInstance
(Results
1 - 6
of
6
) sorted by null
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
Omx.h
31
struct
OMXNodeInstance
;
55
using ::android::
OMXNodeInstance
;
72
// Method for
OMXNodeInstance
73
status_t freeNode(sp<
OMXNodeInstance
> const& instance);
78
KeyedVector<wp<IBase>, sp<
OMXNodeInstance
> > mLiveNodes;
79
KeyedVector<
OMXNodeInstance
*, wp<IBase> > mNode2Observer;
WOmxNode.h
25
#include <media/stagefright/omx/
OMXNodeInstance
.h>
/frameworks/av/media/libstagefright/omx/
OMXNodeInstance.cpp
18
#define LOG_TAG "
OMXNodeInstance
"
24
#include <media/stagefright/omx/
OMXNodeInstance
.h>
202
OMX_CALLBACKTYPE
OMXNodeInstance
::kCallbacks = {
220
struct
OMXNodeInstance
::CallbackDispatcherThread : public Thread {
236
struct
OMXNodeInstance
::CallbackDispatcher : public RefBase {
237
explicit CallbackDispatcher(const sp<
OMXNodeInstance
> &owner);
262
sp<
OMXNodeInstance
> const mOwner;
275
OMXNodeInstance
::CallbackDispatcher::CallbackDispatcher(const sp<
OMXNodeInstance
> &owner)
282
OMXNodeInstance
::CallbackDispatcher::~CallbackDispatcher()
[
all
...]
/frameworks/av/media/libstagefright/omx/1.0/
Omx.cpp
92
sp<
OMXNodeInstance
> instance;
100
instance = new
OMXNodeInstance
(
105
name.c_str(), &
OMXNodeInstance
::kCallbacks,
128
quirks |=
OMXNodeInstance
::
132
quirks |=
OMXNodeInstance
::
166
sp<
OMXNodeInstance
> instance;
185
status_t Omx::freeNode(sp<
OMXNodeInstance
> const& instance) {
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
OMXNodeInstance.h
41
struct
OMXNodeInstance
: public BnOMXNode {
42
OMXNodeInstance
(
186
~
OMXNodeInstance
();
309
OMXNodeInstance
(const
OMXNodeInstance
&);
310
OMXNodeInstance
&operator=(const
OMXNodeInstance
&);
/frameworks/av/media/libmedia/include/media/
OMXBuffer.h
51
struct
OMXNodeInstance
;
93
friend struct
OMXNodeInstance
;
Completed in 55 milliseconds