OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bufms
(Results
1 - 1
of
1
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
SDL_epocaudio.cpp
402
const TInt64
bufMs
= TInt64(iBufferSize - KClip) * TInt64(1000000);
403
const TInt64 specTime =
bufMs
/ TInt64(iRate * iChannels * 2);
Completed in 2260 milliseconds