/frameworks/av/media/libstagefright/omx/1.0/ |
D | WGraphicBufferSource.cpp | 46 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/ |
D | Omx2IGraphicBufferSource.cpp | 143 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()
|
D | Omx2IGraphicBufferSource.h | 31 BnStatus configure(const sp<IOMXNode>& omxNode, int32_t dataSpace) override;
|
/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 | 68 const sp<IOmxNodeWrapper> &omxNode,
|
/frameworks/av/media/libstagefright/omx/ |
D | OMXUtils.cpp | 197 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()
|
D | OmxGraphicBufferSource.cpp | 83 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/ |
D | WGraphicBufferSource.cpp | 34 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()
|
D | WOmx.cpp | 59 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/ |
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 | 67 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 | 73 const sp<IOmxNode>& omxNode, Dataspace dataspace) override;
|
/frameworks/av/media/libmedia/include/media/ |
D | IOMX.h | 89 sp<IOMXNode> *omxNode) = 0;
|
/frameworks/av/media/libstagefright/omx/tests/ |
D | OMXHarness.cpp | 266 NodeReaper(const sp<Harness> &harness, const sp<IOMXNode> &omxNode) in NodeReaper() 268 mOMXNode(omxNode) { in NodeReaper()
|
/frameworks/av/media/libstagefright/ |
D | ACodec.cpp | 6949 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 …]
|