Searched defs:omxNode (Results 1 - 10 of 10) sorted by relevance

/frameworks/av/media/libmedia/omx/1.0/
H A DWOmx.cpp60 sp<IOMXNode>* omxNode) {
64 [&fnStatus, omxNode](Status status, sp<IOmxNode> const& node) {
66 *omxNode = new LWOmxNode(node);
57 allocateNode( char const* name, sp<IOMXObserver> const& observer, sp<IOMXNode>* omxNode) argument
H A DWGraphicBufferSource.cpp34 const sp<IOMXNode>& omxNode, int32_t dataSpace) {
35 sp<IOmxNode> hOmxNode = omxNode->getHalInterface();
37 hOmxNode == nullptr ? new TWOmxNode(omxNode) : hOmxNode,
33 configure( const sp<IOMXNode>& omxNode, int32_t dataSpace) argument
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp99 sp<IOMXNode> *omxNode) {
102 omxNode->clear();
138 *omxNode = instance;
97 allocateNode( const char *name, const sp<IOMXObserver> &observer, sp<IOMXNode> *omxNode) argument
H A DBWGraphicBufferSource.cpp36 BWOmxNodeWrapper(const sp<IOMXNode> &omxNode): mOMXNode(omxNode) { argument
94 const sp<IOMXNode>& omxNode, int32_t dataSpace) {
98 status_t err = omxNode->setInputSurface(mOMXBufferSource);
107 if (omxNode->getParameter(
117 err = omxNode->getParameter(
125 new BWOmxNodeWrapper(omxNode),
93 configure( const sp<IOMXNode>& omxNode, int32_t dataSpace) argument
H A DOMXUtils.cpp185 status_t SetComponentRole(const sp<IOMXNode> &omxNode, const char *role) { argument
194 return omxNode->setParameter(
312 const sp<IOMXNode> &omxNode,
316 if (omxNode->getExtensionIndex(
320 if (omxNode->getParameter(
326 } else if (omxNode->getExtensionIndex(
328 && omxNode->getParameter(
338 const sp<IOMXNode> &omxNode,
352 if (!DescribeColorFormat(omxNode, describeParams)) {
311 DescribeColorFormat( const sp<IOMXNode> &omxNode, DescribeColorFormat2Params &describeParams) argument
337 IsFlexibleColorFormat( const sp<IOMXNode> &omxNode, uint32_t colorFormat, bool usingNativeBuffers, OMX_U32 *flexibleEquivalent) argument
H A DGraphicBufferSource.cpp1021 const sp<IOmxNodeWrapper>& omxNode,
1027 if (omxNode == NULL) {
1045 mOMXNode = omxNode;
1020 configure( const sp<IOmxNodeWrapper>& omxNode, int32_t dataSpace, int32_t bufferCount, uint32_t frameWidth, uint32_t frameHeight, uint32_t consumerUsage) argument
/frameworks/av/media/libstagefright/omx/1.0/
H A DWGraphicBufferSource.cpp42 TWOmxNodeWrapper(const sp<IOmxNode> &omxNode): mOmxNode(omxNode) { argument
118 const sp<IOmxNode>& omxNode, Dataspace dataspace) {
119 if (omxNode == NULL) {
126 Return<Status> err(omxNode->setInputSurface(mOmxBufferSource));
147 omxNode->getParameter(
161 omxNode->getParameter(
172 new TWOmxNodeWrapper(omxNode),
117 configure( const sp<IOmxNode>& omxNode, Dataspace dataspace) argument
/frameworks/av/media/libmedia/
H A DIOMX.cpp95 sp<IOMXNode> *omxNode) {
104 *omxNode = IOMXNode::asInterface(reply.readStrongBinder());
106 omxNode->clear();
606 sp<IOMXNode> omxNode; local
608 status_t err = allocateNode(name, observer, &omxNode);
612 reply->writeStrongBinder(IInterface::asBinder(omxNode));
93 allocateNode( const char *name, const sp<IOMXObserver> &observer, sp<IOMXNode> *omxNode) argument
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp267 NodeReaper(const sp<Harness> &harness, const sp<IOMXNode> &omxNode) argument
269 mOMXNode(omxNode) {
/frameworks/av/media/libstagefright/
H A DACodec.cpp6375 sp<IOMXNode> omxNode; local
6385 err = omx->allocateNode(componentName.c_str(), observer, &omxNode);
6394 omxNode = NULL;
6397 if (omxNode == NULL) {
6411 auto tOmxNode = omxNode->getHalInterface();
6416 if (IInterface::asBinder(omxNode)->linkToDeath(mDeathNotifier) != OK) {
6438 mCodec->mOMXNode = omxNode;
8218 sp<IOMXNode> omxNode; local
8220 err = omx->allocateNode(name.c_str(), observer, &omxNode);
8226 err = SetComponentRole(omxNode, rol
[all...]

Completed in 3926 milliseconds