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

  /hardware/ti/omap3/dspbridge/inc/
DSPStream.h 126 * uStreamInfoSize: The size of structure.
131 * DSP_ESIZE: uStreamInfoSize is too small to hold all stream
138 UINT uStreamInfoSize);
wcdioctl.h 335 UINT uStreamInfoSize;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
DSPStream.h 128 * uStreamInfoSize: The size of structure.
133 * DSP_ESIZE: uStreamInfoSize is too small to hold all stream
140 UINT uStreamInfoSize);
wcdioctl.h 335 UINT uStreamInfoSize;
  /hardware/ti/omap3/dspbridge/libbridge/
DSPStrm.c 102 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;

Completed in 1032 milliseconds