Home
last modified time | relevance | path

Searched refs:DSPNode_GetAttr (Results 1 – 4 of 4) sorted by relevance

/hardware/ti/omap3/dspbridge/libbridge/inc/
DDSPNode.h292 extern DBAPI DSPNode_GetAttr(DSP_HNODE hNode,
/hardware/ti/omap3/dspbridge/inc/
DDSPNode.h292 extern DBAPI DSPNode_GetAttr(DSP_HNODE hNode,
/hardware/ti/omap3/dspbridge/libbridge/
DDSPNode.c507 status = DSPNode_GetAttr(hNode, &nodeAttr, sizeof(nodeAttr)); in DSPNode_Delete()
596 DBAPI DSPNode_GetAttr(DSP_HNODE hNode, OUT struct DSP_NODEATTR *pAttr, in DSPNode_GetAttr() function
705 status = DSPNode_GetAttr(hNode, &nodeAttr, sizeof(nodeAttr)); in GetNodeType()
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
DLCML_DspCodec.c1637 status = DSPNode_GetAttr(hInterface->dspCodec->hNode, &nodeAttr, sizeof(nodeAttr)); in DeleteDspResource()