OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:iRate
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
streamplayer.h
67
TInt
iRate
;
SDL_epocaudio.cpp
178
void Open(TInt
iRate
, TInt iChannels, TUint32 aType, TInt aBytes);
194
TInt
iRate
;
298
iPlayer->OpenStream(
iRate
, iChannels, iType);
403
const TInt64 specTime = bufMs / TInt64(
iRate
* iChannels * 2);
434
iRate
= aRate;
437
iBufferRate =
iRate
* iChannels * aBytes; //1/x
Completed in 42 milliseconds