Lines Matching refs:format
44 Uint16 format; /* Audio data format */
60 /* Audio format flags (defaults to LSB byte order) */
83 Uint16 src_format; /* Source audio format */
84 Uint16 dst_format; /* Target audio format */
91 void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format);
116 * requested format, and will be automatically converted to the hardware
117 * audio format if necessary. This function returns -1 if it failed
122 * 'desired->format' should be the desired audio format.
180 * filled with the audio data format of the wave data, and sets
187 * wave file cannot be opened, uses an unknown data format, or is
202 * This function takes a source format and rate and a destination format
204 * by SDL_ConvertAudio() to convert a buffer of audio data from one format
214 * audio data in the source format, this function will convert it in-place
215 * to the desired format.
223 * This takes two audio buffers of the playing audio format and mixes