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

/frameworks/av/media/libstagefright/include/
H A DOMXNodeInstance.h21 #include "OMX.h"
34 OMX *owner, const sp<IOMXObserver> &observer, const char *name);
36 void setHandle(OMX::node_id node_id, OMX_HANDLETYPE handle);
38 OMX *owner();
40 OMX::node_id nodeID();
71 OMX::buffer_id *buffer);
75 OMX::buffer_id *buffer);
79 OMX::buffer_id buffer);
87 OMX_U32 portIndex, size_t size, OMX::buffer_id *buffer,
92 OMX
[all...]
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...]
H A DAndroid.mk10 OMX.cpp \
H A DOMXNodeInstance.cpp167 OMX *owner, const sp<IOMXObserver> &observer, const char *name)
192 void OMXNodeInstance::setHandle(OMX::node_id node_id, OMX_HANDLETYPE handle) {
211 OMX *OMXNodeInstance::owner() {
219 OMX::node_id OMXNodeInstance::nodeID() {
251 // by the OMX component - we want to ignore them as our client
437 "OMX.google.android.index.enableAndroidNativeBuffers");
464 "OMX.google.android.index.getAndroidNativeBufferUsage");
505 "OMX.google.android.index.storeMetaDataInBuffers");
508 "OMX.google.android.index.storeGraphicBufferInMetaData");
558 "OMX
[all...]
/frameworks/av/media/libstagefright/
H A DOMXClient.cpp32 #include "include/OMX.h"
179 // 64 bit processes always run OMX remote on MediaServer
182 // 32 bit processes run only OMX.google.* components locally
183 return !strncasecmp(name, "OMX.google.", 11);
203 mLocalOMX = new OMX;
218 mLocalOMX = new OMX;
409 ALOGI("Using client-side OMX mux.");
/frameworks/av/include/media/
H A DIOMX.h39 DECLARE_META_INTERFACE(OMX);
45 // the implementation of the OMX interface lives in the same
/frameworks/av/media/libmedia/
H A DIOMX.cpp516 IMPLEMENT_META_INTERFACE(OMX, "android.hardware.IOMX");
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp78 #include <OMX.h>
361 mOMX = new OMX;

Completed in 95 milliseconds