Searched defs:OMX (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/include/
H A DOMX.h29 class OMX : public BnOMX, class in namespace:android
32 OMX();
167 virtual ~OMX();
187 OMX(const OMX &);
188 OMX &operator=(const OMX &);
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp20 #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
169 OMX::OMX() function in class:android::OMX
[all...]

Completed in 103 milliseconds