HomeSort by relevance Sort by last modified time
    Searched refs:uSegment (Results 1 - 6 of 6) sorted by null

  /hardware/ti/omap3/dspbridge/inc/
strmdefs.h 53 UINT uSegment; /* Segment strm allocs from. 0 is local mem */
dbdefs.h 533 UINT uSegment;
545 UINT uSegment;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
strmdefs.h 54 UINT uSegment; /* Segment strm allocs from. 0 is local mem */
dbdefs.h 522 UINT uSegment;
534 UINT uSegment;
  /hardware/ti/omap3/dspbridge/libbridge/
DSPStrm.c 150 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 == 0)
    [all...]
DSPNode.c 245 bufAttr.uSegment = 1 | MEMRY_SETVIRTUALSEGID;
516 bufAttr.uSegment = 1 | MEMRY_GETVIRTUALSEGID;

Completed in 720 milliseconds