Searched refs:OMX (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/media/libstagefright/include/
H A DOMXNodeInstance.h21 #include "OMX.h"
33 OMX *owner, const sp<IOMXObserver> &observer);
35 void setHandle(OMX::node_id node_id, OMX_HANDLETYPE handle);
37 OMX *owner();
39 OMX::node_id nodeID();
62 OMX::buffer_id *buffer);
66 OMX::buffer_id *buffer);
69 OMX_U32 portIndex, size_t size, OMX::buffer_id *buffer,
74 OMX::buffer_id *buffer);
76 status_t freeBuffer(OMX_U32 portIndex, OMX
[all...]
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...]
H A DAndroid.mk5 OMX.cpp \
H A DOMXNodeInstance.cpp85 OMX *owner, const sp<IOMXObserver> &observer)
97 void OMXNodeInstance::setHandle(OMX::node_id node_id, OMX_HANDLETYPE handle) {
103 OMX *OMXNodeInstance::owner() {
111 OMX::node_id OMXNodeInstance::nodeID() {
136 // by the OMX component - we want to ignore them as our client
284 const_cast<OMX_STRING>("OMX.google.android.index.enableAndroidNativeBuffers"),
322 "OMX.google.android.index.getAndroidNativeBufferUsage"),
360 "OMX.google.android.index.storeMetaDataInBuffers");
386 OMX::buffer_id *buffer) {
419 OMX
[all...]
/frameworks/av/include/media/
H A DIOMX.h38 DECLARE_META_INTERFACE(OMX);
44 // the implementation of the OMX interface lives in the same
/frameworks/av/media/libstagefright/
H A DOMXClient.cpp27 #include "include/OMX.h"
147 return !strncasecmp(name, "OMX.google.", 11);
166 mLocalOMX = new OMX;
181 mLocalOMX = new OMX;
330 ALOGI("Using client-side OMX mux.");
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp72 #include <OMX.h>
275 mOMX = new OMX;
/frameworks/av/media/libmedia/
H A DIOMX.cpp403 IMPLEMENT_META_INTERFACE(OMX, "android.hardware.IOMX");

Completed in 903 milliseconds