Searched refs:uStreamInfoSize (Results 1 - 5 of 5) sorted by relevance

/hardware/ti/omap3/dspbridge/inc/
H A DDSPStream.h126 * uStreamInfoSize: The size of structure.
131 * DSP_ESIZE: uStreamInfoSize is too small to hold all stream
138 UINT uStreamInfoSize);
H A Dwcdioctl.h335 UINT uStreamInfoSize; member in struct:__anon1908::__anon1950
/hardware/ti/omap3/dspbridge/libbridge/inc/
H A DDSPStream.h128 * uStreamInfoSize: The size of structure.
133 * DSP_ESIZE: uStreamInfoSize is too small to hold all stream
140 UINT uStreamInfoSize);
H A Dwcdioctl.h335 UINT uStreamInfoSize; member in struct:__anon1985::__anon2027
/hardware/ti/omap3/dspbridge/libbridge/
H A DDSPStrm.c102 UINT uStreamInfoSize);
349 OUT struct DSP_STREAMINFO *pStreamInfo, UINT uStreamInfoSize)
357 status = GetStrmInfo(hStream, &strmInfo, uStreamInfoSize);
822 UINT uStreamInfoSize)
830 if (uStreamInfoSize >= sizeof(struct DSP_STREAMINFO)) {
839 tempStruct.ARGS_STRM_GETINFO.uStreamInfoSize =
840 uStreamInfoSize;
348 DSPStream_GetInfo(DSP_HSTREAM hStream, OUT struct DSP_STREAMINFO *pStreamInfo, UINT uStreamInfoSize) argument
821 GetStrmInfo(DSP_HSTREAM hStream, struct STRM_INFO *pStrmInfo, UINT uStreamInfoSize) argument

Completed in 8 milliseconds