Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/omx/1.0/
DWGraphicBufferSource.cpp46 TWOmxNodeWrapper(const sp<IOmxNode> &omxNode): mOmxNode(omxNode) { in TWOmxNodeWrapper()
129 const sp<IOmxNode>& omxNode, Dataspace dataspace) { in configure() argument
130 if (omxNode == NULL) { in configure()
137 Return<Status> err(omxNode->setInputSurface(mOmxBufferSource)); in configure()
158 auto transStatus = omxNode->getParameter( in configure()
175 transStatus = omxNode->getParameter( in configure()
189 new TWOmxNodeWrapper(omxNode), in configure()
/frameworks/av/media/codec2/sfplugin/
DOmx2IGraphicBufferSource.cpp143 const sp<IOMXNode>& omxNode, int32_t dataSpace) { in configure() argument
144 if (omxNode == NULL) { in configure()
151 status_t err = omxNode->setInputSurface(mOMXBufferSource); in configure()
158 if (omxNode->getParameter( in configure()
168 err = omxNode->getParameter( in configure()
176 new OmxNodeWrapper(omxNode), in configure()
DOmx2IGraphicBufferSource.h31 BnStatus configure(const sp<IOMXNode>& omxNode, int32_t dataSpace) override;
/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.h68 const sp<IOmxNodeWrapper> &omxNode,
/frameworks/av/media/libstagefright/omx/
DOMXUtils.cpp197 status_t SetComponentRole(const sp<IOMXNode> &omxNode, const char *role) { in SetComponentRole() argument
206 return omxNode->setParameter( in SetComponentRole()
328 const sp<IOMXNode> &omxNode, in DescribeColorFormat() argument
332 if (omxNode->getExtensionIndex( in DescribeColorFormat()
336 if (omxNode->getParameter( in DescribeColorFormat()
342 } else if (omxNode->getExtensionIndex( in DescribeColorFormat()
344 && omxNode->getParameter( in DescribeColorFormat()
354 const sp<IOMXNode> &omxNode, in IsFlexibleColorFormat() argument
368 if (!DescribeColorFormat(omxNode, describeParams)) { in IsFlexibleColorFormat()
DOmxGraphicBufferSource.cpp83 const sp<IOmxNodeWrapper>& omxNode, in configure() argument
89 if (omxNode == NULL) { in configure()
94 new OmxComponentWrapper(omxNode), dataSpace, bufferCount, in configure()
/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<IOmxNode>(); in configure()
37 hOmxNode == nullptr ? new TWOmxNode(omxNode) : hOmxNode, in configure()
DWOmx.cpp59 sp<IOMXNode>* omxNode) { in allocateNode() argument
63 [&fnStatus, omxNode](Status status, sp<IOmxNode> const& node) { in allocateNode()
65 *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.h67 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.h73 const sp<IOmxNode>& omxNode, Dataspace dataspace) override;
/frameworks/av/media/libmedia/include/media/
DIOMX.h89 sp<IOMXNode> *omxNode) = 0;
/frameworks/av/media/libstagefright/omx/tests/
DOMXHarness.cpp266 NodeReaper(const sp<Harness> &harness, const sp<IOMXNode> &omxNode) in NodeReaper()
268 mOMXNode(omxNode) { in NodeReaper()
/frameworks/av/media/libstagefright/
DACodec.cpp6949 sp<IOMXNode> omxNode; in onAllocateComponent() local
6962 err = omx->allocateNode(componentName.c_str(), observer, &omxNode); in onAllocateComponent()
6973 auto tOmxNode = omxNode->getHalInterface<IOmxNode>(); in onAllocateComponent()
6991 mCodec->mOMXNode = omxNode; in onAllocateComponent()
9029 sp<IOMXNode> omxNode; in queryCapabilities() local
9031 err = omx->allocateNode(name, observer, &omxNode); in queryCapabilities()
9037 err = SetComponentRole(omxNode, role); in queryCapabilities()
9039 omxNode->freeNode(); in queryCapabilities()
9054 status_t err = omxNode->getParameter( in queryCapabilities()
9088 status_t err = omxNode->getParameter( in queryCapabilities()
[all …]