Home
last modified time | relevance | path

Searched refs:omxNode (Results 1 – 18 of 18) sorted by relevance

/frameworks/av/media/libstagefright/omx/1.0/
DWGraphicBufferSource.cpp41 TWOmxNodeWrapper(const sp<IOmxNode> &omxNode): mOmxNode(omxNode) { in TWOmxNodeWrapper()
124 const sp<IOmxNode>& omxNode, Dataspace dataspace) { in configure() argument
125 if (omxNode == NULL) { in configure()
132 Return<Status> err(omxNode->setInputSurface(mOmxBufferSource)); in configure()
153 auto transStatus = omxNode->getParameter( in configure()
170 transStatus = omxNode->getParameter( in configure()
184 new TWOmxNodeWrapper(omxNode), in configure()
/frameworks/av/media/libstagefright/omx/
DBWGraphicBufferSource.cpp34 BWOmxNodeWrapper(const sp<IOMXNode> &omxNode): mOMXNode(omxNode) { in BWOmxNodeWrapper()
92 const sp<IOMXNode>& omxNode, int32_t dataSpace) { in configure() argument
96 status_t err = omxNode->setInputSurface(mOMXBufferSource); in configure()
105 if (omxNode->getParameter( in configure()
115 err = omxNode->getParameter( in configure()
123 new BWOmxNodeWrapper(omxNode), in configure()
DOmxGraphicBufferSource.cpp74 const sp<IOmxNodeWrapper>& omxNode, in configure() argument
80 if (omxNode == NULL) { in configure()
85 new OmxComponentWrapper(omxNode), dataSpace, bufferCount, in configure()
DOMXUtils.cpp188 status_t SetComponentRole(const sp<IOMXNode> &omxNode, const char *role) { in SetComponentRole() argument
197 return omxNode->setParameter( in SetComponentRole()
318 const sp<IOMXNode> &omxNode, in DescribeColorFormat() argument
322 if (omxNode->getExtensionIndex( in DescribeColorFormat()
326 if (omxNode->getParameter( in DescribeColorFormat()
332 } else if (omxNode->getExtensionIndex( in DescribeColorFormat()
334 && omxNode->getParameter( in DescribeColorFormat()
344 const sp<IOMXNode> &omxNode, in IsFlexibleColorFormat() argument
358 if (!DescribeColorFormat(omxNode, describeParams)) { in IsFlexibleColorFormat()
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DOMXUtils.h42 status_t SetComponentRole(const sp<IOMXNode> &omxNode, const char *role);
47 const sp<IOMXNode> &omxNode, uint32_t colorFormat,
51 const sp<IOMXNode> &omxNode,
DOmxGraphicBufferSource.h69 const sp<IOmxNodeWrapper> &omxNode,
DBWGraphicBufferSource.h47 const sp<IOMXNode>& omxNode, int32_t dataSpace) override;
/frameworks/av/media/libmedia/omx/1.0/
DWGraphicBufferSource.cpp34 const sp<IOMXNode>& omxNode, int32_t dataSpace) { in configure() argument
35 sp<IOmxNode> hOmxNode = omxNode->getHalInterface(); in configure()
37 hOmxNode == nullptr ? new TWOmxNode(omxNode) : hOmxNode, in configure()
DWOmx.cpp60 sp<IOMXNode>* omxNode) { in allocateNode() argument
64 [&fnStatus, omxNode](Status status, sp<IOmxNode> const& node) { in allocateNode()
66 *omxNode = new LWOmxNode(node); in allocateNode()
/frameworks/av/media/libmedia/aidl/android/
DIGraphicBufferSource.aidl27 void configure(IOMXNode omxNode, int dataSpace); in configure() argument
/frameworks/av/media/libmedia/include/media/omx/1.0/
DWOmx.h68 sp<IOMXNode>* omxNode) override;
DWGraphicBufferSource.h70 BnStatus configure(const sp<IOMXNode>& omxNode, int32_t dataSpace) override;
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
DWGraphicBufferSource.h77 const sp<IOmxNode>& omxNode, Dataspace dataspace) override;
/frameworks/av/media/libmedia/
DIOMX.cpp95 sp<IOMXNode> *omxNode) { in allocateNode() argument
104 *omxNode = IOMXNode::asInterface(reply.readStrongBinder()); in allocateNode()
106 omxNode->clear(); in allocateNode()
606 sp<IOMXNode> omxNode; in onTransact() local
608 status_t err = allocateNode(name, observer, &omxNode); in onTransact()
612 reply->writeStrongBinder(IInterface::asBinder(omxNode)); in onTransact()
/frameworks/av/media/libmedia/include/media/
DIOMX.h82 sp<IOMXNode> *omxNode) = 0;
/frameworks/av/include/media/
DIOMX.h82 sp<IOMXNode> *omxNode) = 0;
/frameworks/av/media/libstagefright/omx/tests/
DOMXHarness.cpp255 NodeReaper(const sp<Harness> &harness, const sp<IOMXNode> &omxNode) in NodeReaper()
257 mOMXNode(omxNode) { in NodeReaper()
/frameworks/av/media/libstagefright/
DACodec.cpp6472 sp<IOMXNode> omxNode; in onAllocateComponent() local
6485 err = omx->allocateNode(componentName.c_str(), observer, &omxNode); in onAllocateComponent()
6496 auto tOmxNode = omxNode->getHalInterface(); in onAllocateComponent()
6516 mCodec->mOMXNode = omxNode; in onAllocateComponent()
8310 sp<IOMXNode> omxNode; in queryCapabilities() local
8312 err = omx->allocateNode(name, observer, &omxNode); in queryCapabilities()
8318 err = SetComponentRole(omxNode, role); in queryCapabilities()
8320 omxNode->freeNode(); in queryCapabilities()
8335 status_t err = omxNode->getParameter( in queryCapabilities()
8369 status_t err = omxNode->getParameter( in queryCapabilities()
[all …]