Home | History | Annotate | Download | only in SDL

Lines Matching refs:format

50 	Uint16 format;		/* Audio data format */
66 /* Audio format flags (defaults to LSB byte order) */
89 Uint16 src_format; /* Source audio format */
90 Uint16 dst_format; /* Target audio format */
97 void (SDLCALL *filters[10])(struct SDL_AudioCVT *cvt, Uint16 format);
122 * requested format, and will be automatically converted to the hardware
123 * audio format if necessary. This function returns -1 if it failed
128 * 'desired->format' should be the desired audio format.
186 * filled with the audio data format of the wave data, and sets
193 * wave file cannot be opened, uses an unknown data format, or is
208 * This function takes a source format and rate and a destination format
210 * by SDL_ConvertAudio() to convert a buffer of audio data from one format
220 * audio data in the source format, this function will convert it in-place
221 * to the desired format.
229 * This takes two audio buffers of the playing audio format and mixes