HomeSort by relevance Sort by last modified time
    Searched defs:OMX (Results 1 - 2 of 2) sorted by null

  /frameworks/base/media/libstagefright/include/
OMX.h 29 class OMX : public BnOMX,
32 OMX();
124 virtual ~OMX();
144 OMX(const OMX &);
145 OMX &operator=(const OMX &);
  /frameworks/base/media/libstagefright/omx/
OMX.cpp 18 #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::CallbackDispatcherThread::threadLoop()
    [all...]

Completed in 6072 milliseconds