Home | History | Annotate | Download | only in inc

Lines Matching full:buffer

46  *! 07-Jun-2001 sg: Made buffer alloc/free fxn names plural.
49 *! Buffer(), since these have been moved to DSP_STREAMATTRIN.
71 * uSize: Size of the buffer
81 * DSP_EFAIL: General failure to allocate buffer.
106 * Free a previously allocated stream data buffer.
164 * Send a buffer of data to a stream.
167 * pBuffer: Ptr to the buffer.
168 * dwDataSize: Size of data in buffer in bytes.
169 * dwBufSize: Size of actual buffer in bytes.
170 * dwArg: User defined buffer context.
179 * DSP_EFAIL: Unable to issue the buffer.
180 * DSP_ETRANSLATE: Unable to map shared buffer to client process.
221 * Prepare a buffer that was not allocated by DSPStream_AllocateBuffers
225 * uSize: Size of the allocated buffer(GPP bytes)
226 * pBffer: Address of the Allocated buffer
231 * DSP_EFAIL: Failure to Prepare a buffer
239 * Request a buffer back from a stream.
242 * pBufPtr: Ptr to location to store stream buffer.
243 * pDataSize: Ptr to location to store data size of the buffer.
244 * pBufSize: Ptr to location to store actual size of the buffer.
253 * DSP_EFAIL: Unable to Reclaim buffer.
254 * DSP_ETRANSLATE: Unable to map shared buffer to client process.
310 * UnPrepare a buffer that was prepared by DSPStream_PrepareBuffer
314 * uSize: Size of the allocated buffer(GPP bytes)
315 * pBffer: Address of the Allocated buffer
320 * DSP_EFAIL: Failure to UnPrepare a buffer