Searched refs:hNode (Results 1 - 11 of 11) sorted by relevance

/hardware/ti/omap3/dspbridge/inc/
H A DDSPNode.h102 * hNode: The node handle.
117 extern DBAPI DSPNode_AllocMsgBuf(DSP_HNODE hNode, UINT uSize,
126 * hNode: The node handle.
139 extern DBAPI DSPNode_ChangePriority(DSP_HNODE hNode, INT iPriority);
147 * hNode: The first node handle.
166 extern DBAPI DSPNode_Connect(DSP_HNODE hNode, UINT uStream,
176 * hNode: The first node handle.
202 extern DBAPI DSPNode_ConnectEx(DSP_HNODE hNode, UINT uStream,
212 * hNode: The node handle.
234 extern DBAPI DSPNode_Create(DSP_HNODE hNode);
[all...]
H A Dwcdioctl.h230 DSP_HNODE hNode; member in struct:__anon1255::__anon1279
237 DSP_HNODE hNode; member in struct:__anon1255::__anon1280
242 DSP_HNODE hNode; member in struct:__anon1255::__anon1281
251 DSP_HNODE hNode; member in struct:__anon1255::__anon1282
255 DSP_HNODE hNode; member in struct:__anon1255::__anon1283
259 DSP_HNODE hNode; member in struct:__anon1255::__anon1284
265 DSP_HNODE hNode; member in struct:__anon1255::__anon1285
271 DSP_HNODE hNode; member in struct:__anon1255::__anon1286
277 DSP_HNODE hNode; member in struct:__anon1255::__anon1287
281 DSP_HNODE hNode; member in struct:__anon1255::__anon1288
287 DSP_HNODE hNode; member in struct:__anon1255::__anon1289
294 DSP_HNODE hNode; member in struct:__anon1255::__anon1290
298 DSP_HNODE hNode; member in struct:__anon1255::__anon1291
352 DSP_HNODE hNode; member in struct:__anon1255::__anon1300
[all...]
H A DDSPStream.h191 * hNode: The node handle.
211 extern DBAPI DSPStream_Open(DSP_HNODE hNode, UINT uDirection,
H A Ddrv.h182 DSP_HNODE hNode; member in struct:NODE_RES_OBJECT
/hardware/ti/omap3/dspbridge/libbridge/inc/
H A DDSPNode.h102 * hNode: The node handle.
117 extern DBAPI DSPNode_AllocMsgBuf(DSP_HNODE hNode, UINT uSize,
126 * hNode: The node handle.
139 extern DBAPI DSPNode_ChangePriority(DSP_HNODE hNode, INT iPriority);
147 * hNode: The first node handle.
166 extern DBAPI DSPNode_Connect(DSP_HNODE hNode, UINT uStream,
176 * hNode: The first node handle.
202 extern DBAPI DSPNode_ConnectEx(DSP_HNODE hNode, UINT uStream,
212 * hNode: The node handle.
234 extern DBAPI DSPNode_Create(DSP_HNODE hNode);
[all...]
H A Dwcdioctl.h230 DSP_HNODE hNode; member in struct:__anon1332::__anon1356
237 DSP_HNODE hNode; member in struct:__anon1332::__anon1357
242 DSP_HNODE hNode; member in struct:__anon1332::__anon1358
251 DSP_HNODE hNode; member in struct:__anon1332::__anon1359
255 DSP_HNODE hNode; member in struct:__anon1332::__anon1360
259 DSP_HNODE hNode; member in struct:__anon1332::__anon1361
265 DSP_HNODE hNode; member in struct:__anon1332::__anon1362
271 DSP_HNODE hNode; member in struct:__anon1332::__anon1363
277 DSP_HNODE hNode; member in struct:__anon1332::__anon1364
281 DSP_HNODE hNode; member in struct:__anon1332::__anon1365
287 DSP_HNODE hNode; member in struct:__anon1332::__anon1366
294 DSP_HNODE hNode; member in struct:__anon1332::__anon1367
298 DSP_HNODE hNode; member in struct:__anon1332::__anon1368
352 DSP_HNODE hNode; member in struct:__anon1332::__anon1377
[all...]
H A DDSPStream.h193 * hNode: The node handle.
213 extern DBAPI DSPStream_Open(DSP_HNODE hNode, UINT uDirection,
/hardware/ti/omap3/dspbridge/libbridge/
H A DDSPNode.c105 DSP_STATUS GetNodeType(DSP_HNODE hNode, DSP_NODETYPE *pNodeType);
238 tempStruct.ARGS_NODE_DELETE.hNode = *phNode;
255 tempStruct.ARGS_NODE_DELETE.hNode = *phNode;
267 DBAPI DSPNode_AllocMsgBuf(DSP_HNODE hNode, UINT uSize, argument
280 } else if (hNode) {
283 tempStruct.ARGS_NODE_ALLOCMSGBUF.hNode = hNode;
311 "hNode is Invalid \r\n")));
325 DBAPI DSPNode_ChangePriority(DSP_HNODE hNode, INT iPriority) argument
333 if (hNode) {
363 DSPNode_Connect(DSP_HNODE hNode, UINT uStream, DSP_HNODE hOtherNode, UINT uOtherStream, IN OPTIONAL struct DSP_STRMATTR *pAttrs) argument
376 DSPNode_ConnectEx(DSP_HNODE hNode, UINT uStream, DSP_HNODE hOtherNode, UINT uOtherStream, IN OPTIONAL struct DSP_STRMATTR *pAttrs, IN OPTIONAL struct DSP_CBDATA *pConnParam) argument
411 DSPNode_Create(DSP_HNODE hNode) argument
453 DSPNode_Delete(DSP_HNODE hNode) argument
551 DSPNode_FreeMsgBuf(DSP_HNODE hNode, IN BYTE *pBuffer, IN OPTIONAL struct DSP_BUFFERATTR *pAttr) argument
596 DSPNode_GetAttr(DSP_HNODE hNode, OUT struct DSP_NODEATTR *pAttr, UINT uAttrSize) argument
644 DSPNode_GetMessage(DSP_HNODE hNode, OUT struct DSP_MSG *pMessage, UINT uTimeout) argument
696 GetNodeType(DSP_HNODE hNode, DSP_NODETYPE *pNodeType) argument
725 DSPNode_Pause(DSP_HNODE hNode) argument
752 DSPNode_PutMessage(DSP_HNODE hNode, IN CONST struct DSP_MSG *pMessage, UINT uTimeout) argument
806 DSPNode_RegisterNotify(DSP_HNODE hNode, UINT uEventMask, UINT uNotifyType, struct DSP_NOTIFICATION *hNotification) argument
859 DSPNode_Run(DSP_HNODE hNode) argument
887 DSPNode_Terminate(DSP_HNODE hNode, DSP_STATUS *pStatus) argument
[all...]
H A DDSPStrm.c454 DBAPI DSPStream_Open(DSP_HNODE hNode, UINT uDirection, UINT uIndex, argument
471 if (!hNode) {
498 /* append hNode handle string */
499 strncat(szEventName, _ultoa((ULONG)hNode, szTemp, 16), 8);
593 tempStruct.ARGS_STRM_OPEN.hNode = hNode;
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
H A DLCML_Types.h263 DSP_HNODE hNode; member in struct:LCML_DSP
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
H A DLCML_DspCodec.c345 &NodeAttrIn,&(phandle->dspCodec->hNode));
374 status = DSPNode_ConnectEx(phandle->dspCodec->hNode,
388 phandle->dspCodec->hNode,
403 status = DSPNode_Create(phandle->dspCodec->hNode);
407 status = DSPNode_Run(phandle->dspCodec->hNode);
424 status = DSPNode_RegisterNotify(phandle->dspCodec->hNode, DSP_NODEMESSAGEREADY, DSP_SIGNALEVENT, notification);
663 &(phandle->dspCodec->hNode));
684 status = DSPNode_Connect(phandle->dspCodec->hNode,
697 phandle->dspCodec->hNode,
711 status = DSPNode_Create(phandle->dspCodec->hNode);
[all...]

Completed in 80 milliseconds