Searched refs:gain (Results 1 – 17 of 17) sorted by relevance
| /RvlSDK-3.3/include/revolution/ |
| D | pmic.h | 299 PMIC_ERR PMICSetGainAsync ( u16 gain, PMICCallback cb, void* arg ); 300 PMIC_ERR PMICSetGain ( u16 gain ); 303 PMIC_ERR PMICGetGainAsync ( u16* gain, PMICCallback cb, void* arg ); 304 PMIC_ERR PMICGetGain ( u16* gain );
|
| D | wt.h | 115 u16 gain; // Gain to be applied (0 for ADPCM, 0x0800 for PCM8/16) member
|
| D | ax.h | 427 …u16 gain; // gain to be applied (0 for ADPCM, 0x0800 for PCM16 and 0x0100 for P… member 928 u16 gain; // always zero for ADPCM member 1015 void AXMakeCompressorTable (f32 gain, u16 frames, u16* table);
|
| /RvlSDK-3.3/build/tools/dls1wt/src/ |
| D | dspadpcm.h | 38 u16 gain; member
|
| D | wt.h | 118 u16 gain; // gain to be applied (0 for ADPCM, 0x0800 for PCM8/16) member
|
| /RvlSDK-3.3/build/tools/dspadpcm/src/ |
| D | dspadpcm.h | 48 u16 gain; member
|
| D | dspheader.h | 47 u16 gain; member
|
| D | main.c | 560 fprintf(handle, "Gain : 0x%04X\n", reverse_endian_16(h->gain)); in dump_header() 687 dspadpcmheader.gain = reverse_endian_16(adpcminfo.gain); in encode_soundfile() 800 adpcminfo.gain = reverse_endian_16(dspadpcmheader.gain); in decode_input_file()
|
| /RvlSDK-3.3/include/win32/ |
| D | dsptool.h | 55 u16 gain; member
|
| /RvlSDK-3.3/include/revolution/hbm/ |
| D | HBMBase.h | 163 void HBMFadeoutManualSound( f32 gain );
|
| /RvlSDK-3.3/build/tools/soundfile/src/ |
| D | aifffile.h | 79 u8 gain[2]; member
|
| D | aifffile.c | 203 aiffinfo->inst.gain[0] = 0; in aiffCreateMark() 204 aiffinfo->inst.gain[1] = 0; in aiffCreateMark()
|
| /RvlSDK-3.3/build/demos/axdemo/src/ |
| D | axstream.c | 714 adpcm.gain = dspHeader->gain; in startStreamAdpcm() 761 adpcm.gain = dspHeader->gain; in startStreamAdpcm()
|
| D | axsimple.c | 486 adpcm.gain = ps->gain; in AcquireVoiceADPCM()
|
| D | axstream2.c | 1081 adpcm.gain = dspHeader->gain; in STRMStart() 1128 adpcm.gain = dspHeader->gain; in STRMStart()
|
| /RvlSDK-3.3/build/tools/sndconv/src/ |
| D | soundconv.h | 53 u16 gain; member
|
| /RvlSDK-3.3/build/demos/wpaddemo/src/ |
| D | wpad_axdemo.c | 927 adpcm.gain = ps->gain; in AquireVoiceADPCM()
|