Searched defs:nodeAttr (Results 1 - 2 of 2) sorted by relevance

/hardware/ti/omap3/dspbridge/libbridge/
H A DDSPNode.c462 struct DSP_NODEATTR nodeAttr; local
507 status = DSPNode_GetAttr(hNode, &nodeAttr, sizeof(nodeAttr));
534 if (nodeAttr.inNodeAttrIn.pGPPVirtAddr) {
537 free(nodeAttr.inNodeAttrIn.pGPPVirtAddr);
700 struct DSP_NODEATTR nodeAttr; local
705 status = DSPNode_GetAttr(hNode, &nodeAttr, sizeof(nodeAttr));
708 nodeAttr.iNodeInfo.nbNodeDatabaseProps.uNodeType;
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
H A DLCML_DspCodec.c1631 struct DSP_NODEATTR nodeAttr; local
1637 status = DSPNode_GetAttr(hInterface->dspCodec->hNode, &nodeAttr, sizeof(nodeAttr));

Completed in 103 milliseconds