Lines Matching full:stream
22 * This is the header for the DSP/BIOS Bridge stream module.
68 * Allocate data buffers for use with a specific stream.
70 * hStream: The stream handle.
76 * DSP_EHANDLE: Invalid Stream handle.
79 * DSP_EALIGNMENT: Stream's alignment value not supported.
91 * Close a stream and free the underlying stream object.
93 * hStream: The stream handle.
96 * DSP_EHANDLE: Invalid Stream handle.
97 * DSP_EPENDING: Not all stream buffers have been reclaimed
98 * DSP_EFAIL: Failure to Close the Stream
106 * Free a previously allocated stream data buffer.
108 * hStream: The stream handle.
113 * DSP_EHANDLE: Invalid Stream handle.
124 * Get information about a stream.
126 * hStream: The stream handle.
131 * DSP_EHANDLE: Invalid Stream handle.
133 * DSP_ESIZE: uStreamInfoSize is too small to hold all stream
135 * DSP_EFAIL: Unable to retrieve Stream info
145 * Terminate I/O with a particular stream, and (optionally)
148 * hStream: The stream handle.
152 * DSP_EHANDLE: Invalid Stream handle.
156 * DSP_EFAIL: Unable to Idle the stream
164 * Send a buffer of data to a stream.
166 * hStream: The stream handle.
173 * DSP_EHANDLE: Invalid Stream handle.
175 * DSP_ESTREAMFULL: The stream has been issued the maximum number
176 * of buffers allowed in the stream at once;
177 * buffers must be reclaimed from the stream
190 * Retrieve a stream handle for sending/receiving data buffers
194 * uDirection: Stream direction: {DSP_TONODE | DSP_FROMNODE}.
195 * uIndex: Stream index (zero based).
196 * pAttrIn: Ptr to the stream attributes (optional)
197 * phStream: Ptr to location to store the stream handle.
201 * DSP_ENODETYPE: Stream can not be opened for this node type/
206 * DSP_ESTRMMODE: Stream mode is invalid.
208 * DSP_EHANDLE: Invalid Stream handle.
209 * DSP_ENOTIMPL: Stream mode is not supported.
222 * for use with a stream
224 * hStream: Stream handle
229 * DSP_EHANDLE: Invalid Stream handle
239 * Request a buffer back from a stream.
241 * hStream: The stream handle.
242 * pBufPtr: Ptr to location to store stream buffer.
248 * DSP_EHANDLE: Invalid Stream handle.
266 * Register to be notified of specific events for this stream.
268 * hStream: The stream handle.
274 * DSP_EHANDLE: Invalid stream handle or invalid hNotification
287 * Select a ready stream.
289 * aStreamTab: Array of stream handles.
298 * DSP_EFAIL: Failure to select a stream.
311 * and will no longer be used with the stream
313 * hStream: Stream handle
318 * DSP_EHANDLE: Invalid Stream handle