OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OMX
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/include/
OMX.h
29
class
OMX
: public BnOMX,
32
OMX
();
167
virtual ~
OMX
();
187
OMX
(const
OMX
&);
188
OMX
&operator=(const
OMX
&);
/frameworks/av/media/libstagefright/omx/
OMX.cpp
20
#define LOG_TAG "
OMX
"
25
#include "../include/
OMX
.h"
50
struct
OMX
::CallbackDispatcherThread : public Thread {
66
struct
OMX
::CallbackDispatcher : public RefBase {
96
OMX
::CallbackDispatcher::CallbackDispatcher(OMXNodeInstance *owner)
103
OMX
::CallbackDispatcher::~CallbackDispatcher() {
121
void
OMX
::CallbackDispatcher::post(const omx_message &msg, bool realTime) {
130
void
OMX
::CallbackDispatcher::dispatch(std::list<omx_message> &messages) {
138
bool
OMX
::CallbackDispatcher::loop() {
163
bool
OMX
::CallbackDispatcherThread::threadLoop()
[
all
...]
Completed in 100 milliseconds