Searched refs:bitspersample (Results 1 – 3 of 3) sorted by relevance
59 MS_ADPCM_state.wavefmt.bitspersample = in InitMS_ADPCM()60 SDL_SwapLE16(format->bitspersample); in InitMS_ADPCM()238 IMA_ADPCM_state.wavefmt.bitspersample = in InitIMA_ADPCM()239 SDL_SwapLE16(format->bitspersample); in InitIMA_ADPCM()494 switch (SDL_SwapLE16(format->bitspersample)) { in SDL_LoadWAV_RW()514 SDL_SwapLE16(format->bitspersample)); in SDL_LoadWAV_RW()
53 Uint16 bitspersample; /* One of 8, 12, 16, or 4 for ADPCM */ member
215 void add_riff_header(PFile* waveFile, int samplerate, int bitspersample);216 void fix_riff_header(PFile* waveFile, int samplerate, int bitspersample);