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();
149 virtual ~OMX();
169 OMX(const OMX &);
170 OMX &operator=(const OMX &);
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp20 #define LOG_TAG "OMX"
25 #include "../include/OMX.h"
44 struct OMX::CallbackDispatcherThread : public Thread {
60 struct OMX::CallbackDispatcher : public RefBase {
86 OMX::CallbackDispatcher::CallbackDispatcher(OMXNodeInstance *owner)
93 OMX::CallbackDispatcher::~CallbackDispatcher() {
111 void OMX::CallbackDispatcher::post(const omx_message &msg) {
118 void OMX::CallbackDispatcher::dispatch(const omx_message &msg) {
126 bool OMX::CallbackDispatcher::loop() {
152 bool OMX
158 OMX::OMX() function in class:android::OMX
[all...]

Completed in 48 milliseconds