Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
Dstreamplayer.cpp83 iChannels = GetChannels(aChannels); in OpenStream()
84 if(iChannels == KErrNotFound) in OpenStream()
124 audioSettings.iChannels = iChannels; in Open()
206 iStream->SetAudioPropertiesL(iRate, iChannels); in SetCapsL()
DSDL_epocaudio.cpp178 void Open(TInt iRate, TInt iChannels, TUint32 aType, TInt aBytes);
195 TInt iChannels;
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
Dstreamplayer.h68 TInt iChannels; in NONSHARABLE_CLASS() local
/external/qemu/distrib/sdl-1.2.15/src/audio/dart/
DSDL_dart.c86 int iChannels = 2; // Default is 2 channels (Stereo) in DART_OpenAudio() local
145 iChannels = spec->channels; in DART_OpenAudio()
155 _this->hidden->MixSetupParms.ulChannels = iChannels; in DART_OpenAudio()
261 _this->hidden->iCurrChannels = iChannels; in DART_OpenAudio()