OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iChannels
(Results
1 - 4
of
4
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/audio/symbian/
streamplayer.cpp
83
iChannels
= GetChannels(aChannels);
84
if(
iChannels
== KErrNotFound)
124
audioSettings.
iChannels
=
iChannels
;
206
iStream->SetAudioPropertiesL(iRate,
iChannels
);
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 125 milliseconds