OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:len_mult
(Results
1 - 6
of
6
) sorted by null
/external/qemu/distrib/sdl-1.2.12/include/
SDL_audio.h
89
int
len_mult
; /* buffer must be len*
len_mult
big */
member in struct:SDL_AudioCVT
218
* SDL_BuildAudioCVT(), and should be cvt->len*cvt->
len_mult
bytes long.
/prebuilt/darwin-x86/sdl/include/SDL/
SDL_audio.h
89
int
len_mult
; /* buffer must be len*
len_mult
big */
member in struct:SDL_AudioCVT
218
* SDL_BuildAudioCVT(), and should be cvt->len*cvt->
len_mult
bytes long.
/prebuilt/linux-x86/sdl/include/SDL/
SDL_audio.h
89
int
len_mult
; /* buffer must be len*
len_mult
big */
member in struct:SDL_AudioCVT
218
* SDL_BuildAudioCVT(), and should be cvt->len*cvt->
len_mult
bytes long.
/prebuilt/windows/sdl/host/include/SDL/
SDL_audio.h
95
int
len_mult
; /* buffer must be len*
len_mult
big */
member in struct:SDL_AudioCVT
224
* SDL_BuildAudioCVT(), and should be cvt->len*cvt->
len_mult
bytes long.
/prebuilt/windows/sdl/include/SDL/
SDL_audio.h
89
int
len_mult
; /* buffer must be len*
len_mult
big */
member in struct:SDL_AudioCVT
218
* SDL_BuildAudioCVT(), and should be cvt->len*cvt->
len_mult
bytes long.
/external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_audiocvt.c
1337
cvt->
len_mult
= 1;
1362
cvt->
len_mult
*= 2;
1368
cvt->
len_mult
*= 2;
1379
cvt->
len_mult
*= 2;
1388
cvt->
len_mult
*= 3;
1396
cvt->
len_mult
*= 2;
1402
cvt->
len_mult
*= 2;
1440
int
len_mult
;
local
1454
len_mult
= 1;
1466
len_mult
= 2
[
all
...]
Completed in 123 milliseconds