Home | History | Annotate | Download | only in include

Lines Matching full:buffer

23 /* Access to the raw audio mixing buffer for the SDL library */
46 Uint8 silence; /* Audio buffer silence value (calculated) */
47 Uint16 samples; /* Audio buffer size in samples (power of 2) */
49 Uint32 size; /* Audio buffer size in bytes (calculated) */
51 'stream' is a pointer to the audio data buffer
52 'len' is the length of that buffer in bytes.
53 Once the callback returns, the buffer will no longer be valid.
86 Uint8 *buf; /* Buffer to hold entire audio data */
87 int len; /* Length of original audio buffer */
88 int len_cvt; /* Length of converted audio buffer */
89 int len_mult; /* buffer must be len*len_mult big */
105 /* This function fills the given character buffer with the name of the
123 * 'desired->samples' is the desired size of the audio buffer, in samples.
129 * fill the audio buffer in time. A stereo sample consists of both right
133 * 'desired->size' is the size in bytes of the audio buffer, and is
135 * 'desired->silence' is the value used to set the buffer to silence,
139 * to the audio buffer, and the length in bytes of the audio buffer.
149 * may modify the requested size of the audio buffer, you should allocate
181 * 'audio_buf' to a malloc()'d buffer containing the audio data,
182 * and sets 'audio_len' to the length of that audio buffer, in bytes.
183 * You need to free the audio buffer with SDL_FreeWAV() when you are
204 * by SDL_ConvertAudio() to convert a buffer of audio data from one format
213 * created an audio buffer cvt->buf, and filled it with cvt->len bytes of
216 * The data conversion may expand the size of the audio data, so the buffer