Searched refs:iRate (Results 1 - 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
H A Dstreamplayer.cpp79 iRate = GetSampleRate(aRate);
80 if(iRate == KErrNotFound)
123 audioSettings.iSampleRate = iRate;
206 iStream->SetAudioPropertiesL(iRate, iChannels);
H A Dstreamplayer.h67 TInt iRate; local
H A DSDL_epocaudio.cpp178 void Open(TInt iRate, TInt iChannels, TUint32 aType, TInt aBytes);
194 TInt iRate; local
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 82 milliseconds