Home
last modified time | relevance | path

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

/RvlSDK-3.3/include/revolution/
Dpmic.h299 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 );
Dwt.h115 u16 gain; // Gain to be applied (0 for ADPCM, 0x0800 for PCM8/16) member
Dax.h427 …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/
Ddspadpcm.h38 u16 gain; member
Dwt.h118 u16 gain; // gain to be applied (0 for ADPCM, 0x0800 for PCM8/16) member
/RvlSDK-3.3/build/tools/dspadpcm/src/
Ddspadpcm.h48 u16 gain; member
Ddspheader.h47 u16 gain; member
Dmain.c560 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/
Ddsptool.h55 u16 gain; member
/RvlSDK-3.3/include/revolution/hbm/
DHBMBase.h163 void HBMFadeoutManualSound( f32 gain );
/RvlSDK-3.3/build/tools/soundfile/src/
Daifffile.h79 u8 gain[2]; member
Daifffile.c203 aiffinfo->inst.gain[0] = 0; in aiffCreateMark()
204 aiffinfo->inst.gain[1] = 0; in aiffCreateMark()
/RvlSDK-3.3/build/demos/axdemo/src/
Daxstream.c714 adpcm.gain = dspHeader->gain; in startStreamAdpcm()
761 adpcm.gain = dspHeader->gain; in startStreamAdpcm()
Daxsimple.c486 adpcm.gain = ps->gain; in AcquireVoiceADPCM()
Daxstream2.c1081 adpcm.gain = dspHeader->gain; in STRMStart()
1128 adpcm.gain = dspHeader->gain; in STRMStart()
/RvlSDK-3.3/build/tools/sndconv/src/
Dsoundconv.h53 u16 gain; member
/RvlSDK-3.3/build/demos/wpaddemo/src/
Dwpad_axdemo.c927 adpcm.gain = ps->gain; in AquireVoiceADPCM()