Searched refs:uSegment (Results 1 - 6 of 6) sorted by relevance

/hardware/ti/omap3/dspbridge/inc/
H A Dstrmdefs.h53 UINT uSegment; /* Segment strm allocs from. 0 is local mem */ member in struct:STRM_INFO
H A Ddbdefs.h533 UINT uSegment; member in struct:DSP_STREAMATTRIN
545 UINT uSegment; member in struct:DSP_BUFFERATTR
/hardware/ti/omap3/dspbridge/libbridge/inc/
H A Dstrmdefs.h54 UINT uSegment; /* Segment strm allocs from. 0 is local mem */ member in struct:STRM_INFO
H A Ddbdefs.h522 UINT uSegment; member in struct:DSP_STREAMATTRIN
534 UINT uSegment; member in struct:DSP_BUFFERATTR
/hardware/ti/omap3/dspbridge/libbridge/
H A DDSPStrm.c150 if (strmInfo.uSegment > 0) {
230 /* strmInfo.uSegment is probably already OK here,
233 (pInfo.ulNumGPPSMSegs >= strmInfo.uSegment)) {
235 if ((pInfo.segInfo[strmInfo.uSegment-1].dwSegBasePa
236 != 0) && (pInfo.segInfo[strmInfo.uSegment-1]\
239 pInfo.segInfo[strmInfo.uSegment-1]\
313 if (strmInfo.uSegment > 0) {
525 pAttrIn->uSegment = abs(pAttrIn->uSegment);
536 if (pAttrIn->uSegment
[all...]
H A DDSPNode.c245 bufAttr.uSegment = 1 | MEMRY_SETVIRTUALSEGID;
516 bufAttr.uSegment = 1 | MEMRY_GETVIRTUALSEGID;

Completed in 36 milliseconds