Home | History | Annotate | Download | only in inc

Lines Matching full:stream

22  *      This is the header for the DSP/BIOS Bridge stream module.
66 * Allocate data buffers for use with a specific stream.
68 * hStream: The stream handle.
74 * DSP_EHANDLE: Invalid Stream handle.
77 * DSP_EALIGNMENT: Stream's alignment value not supported.
89 * Close a stream and free the underlying stream object.
91 * hStream: The stream handle.
94 * DSP_EHANDLE: Invalid Stream handle.
95 * DSP_EPENDING: Not all stream buffers have been reclaimed
96 * DSP_EFAIL: Failure to Close the Stream
104 * Free a previously allocated stream data buffer.
106 * hStream: The stream handle.
111 * DSP_EHANDLE: Invalid Stream handle.
122 * Get information about a stream.
124 * hStream: The stream handle.
129 * DSP_EHANDLE: Invalid Stream handle.
131 * DSP_ESIZE: uStreamInfoSize is too small to hold all stream
133 * DSP_EFAIL: Unable to retrieve Stream info
143 * Terminate I/O with a particular stream, and (optionally)
146 * hStream: The stream handle.
150 * DSP_EHANDLE: Invalid Stream handle.
154 * DSP_EFAIL: Unable to Idle the stream
162 * Send a buffer of data to a stream.
164 * hStream: The stream handle.
171 * DSP_EHANDLE: Invalid Stream handle.
173 * DSP_ESTREAMFULL: The stream has been issued the maximum number
174 * of buffers allowed in the stream at once;
175 * buffers must be reclaimed from the stream
188 * Retrieve a stream handle for sending/receiving data buffers
192 * uDirection: Stream direction: {DSP_TONODE | DSP_FROMNODE}.
193 * uIndex: Stream index (zero based).
194 * pAttrIn: Ptr to the stream attributes (optional)
195 * phStream: Ptr to location to store the stream handle.
199 * DSP_ENODETYPE: Stream can not be opened for this node type/
204 * DSP_ESTRMMODE: Stream mode is invalid.
206 * DSP_EHANDLE: Invalid Stream handle.
207 * DSP_ENOTIMPL: Stream mode is not supported.
220 * for use with a stream
222 * hStream: Stream handle
227 * DSP_EHANDLE: Invalid Stream handle
237 * Request a buffer back from a stream.
239 * hStream: The stream handle.
240 * pBufPtr: Ptr to location to store stream buffer.
246 * DSP_EHANDLE: Invalid Stream handle.
264 * Register to be notified of specific events for this stream.
266 * hStream: The stream handle.
272 * DSP_EHANDLE: Invalid stream handle or invalid hNotification
285 * Select a ready stream.
287 * aStreamTab: Array of stream handles.
296 * DSP_EFAIL: Failure to select a stream.
309 * and will no longer be used with the stream
311 * hStream: Stream handle
316 * DSP_EHANDLE: Invalid Stream handle