Searched refs:iChannels (Results 1 - 4 of 4) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
H A Dstreamplayer.cpp83 iChannels = GetChannels(aChannels);
84 if(iChannels == KErrNotFound)
124 audioSettings.iChannels = iChannels;
206 iStream->SetAudioPropertiesL(iRate, iChannels);
H A Dstreamplayer.h68 TInt iChannels; local
H A DSDL_epocaudio.cpp178 void Open(TInt iRate, TInt iChannels, TUint32 aType, TInt aBytes);
195 TInt iChannels; local
298 iPlayer->OpenStream(iRate, iChannels, iType);
403 const TInt64 specTime = bufMs / TInt64(iRate * iChannels * 2);
435 iChannels = aChannels;
437 iBufferRate = iRate * iChannels * aBytes; //1/x
/external/qemu/distrib/sdl-1.2.15/src/audio/dart/
H A DSDL_dart.c86 int iChannels = 2; // Default is 2 channels (Stereo) local
145 iChannels = spec->channels;
155 _this->hidden->MixSetupParms.ulChannels = iChannels;
261 _this->hidden->iCurrChannels = iChannels;

Completed in 116 milliseconds