Home
last modified time | relevance | path

Searched refs:soundMode (Results 1 – 5 of 5) sorted by relevance

/RvlSDK-3.3/build/demos/scdemo/src/
Dmain.c87 u8 soundMode; in DemoMain() local
201 soundMode = SCGetSoundMode(); in DemoMain()
202 switch (soundMode) { in DemoMain()
/RvlSDK-3.3/build/demos/thpdemo/include/
DTHPSimple.h94 s32 soundMode; member
DTHPPlayer.h109 s32 soundMode; member
/RvlSDK-3.3/build/demos/thpdemo/src/THPSimple/
DTHPSimple.c130 SimpleControl.soundMode = THP_SOUND_MODE_STEREO; in THPSimpleInit()
1048 if (SimpleControl.soundMode == THP_SOUND_MODE_MONO) in MixAudio()
1169 if (SimpleControl.soundMode == THP_SOUND_MODE_MONO) in MixAudio()
1509 SimpleControl.soundMode = mode; in THPSimpleSetSoundMode()
1525 return SimpleControl.soundMode; in THPSimpleGetSoundMode()
/RvlSDK-3.3/build/demos/thpdemo/src/THPPlayer/
DTHPPlayer.c143 ActivePlayer.soundMode = THP_SOUND_MODE_STEREO; in THPPlayerInit()
1629 if (ActivePlayer.soundMode == THP_SOUND_MODE_MONO) in MixAudio()
1757 if (ActivePlayer.soundMode == THP_SOUND_MODE_MONO) in MixAudio()
1932 ActivePlayer.soundMode = mode; in THPPlayerSetSoundMode()
1948 return ActivePlayer.soundMode; in THPPlayerGetSoundMode()