Home
last modified time | relevance | path

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

/hardware/ti/omap3/dspbridge/libbridge/
DDSPStrm.c117 struct STRM_INFO strmInfo; in DSPStream_AllocateBuffers() local
141 strmInfo.pUser = &userInfo; in DSPStream_AllocateBuffers()
142 status = GetStrmInfo(hStream, &strmInfo, sizeof(struct DSP_STREAMINFO)); in DSPStream_AllocateBuffers()
150 if (strmInfo.uSegment > 0) { in DSPStream_AllocateBuffers()
194 struct STRM_INFO strmInfo; in DSPStream_Close() local
209 strmInfo.pUser = &userInfo; in DSPStream_Close()
210 status = GetStrmInfo(hStream, &strmInfo, sizeof(struct DSP_STREAMINFO)); in DSPStream_Close()
217 if (strmInfo.pVirtBase != NULL) { in DSPStream_Close()
233 (pInfo.ulNumGPPSMSegs >= strmInfo.uSegment)) { in DSPStream_Close()
235 if ((pInfo.segInfo[strmInfo.uSegment-1].dwSegBasePa in DSPStream_Close()
[all …]