OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bitspersample
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_wave.h
53
Uint16
bitspersample
; /* One of 8, 12, 16, or 4 for ADPCM */
member in struct:WaveFMT
SDL_wave.c
59
MS_ADPCM_state.wavefmt.
bitspersample
=
60
SDL_SwapLE16(format->
bitspersample
);
238
IMA_ADPCM_state.wavefmt.
bitspersample
=
239
SDL_SwapLE16(format->
bitspersample
);
494
switch (SDL_SwapLE16(format->
bitspersample
)) {
514
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 123 milliseconds