OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:len_mult
(Results
1 - 5
of
5
) sorted by null
/external/qemu/distrib/sdl-1.2.15/include/
SDL_audio.h
134
int
len_mult
; /**< buffer must be len*
len_mult
big */
member in struct:SDL_AudioCVT
245
* SDL_BuildAudioCVT(), and should be cvt->len*cvt->
len_mult
bytes long.
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_audio.h
134
int
len_mult
; /**< buffer must be len*
len_mult
big */
member in struct:SDL_AudioCVT
245
* SDL_BuildAudioCVT(), and should be cvt->len*cvt->
len_mult
bytes long.
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_audio.h
134
int
len_mult
; /**< buffer must be len*
len_mult
big */
member in struct:SDL_AudioCVT
245
* SDL_BuildAudioCVT(), and should be cvt->len*cvt->
len_mult
bytes long.
/prebuilts/tools/windows/sdl/include/SDL/
SDL_audio.h
134
int
len_mult
; /**< buffer must be len*
len_mult
big */
member in struct:SDL_AudioCVT
245
* SDL_BuildAudioCVT(), and should be cvt->len*cvt->
len_mult
bytes long.
/external/qemu/distrib/sdl-1.2.15/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 42 milliseconds