Home
last modified time | relevance | path

Searched refs:channel (Results 1 – 17 of 17) sorted by relevance

/RvlSDK-3.3/build/libraries/mix/src/
Dremote.c81 MIXRmtChannel *channel; in MIXRmtSetVolumes() local
85 channel = &__MIXRmtChannel[axvpb->index]; in MIXRmtSetVolumes()
87 channel->mode |= mode & (MIX_MODE_AUX0_PREFADER in MIXRmtSetVolumes()
92 channel->fader0 = fader0; in MIXRmtSetVolumes()
93 channel->fader1 = fader1; in MIXRmtSetVolumes()
94 channel->fader2 = fader2; in MIXRmtSetVolumes()
95 channel->fader3 = fader3; in MIXRmtSetVolumes()
97 channel->aux0 = aux0; in MIXRmtSetVolumes()
98 channel->aux1 = aux1; in MIXRmtSetVolumes()
99 channel->aux2 = aux2; in MIXRmtSetVolumes()
[all …]
Dmix.c288 static void __MIXSetPan(MIXChannel *channel) in __MIXSetPan() argument
292 ASSERT((channel->pan <= 127) && (channel->pan >= 0)); in __MIXSetPan()
293 ASSERT((channel->span <= 127) && (channel->span >= 0)); in __MIXSetPan()
295 pan = channel->pan; in __MIXSetPan()
297 span = channel->span; in __MIXSetPan()
302 channel->l = __MIX_DPL2_front[pan]; in __MIXSetPan()
303 channel->r = __MIX_DPL2_front[ipan]; in __MIXSetPan()
304 channel->f = __MIX_DPL2_front[ispan]; in __MIXSetPan()
305 channel->b = __MIX_DPL2_front[span]; in __MIXSetPan()
306 channel->l1= __MIX_DPL2_rear[ipan]; in __MIXSetPan()
[all …]
/RvlSDK-3.3/build/demos/kbddemo/src/
DkbdLowLevel.c67 OSReport ("kbd app: keyboard added on channel %d\n", kde->channel); in kbdAppAttach()
69 KBDSetModState(kde->channel, KBD_MS_NUM_LOCK); in kbdAppAttach()
70 KBDSetLedsRetry(kde->channel, KBD_LED_NUM_LOCK); in kbdAppAttach()
76 OSReport ("kbd app: keyboard removed on channel %d\n", kde->channel); in kbdAppDetach()
87 OSReport ("\t\t\thid code: 0x%02x ^ up (chan %d)\n", kke->hid, kke->channel); in kbdAppKeyEvent()
89 OSReport ("hid code: 0x%02x v down (chan %d)\n", kke->hid, kke->channel); in kbdAppKeyEvent()
100 KBDGetModState(kke->channel, &ms); in kbdAppKeyEvent()
107 KBDSetLedsRetry(kke->channel, leds); in kbdAppKeyEvent()
DkbdLowLevelSync.c74 OSReport ("kbd app: keyboard added on channel %d\n", kde->channel); in kbdAppAttach()
76 KBDSetModState(kde->channel, KBD_MS_NUM_LOCK); in kbdAppAttach()
77 KBDSetLedsRetry(kde->channel, KBD_LED_NUM_LOCK); in kbdAppAttach()
83 OSReport ("kbd app: keyboard removed on channel %d\n", kde->channel); in kbdAppDetach()
94 OSReport ("\t\t\thid code: 0x%02x ^ up (chan %d)\n", kke->hid, kke->channel); in kbdAppKeyEvent()
96 OSReport ("hid code: 0x%02x v down (chan %d)\n", kke->hid, kke->channel); in kbdAppKeyEvent()
107 KBDGetModState(kke->channel, &ms); in kbdAppKeyEvent()
114 KBDSetLedsRetry(kke->channel, leds); in kbdAppKeyEvent()
DkbdUTF8.c227 OSReport ("kbd app: keyboard added on channel %d\n", kde->channel); in kbdAppAttach()
229 KBDSetModState(kde->channel, KBD_MS_NUM_LOCK); in kbdAppAttach()
230 KBDSetLedsRetry(kde->channel, KBD_LED_NUM_LOCK); in kbdAppAttach()
236 OSReport ("kbd app: keyboard removed on channel %d\n", kde->channel); in kbdAppDetach()
257 OSReport ("ch %d hid code: 0x%02x v down\n", kke->channel, kke->hid); in kbdAppKeyEvent()
268 KBDGetModState(kke->channel, &ms); in kbdAppKeyEvent()
275 KBDSetLedsRetry(kke->channel, leds); in kbdAppKeyEvent()
283 KBD_CALL (KBDGetCountry (kke->channel, &country)); in kbdAppKeyEvent()
285 OSReport("ch %d key: -> ", kke->channel); in kbdAppKeyEvent()
333 KBD_CALL( KBDSetModState(kke->channel, kke->modState) ); in kbdAppKeyEvent()
[all …]
DkbdUTF8Sync.c226 OSReport ("kbd app: keyboard added on channel %d\n", kde->channel); in kbdAppAttach()
228 KBDSetModState(kde->channel, KBD_MS_NUM_LOCK); in kbdAppAttach()
229 KBDSetLedsRetry(kde->channel, KBD_LED_NUM_LOCK); in kbdAppAttach()
235 OSReport ("kbd app: keyboard removed on channel %d\n", kde->channel); in kbdAppDetach()
256 OSReport ("ch %d hid code: 0x%02x v down\n", kke->channel, kke->hid); in kbdAppKeyEvent()
267 KBDGetModState(kke->channel, &ms); in kbdAppKeyEvent()
274 KBDSetLedsRetry(kke->channel, leds); in kbdAppKeyEvent()
282 KBD_CALL (KBDGetCountry (kke->channel, &country)); in kbdAppKeyEvent()
284 OSReport("ch %d key: -> ", kke->channel); in kbdAppKeyEvent()
332 KBD_CALL( KBDSetModState(kke->channel, kke->modState) ); in kbdAppKeyEvent()
[all …]
/RvlSDK-3.3/build/demos/kprdemo/src/
Dkprdemo.c226 OSReport ("kbd app: keyboard added on channel %d\n", kde->channel); in kbdAppAttach()
228 KBDSetModState(kde->channel, KBD_MS_NUM_LOCK); in kbdAppAttach()
229 KBDSetLedsRetry(kde->channel, KBD_LED_NUM_LOCK); in kbdAppAttach()
235 OSReport ("kbd app: keyboard removed on channel %d\n", kde->channel); in kbdAppDetach()
269 KBDGetModState(kke->channel, &ms); in kbdAppKeyEvent()
276 KBDSetLedsRetry(kke->channel, leds); in kbdAppKeyEvent()
305 KPRPutChar( &kprq[kke->channel], kke->unicode ); in kbdAppKeyEvent()
308 while ( (utf16 = KPRGetChar( &kprq[kke->channel] )) != 0 ) { in kbdAppKeyEvent()
332 KPRSetMode(&kprq[kke->channel], KPR_MODE_ALT_KEYPAD); in kbdAppKeyEvent()
336 … KPRSetMode(&kprq[kke->channel], (KPRMode) (KPR_MODE_JP_ROMAJI_HIRAGANA | KPR_MODE_ALT_KEYPAD)); in kbdAppKeyEvent()
[all …]
/RvlSDK-3.3/include/revolution/
Dkbd.h232 KBDChannel channel; member
236 KBDChannel channel; member
244 KBDChannel channel; member
/RvlSDK-3.3/build/tools/soundfile/src/
DWavfile.c87 wc->fmt.channel = channels; in wavCreateHeader()
359 bps = wc->fmt.channel * wc->fmt.bitsPerSample / 8; in wavGetSamples()
378 return (u32)wc->fmt.channel; in wavGetChannels()
DWavfile.h52 u16 channel; member
/RvlSDK-3.3/include/win32/
Dthpaudio.h80 u32 channel; member
/RvlSDK-3.3/build/tools/dls1wt/src/
Ddls.h157 u32 channel; member
Ddls.c450 u32 channel; in dls_wlnk() local
457 fread(&channel, 1, 4, dlsFile); in dls_wlnk()
/RvlSDK-3.3/build/tools/THPConv/src/
DTHPConv.c981 if (audioHandle[0]->audioInfo.channel != subAudioInfo.sndChannels) in convertJPEGtoTHP()
986 audioHandle[0]->audioInfo.channel); in convertJPEGtoTHP()
1432 if (audioHandle[0]->audioInfo.channel != subAudioInfo.sndChannels) in appendAudioData()
1437 audioHandle[0]->audioInfo.channel); in appendAudioData()
/RvlSDK-3.3/
Dreadme-RVL_HBM_SDK-4_7_3-20100730.txt85 …value of running the WPADProbe function against the connected Wii Remote channel is not WPAD_ERR_B…
/RvlSDK-3.3/build/demos/gxdemo/src/Tev/
Dtev-complex.c82 GXChannelID channel; member
795 mtc->tevStgArray[i].channel ); in SetMultiTex()
/RvlSDK-3.3/build/tools/TexConv/sample/
Dsample.tcs104 image 6 = 2, x, RGBA8, 0, 7, 0 ; image 6 has no alpha channel: destination image will have