/frameworks/av/media/libstagefright/omx/1.0/ |
D | WGraphicBufferSource.cpp | 41 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/ |
D | BWGraphicBufferSource.cpp | 34 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()
|
D | OmxGraphicBufferSource.cpp | 74 const sp<IOmxNodeWrapper>& omxNode, in configure() argument 80 if (omxNode == NULL) { in configure() 85 new OmxComponentWrapper(omxNode), dataSpace, bufferCount, in configure()
|
D | OMXUtils.cpp | 188 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/ |
D | OMXUtils.h | 42 status_t SetComponentRole(const sp<IOMXNode> &omxNode, const char *role); 47 const sp<IOMXNode> &omxNode, uint32_t colorFormat, 51 const sp<IOMXNode> &omxNode,
|
D | OmxGraphicBufferSource.h | 69 const sp<IOmxNodeWrapper> &omxNode,
|
D | BWGraphicBufferSource.h | 47 const sp<IOMXNode>& omxNode, int32_t dataSpace) override;
|
/frameworks/av/media/libmedia/omx/1.0/ |
D | WGraphicBufferSource.cpp | 34 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()
|
D | WOmx.cpp | 60 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/ |
D | IGraphicBufferSource.aidl | 27 void configure(IOMXNode omxNode, int dataSpace); in configure() argument
|
/frameworks/av/media/libmedia/include/media/omx/1.0/ |
D | WOmx.h | 68 sp<IOMXNode>* omxNode) override;
|
D | WGraphicBufferSource.h | 70 BnStatus configure(const sp<IOMXNode>& omxNode, int32_t dataSpace) override;
|
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/ |
D | WGraphicBufferSource.h | 77 const sp<IOmxNode>& omxNode, Dataspace dataspace) override;
|
/frameworks/av/media/libmedia/ |
D | IOMX.cpp | 95 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/ |
D | IOMX.h | 82 sp<IOMXNode> *omxNode) = 0;
|
/frameworks/av/include/media/ |
D | IOMX.h | 82 sp<IOMXNode> *omxNode) = 0;
|
/frameworks/av/media/libstagefright/omx/tests/ |
D | OMXHarness.cpp | 255 NodeReaper(const sp<Harness> &harness, const sp<IOMXNode> &omxNode) in NodeReaper() 257 mOMXNode(omxNode) { in NodeReaper()
|
/frameworks/av/media/libstagefright/ |
D | ACodec.cpp | 6472 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 …]
|