Searched refs:channel (Results 1 – 10 of 10) sorted by relevance
| /RvlSDK-2.1/build/libraries/mix/src/ |
| D | remote.c | 74 MIXRmtChannel *channel; in MIXRmtSetVolumes() local 78 channel = &__MIXRmtChannel[axvpb->index]; in MIXRmtSetVolumes() 80 channel->mode |= mode & (MIX_MODE_AUX0_PREFADER in MIXRmtSetVolumes() 85 channel->fader0 = fader0; in MIXRmtSetVolumes() 86 channel->fader1 = fader1; in MIXRmtSetVolumes() 87 channel->fader2 = fader2; in MIXRmtSetVolumes() 88 channel->fader3 = fader3; in MIXRmtSetVolumes() 90 channel->aux0 = aux0; in MIXRmtSetVolumes() 91 channel->aux1 = aux1; in MIXRmtSetVolumes() 92 channel->aux2 = aux2; in MIXRmtSetVolumes() [all …]
|
| D | mix.c | 271 static void __MIXSetPan(MIXChannel *channel) in __MIXSetPan() argument 275 ASSERT((channel->pan <= 127) && (channel->pan >= 0)); in __MIXSetPan() 276 ASSERT((channel->span <= 127) && (channel->span >= 0)); in __MIXSetPan() 278 pan = channel->pan; in __MIXSetPan() 280 span = channel->span; in __MIXSetPan() 285 channel->l = __MIX_DPL2_front[pan]; in __MIXSetPan() 286 channel->r = __MIX_DPL2_front[ipan]; in __MIXSetPan() 287 channel->f = __MIX_DPL2_front[ispan]; in __MIXSetPan() 288 channel->b = __MIX_DPL2_front[span]; in __MIXSetPan() 289 channel->l1= __MIX_DPL2_rear[ipan]; in __MIXSetPan() [all …]
|
| /RvlSDK-2.1/build/tools/soundfile/src/ |
| D | Wavfile.c | 34 int channel, in wavCreateHeader() argument 48 blocksize = channel * ( bitsPerSample / 8 ); in wavCreateHeader() 56 wc->fmt.channel = channel; in wavCreateHeader() 162 bps = wc->fmt.channel * wc->fmt.bitsPerSample / 8; in wavGetSamples() 172 return (u32)wc->fmt.channel; in wavGetChannels()
|
| D | Wavfile.h | 38 u16 channel; member 66 int channel,
|
| /RvlSDK-2.1/include/win32/ |
| D | thpaudio.h | 76 u32 channel; member
|
| /RvlSDK-2.1/build/tools/dls1wt/src/ |
| D | dls.h | 157 u32 channel; member
|
| D | dls.c | 450 u32 channel; in dls_wlnk() local 457 fread(&channel, 1, 4, dlsFile); in dls_wlnk()
|
| /RvlSDK-2.1/build/tools/THPConv/src/ |
| D | THPConv.c | 1014 if (audioHandle[0]->audioInfo.channel != subAudioInfo.sndChannels) in convertJPEGtoTHP() 1019 audioHandle[0]->audioInfo.channel); in convertJPEGtoTHP() 1508 if (audioHandle[0]->audioInfo.channel != subAudioInfo.sndChannels) in appendAudioData() 1513 audioHandle[0]->audioInfo.channel); in appendAudioData()
|
| /RvlSDK-2.1/build/demos/gxdemo/src/Tev/ |
| D | tev-complex.c | 82 GXChannelID channel; member 795 mtc->tevStgArray[i].channel ); in SetMultiTex()
|
| /RvlSDK-2.1/build/tools/TexConv/sample/ |
| D | sample.tcs | 104 image 6 = 2, x, RGBA8, 0, 7, 0 ; image 6 has no alpha channel: destination image will have
|