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.
69 * uSize: Size of the buffer
79 * DSP_EFAIL: General failure to allocate buffer.
104 * Free a previously allocated stream data buffer.
162 * Send a buffer of data to a stream.
165 * pBuffer: Ptr to the buffer.
166 * dwDataSize: Size of data in buffer in bytes.
167 * dwBufSize: Size of actual buffer in bytes.
168 * dwArg: User defined buffer context.
177 * DSP_EFAIL: Unable to issue the buffer.
178 * DSP_ETRANSLATE: Unable to map shared buffer to client process.
219 * Prepare a buffer that was not allocated by DSPStream_AllocateBuffers
223 * uSize: Size of the allocated buffer(GPP bytes)
224 * pBffer: Address of the Allocated buffer
229 * DSP_EFAIL: Failure to Prepare a buffer
237 * Request a buffer back from a stream.
240 * pBufPtr: Ptr to location to store stream buffer.
241 * pDataSize: Ptr to location to store data size of the buffer.
242 * pBufSize: Ptr to location to store actual size of the buffer.
251 * DSP_EFAIL: Unable to Reclaim buffer.
252 * DSP_ETRANSLATE: Unable to map shared buffer to client process.
308 * UnPrepare a buffer that was prepared by DSPStream_PrepareBuffer
312 * uSize: Size of the allocated buffer(GPP bytes)
313 * pBffer: Address of the Allocated buffer
318 * DSP_EFAIL: Failure to UnPrepare a buffer