Home
last modified time | relevance | path

Searched refs:OMXNodeInstance (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp202 OMX_CALLBACKTYPE OMXNodeInstance::kCallbacks = {
220 struct OMXNodeInstance::CallbackDispatcherThread : public Thread {
236 struct OMXNodeInstance::CallbackDispatcher : public RefBase {
237 explicit CallbackDispatcher(const sp<OMXNodeInstance> &owner);
262 sp<OMXNodeInstance> const mOwner;
275 OMXNodeInstance::CallbackDispatcher::CallbackDispatcher(const sp<OMXNodeInstance> &owner) in CallbackDispatcher()
282 OMXNodeInstance::CallbackDispatcher::~CallbackDispatcher() { in ~CallbackDispatcher()
300 void OMXNodeInstance::CallbackDispatcher::post(const omx_message &msg, bool realTime) { in post()
309 void OMXNodeInstance::CallbackDispatcher::dispatch(std::list<omx_message> &messages) { in dispatch()
317 bool OMXNodeInstance::CallbackDispatcher::loop() { in loop()
[all …]
DAndroid.bp10 "OMXNodeInstance.cpp",
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
DOmx.h31 struct OMXNodeInstance;
55 using ::android::OMXNodeInstance;
73 status_t freeNode(sp<OMXNodeInstance> const& instance);
78 KeyedVector<wp<IBase>, sp<OMXNodeInstance> > mLiveNodes;
79 KeyedVector<OMXNodeInstance*, wp<IBase> > mNode2Observer;
/frameworks/av/media/libstagefright/omx/1.0/
DOmx.cpp92 sp<OMXNodeInstance> instance; in allocateNode()
100 instance = new OMXNodeInstance( in allocateNode()
105 name.c_str(), &OMXNodeInstance::kCallbacks, in allocateNode()
128 quirks |= OMXNodeInstance:: in allocateNode()
132 quirks |= OMXNodeInstance:: in allocateNode()
166 sp<OMXNodeInstance> instance; in serviceDied()
185 status_t Omx::freeNode(sp<OMXNodeInstance> const& instance) { in freeNode()
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DOMXNodeInstance.h41 struct OMXNodeInstance : public BnOMXNode { struct
42 OMXNodeInstance(
186 ~OMXNodeInstance(); argument
309 OMXNodeInstance(const OMXNodeInstance &);
310 OMXNodeInstance &operator=(const OMXNodeInstance &); argument
/frameworks/av/media/libmedia/include/media/
DOMXBuffer.h51 struct OMXNodeInstance;
93 friend struct OMXNodeInstance;
/frameworks/av/include/media/
DOMXBuffer.h51 struct OMXNodeInstance;
93 friend struct OMXNodeInstance;