Searched refs:GetStrmInfo (Results 1 – 1 of 1) sorted by relevance
/hardware/ti/omap3/dspbridge/libbridge/ |
D | DSPStrm.c | 101 static DSP_STATUS GetStrmInfo(DSP_HSTREAM hStream, struct STRM_INFO *pStrmInfo, 142 status = GetStrmInfo(hStream, &strmInfo, sizeof(struct DSP_STREAMINFO)); in DSPStream_AllocateBuffers() 210 status = GetStrmInfo(hStream, &strmInfo, sizeof(struct DSP_STREAMINFO)); in DSPStream_Close() 305 status = GetStrmInfo(hStream, &strmInfo, sizeof(struct DSP_STREAMINFO)); in DSPStream_FreeBuffers() 357 status = GetStrmInfo(hStream, &strmInfo, uStreamInfoSize); in DSPStream_GetInfo() 821 static DSP_STATUS GetStrmInfo(DSP_HSTREAM hStream, struct STRM_INFO *pStrmInfo, in GetStrmInfo() function
|