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

/frameworks/base/media/libstagefright/include/
H A DOMX.h29 class OMX : public BnOMX, class in namespace:android
32 OMX();
116 virtual ~OMX();
135 OMX(const OMX &);
136 OMX &operator=(const OMX &);
/frameworks/base/media/libstagefright/omx/
H A DOMX.cpp18 #define LOG_TAG "OMX"
26 #include "../include/OMX.h"
45 struct OMX::CallbackDispatcher : public RefBase {
72 OMX::CallbackDispatcher::CallbackDispatcher(OMXNodeInstance *owner)
84 OMX::CallbackDispatcher::~CallbackDispatcher() {
99 void OMX::CallbackDispatcher::post(const omx_message &msg) {
106 void OMX::CallbackDispatcher::dispatch(const omx_message &msg) {
115 void *OMX::CallbackDispatcher::ThreadWrapper(void *me) {
121 void OMX::CallbackDispatcher::threadEntry() {
148 OMX function in class:android::OMX
[all...]

Completed in 178 milliseconds