HomeSort by relevance Sort by last modified time
    Searched refs:bitspersample (Results 1 - 3 of 3) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_wave.h 53 Uint16 bitspersample; /* One of 8, 12, 16, or 4 for ADPCM */ member in struct:WaveFMT
SDL_wave.c 58 MS_ADPCM_state.wavefmt.bitspersample =
59 SDL_SwapLE16(format->bitspersample);
235 IMA_ADPCM_state.wavefmt.bitspersample =
236 SDL_SwapLE16(format->bitspersample);
491 switch (SDL_SwapLE16(format->bitspersample)) {
511 SDL_SwapLE16(format->bitspersample));
  /external/srec/srec/include/
sample.h 215 void add_riff_header(PFile* waveFile, int samplerate, int bitspersample);
216 void fix_riff_header(PFile* waveFile, int samplerate, int bitspersample);

Completed in 295 milliseconds