HomeSort by relevance Sort by last modified time
    Searched defs:iChannels (Results 1 - 3 of 3) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
streamplayer.h 68 TInt iChannels;
SDL_epocaudio.cpp 178 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
  /external/qemu/distrib/sdl-1.2.15/src/audio/dart/
SDL_dart.c 86 int iChannels = 2; // Default is 2 channels (Stereo)
145 iChannels = spec->channels;
155 _this->hidden->MixSetupParms.ulChannels = iChannels;
261 _this->hidden->iCurrChannels = iChannels;

Completed in 174 milliseconds