/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/ |
asound_fm.h | 47 unsigned char do_sustain; /* sustain phase */ 55 unsigned char sustain; /* 4 bits: sustain level */ member in struct:snd_dm_fm_voice
|
ainstr_iw.h | 96 #define IWFFFF_ENV_MODE_SUSTAIN 0x0002 /* mode - sustain */ 97 #define IWFFFF_ENV_MODE_NO_SUSTAIN 0x0003 /* mode - no sustain */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/ |
asound_fm.h | 47 unsigned char do_sustain; /* sustain phase */ 55 unsigned char sustain; /* 4 bits: sustain level */ member in struct:snd_dm_fm_voice
|
ainstr_iw.h | 96 #define IWFFFF_ENV_MODE_SUSTAIN 0x0002 /* mode - sustain */ 97 #define IWFFFF_ENV_MODE_NO_SUSTAIN 0x0003 /* mode - no sustain */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
asound_fm.h | 47 unsigned char do_sustain; /* sustain phase */ 55 unsigned char sustain; /* 4 bits: sustain level */ member in struct:snd_dm_fm_voice
|
sfnt_info.h | 92 unsigned short moddcysus; /* modulation decay & sustain (0x7f7f) */ 97 unsigned short voldcysus; /* volume decay & sustain (0x7f7f) */
|
ainstr_iw.h | 99 #define IWFFFF_ENV_MODE_SUSTAIN 0x0002 /* mode - sustain */ 100 #define IWFFFF_ENV_MODE_NO_SUSTAIN 0x0003 /* mode - no sustain */
|
opl3.h | 138 * Sustain level / Release rate (0x80 to 0x95)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/ |
asound_fm.h | 47 unsigned char do_sustain; /* sustain phase */ 55 unsigned char sustain; /* 4 bits: sustain level */ member in struct:snd_dm_fm_voice
|
ainstr_iw.h | 96 #define IWFFFF_ENV_MODE_SUSTAIN 0x0002 /* mode - sustain */ 97 #define IWFFFF_ENV_MODE_NO_SUSTAIN 0x0003 /* mode - no sustain */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
asound_fm.h | 47 unsigned char do_sustain; /* sustain phase */ 55 unsigned char sustain; /* 4 bits: sustain level */ member in struct:snd_dm_fm_voice
|
sfnt_info.h | 92 unsigned short moddcysus; /* modulation decay & sustain (0x7f7f) */ 97 unsigned short voldcysus; /* volume decay & sustain (0x7f7f) */
|
ainstr_iw.h | 99 #define IWFFFF_ENV_MODE_SUSTAIN 0x0002 /* mode - sustain */ 100 #define IWFFFF_ENV_MODE_NO_SUSTAIN 0x0003 /* mode - no sustain */
|
opl3.h | 138 * Sustain level / Release rate (0x80 to 0x95)
|
/external/chromium/chrome/browser/extensions/ |
extensions_quota_service.cc | 107 const base::TimeDelta& sustain, const Config& config, BucketMapper* map) 109 repeat_exhaustion_allowance_(sustain.InSeconds() /
|
extensions_quota_service.h | 186 SustainedLimit(const base::TimeDelta& sustain,
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_wtsynth.c | 234 * The selected voice is held due to sustain pedal 237 * pVoice - pointer to voice to sustain 256 /* don't catch the voice if below the sustain level */ 261 /* sustain flag is set, damper pedal is on */ 267 because sustain pedal is on, this voice 273 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_INFO, "WT_SustainPedal: defer note off because sustain pedal is on\n"); */ } 800 /* check if we have reached sustain level */ 803 /* enforce the sustain level */ 806 /* if sustain level is zero, skip sustain & release the voice * [all...] |
eas_fmsynth.c | 315 * The selected voice is held due to sustain pedal 318 * pVoice - pointer to voice to sustain 334 /* check to see if any envelopes are above the sustain level */ 345 /* if the envelope gain is above the sustain level, we need to catch this voice */ 346 if (pFMVoice->oper[operIndex].envGain >= ((EAS_U16) (pRegion->oper[operIndex].sustain & 0xfc) << 7)) 360 /* set sustain flag */ 657 /* check for sustain level reached */ 658 temp = (EAS_U32) (pOperData->sustain & 0xfc) << 7; 681 pOper->envGain = (EAS_U16)((EAS_U16)(pOperData->sustain & 0xfc) << 7);
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_wtsynth.c | 234 * The selected voice is held due to sustain pedal 237 * pVoice - pointer to voice to sustain 256 /* don't catch the voice if below the sustain level */ 261 /* sustain flag is set, damper pedal is on */ 267 because sustain pedal is on, this voice 273 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_INFO, "WT_SustainPedal: defer note off because sustain pedal is on\n"); */ } 806 /* check if we have reached sustain level */ 809 /* enforce the sustain level */ 812 /* if sustain level is zero, skip sustain & release the voice * [all...] |
eas_mdls.h | 92 /* conversion factor sustain level from percent to exponent for LogToLinear16 */ 96 /* conversion factor sustain level from percent to EG full scale */
|
eas_dlssynth.c | 107 * The sustain pedal was just depressed. If the voice is still 108 * above the sustain level, catch the voice and continue holding. 120 /* don't catch the voice if below the sustain level */ 130 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_INFO, "DLS_SustainPedal: defer note off because sustain pedal is on\n"); */ }
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_fmsynth.c | 315 * The selected voice is held due to sustain pedal 318 * pVoice - pointer to voice to sustain 334 /* check to see if any envelopes are above the sustain level */ 345 /* if the envelope gain is above the sustain level, we need to catch this voice */ 346 if (pFMVoice->oper[operIndex].envGain >= ((EAS_U16) (pRegion->oper[operIndex].sustain & 0xfc) << 7)) 360 /* set sustain flag */ 657 /* check for sustain level reached */ 658 temp = (EAS_U32) (pOperData->sustain & 0xfc) << 7; 681 pOper->envGain = (EAS_U16)((EAS_U16)(pOperData->sustain & 0xfc) << 7);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
asoundef.h | 203 #define MIDI_CTL_SUSTAIN 0x40 /**< Sustain pedal */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
asoundef.h | 203 #define MIDI_CTL_SUSTAIN 0x40 /**< Sustain pedal */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
asoundef.h | 203 #define MIDI_CTL_SUSTAIN 0x40 /**< Sustain pedal */
|