OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:len_ratio
(Results
1 - 6
of
6
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/audio/
SDL_audiocvt.c
1338
cvt->
len_ratio
= 1.0;
1357
cvt->
len_ratio
/= 2;
1363
cvt->
len_ratio
*= 2;
1369
cvt->
len_ratio
*= 2;
1381
cvt->
len_ratio
*= 2;
1389
cvt->
len_ratio
*= 3;
1397
cvt->
len_ratio
*= 2;
1404
cvt->
len_ratio
*= 2;
1411
cvt->
len_ratio
/= 3;
1418
cvt->
len_ratio
/= 2
1441
double
len_ratio
;
local
[
all
...]
SDL_audio.c
536
audio->convert.
len_ratio
);
/external/qemu/distrib/sdl-1.2.15/include/
SDL_audio.h
135
double
len_ratio
; /**< Given len, final size is len*
len_ratio
*/
member in struct:SDL_AudioCVT
/prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_audio.h
135
double
len_ratio
; /**< Given len, final size is len*
len_ratio
*/
member in struct:SDL_AudioCVT
/prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_audio.h
135
double
len_ratio
; /**< Given len, final size is len*
len_ratio
*/
member in struct:SDL_AudioCVT
/prebuilts/tools/windows/sdl/include/SDL/
SDL_audio.h
135
double
len_ratio
; /**< Given len, final size is len*
len_ratio
*/
member in struct:SDL_AudioCVT
Completed in 289 milliseconds