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();
124 virtual ~OMX();
144 OMX(const OMX &);
145 OMX &operator=(const OMX &);
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp18 #define LOG_TAG "OMX"
23 #include "../include/OMX.h"
42 struct OMX::CallbackDispatcherThread : public Thread {
58 struct OMX::CallbackDispatcher : public RefBase {
84 OMX::CallbackDispatcher::CallbackDispatcher(OMXNodeInstance *owner)
91 OMX::CallbackDispatcher::~CallbackDispatcher() {
109 void OMX::CallbackDispatcher::post(const omx_message &msg) {
116 void OMX::CallbackDispatcher::dispatch(const omx_message &msg) {
124 bool OMX::CallbackDispatcher::loop() {
150 bool OMX
156 OMX::OMX() function in class:android::OMX
[all...]

Completed in 21 milliseconds