Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp338 sp<OMXNodeInstance> const mOwner;
351 OMXNodeInstance::CallbackDispatcher::CallbackDispatcher(const sp<OMXNodeInstance> &owner) in CallbackDispatcher()
424 OMXNodeInstance::OMXNodeInstance( in OMXNodeInstance() function in android::OMXNodeInstance
459 OMXNodeInstance::~OMXNodeInstance() { in ~OMXNodeInstance()
732 status_t OMXNodeInstance::getConfig( in getConfig()
755 status_t OMXNodeInstance::setConfig( in setConfig()
1170 status_t OMXNodeInstance::useBuffer( in useBuffer()
2324 void OMXNodeInstance::onEvent( in onEvent()
2392 OMXNodeInstance *instance = static_cast<OMXNodeInstance *>(pAppData); in OnEvent()
2440 OMXNodeInstance *instance = static_cast<OMXNodeInstance *>(pAppData); in OnEmptyBufferDone()
[all …]
H A DAndroid.bp30 "OMXNodeInstance.cpp",
/aosp12/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
H A 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;
/aosp12/frameworks/av/media/libstagefright/omx/1.0/
H A 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()
/aosp12/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
H A DOMXNodeInstance.h41 struct OMXNodeInstance : public BnOMXNode { struct
42 OMXNodeInstance(
186 ~OMXNodeInstance(); argument
309 OMXNodeInstance(const OMXNodeInstance &);
310 OMXNodeInstance &operator=(const OMXNodeInstance &); argument
/aosp12/frameworks/av/media/libmedia/include/media/
H A DOMXBuffer.h51 struct OMXNodeInstance;
93 friend struct OMXNodeInstance;