OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WaveFMT
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_wave.h
43
typedef struct
WaveFMT
{
54
}
WaveFMT
;
SDL_wave.c
39
WaveFMT
wavefmt
;
member in struct:MS_ADPCM_decoder
47
static int InitMS_ADPCM(
WaveFMT
*format)
54
MS_ADPCM_state.
wavefmt
.encoding = SDL_SwapLE16(format->encoding);
55
MS_ADPCM_state.
wavefmt
.channels = SDL_SwapLE16(format->channels);
56
MS_ADPCM_state.
wavefmt
.frequency = SDL_SwapLE32(format->frequency);
57
MS_ADPCM_state.
wavefmt
.byterate = SDL_SwapLE32(format->byterate);
58
MS_ADPCM_state.
wavefmt
.blockalign = SDL_SwapLE16(format->blockalign);
59
MS_ADPCM_state.
wavefmt
.bitspersample =
130
*audio_len = (encoded_len/MS_ADPCM_state.
wavefmt
.blockalign) *
221
WaveFMT
wavefmt
;
member in struct:IMA_ADPCM_decoder
[
all
...]
Completed in 17 milliseconds