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

/frameworks/av/include/media/stagefright/
H A DOMX.h31 class OMX : public BnOMX, class in namespace:android
35 OMX();
52 virtual ~OMX();
61 OMX(const OMX &);
62 OMX &operator=(const OMX &);
/frameworks/av/media/libstagefright/foundation/include/
H A DOMX.h31 class OMX : public BnOMX, class in namespace:android
35 OMX();
52 virtual ~OMX();
61 OMX(const OMX &);
62 OMX &operator=(const OMX &);
/frameworks/av/media/libstagefright/include/
H A DOMX.h31 class OMX : public BnOMX, class in namespace:android
35 OMX();
52 virtual ~OMX();
61 OMX(const OMX &);
62 OMX &operator=(const OMX &);
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp20 #define LOG_TAG "OMX"
25 #include "../include/OMX.h"
40 OMX::OMX() : mMaster(new OMXMaster), mParser() { function in class:android::OMX
43 OMX::~OMX() {
48 void OMX::binderDied(const wp<IBinder> &the_late_who) {
69 status_t OMX::listNodes(List<ComponentInfo> *list) {
97 status_t OMX::allocateNode(
143 status_t OMX
[all...]

Completed in 59 milliseconds