/external/sonivox/arm-wt-22k/lib_src/ |
eas_mdls.c | 328 1000, /* EG1 sustain level: 100.0% */ 339 1000, /* EG2 sustain level: 100.0% */ 425 static EAS_I16 ConvertSustain (EAS_I32 sustain); [all...] |
eas_math.h | 170 However, EG1 treats the Decay, Sustain, and Release differently than 171 the Attack portion. For Decay, Sustain, and Release, the gain is
|
eas_voicemgt.c | 919 /* release sustain pedal on all channels */ [all...] |
eas_vm_protos.h | 476 * Call this functin when the sustain flag is presently set but 484 * nChannel - this channel has its sustain pedal transitioning from on to off 500 * Call this function when the sustain flag is presently clear and 504 * If any notes have levels >= sustain level, catch them, 508 * nChannel - this channel has its sustain pedal transitioning from on to off [all...] |
eas_sndlib.h | 256 EAS_U8 sustain; member in struct:s_fm_oper_tag
|
eas_pcm.c | 760 /*else change envelope state to sustain */ 1044 //check envelope level against sustain level and update state if needed 1061 //printf("env sustain, env value = %d, env scale = %d\n",pState->envValue>>7,pState->envScale); [all...] |
/external/esd/include/ |
audiofile.h | 117 AF_INST_LOOP_SUSTAIN = 3 /* loop during sustain, then continue */ 129 AF_INST_SUSLOOPID = 308, /* loop id for AIFF sustain loop */
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_math.h | 170 However, EG1 treats the Decay, Sustain, and Release differently than 171 the Attack portion. For Decay, Sustain, and Release, the gain is
|
eas_voicemgt.c | 919 /* release sustain pedal on all channels */ [all...] |
eas_vm_protos.h | 476 * Call this functin when the sustain flag is presently set but 484 * nChannel - this channel has its sustain pedal transitioning from on to off 500 * Call this function when the sustain flag is presently clear and 504 * If any notes have levels >= sustain level, catch them, 508 * nChannel - this channel has its sustain pedal transitioning from on to off [all...] |
eas_sndlib.h | 256 EAS_U8 sustain; member in struct:s_fm_oper_tag
|
eas_pcm.c | 760 /*else change envelope state to sustain */ 1044 //check envelope level against sustain level and update state if needed 1061 //printf("env sustain, env value = %d, env scale = %d\n",pState->envValue>>7,pState->envScale); [all...] |
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_math.h | 170 However, EG1 treats the Decay, Sustain, and Release differently than 171 the Attack portion. For Decay, Sustain, and Release, the gain is
|
eas_voicemgt.c | 919 /* release sustain pedal on all channels */ [all...] |
eas_vm_protos.h | 476 * Call this functin when the sustain flag is presently set but 484 * nChannel - this channel has its sustain pedal transitioning from on to off 500 * Call this function when the sustain flag is presently clear and 504 * If any notes have levels >= sustain level, catch them, 508 * nChannel - this channel has its sustain pedal transitioning from on to off [all...] |
eas_sndlib.h | 256 EAS_U8 sustain; member in struct:s_fm_oper_tag
|
eas_pcm.c | 760 /*else change envelope state to sustain */ 1044 //check envelope level against sustain level and update state if needed 1061 //printf("env sustain, env value = %d, env scale = %d\n",pState->envValue>>7,pState->envScale); [all...] |
/frameworks/av/media/libeffects/testlibs/ |
EffectsMath.h | 161 However, EG1 treats the Decay, Sustain, and Release differently than 162 the Attack portion. For Decay, Sustain, and Release, the gain is
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
audiofile.h | 117 AF_INST_LOOP_SUSTAIN = 3 /* loop during sustain, then continue */ 129 AF_INST_SUSLOOPID = 308, /* loop id for AIFF sustain loop */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
audiofile.h | 117 AF_INST_LOOP_SUSTAIN = 3 /* loop during sustain, then continue */ 129 AF_INST_SUSLOOPID = 308, /* loop id for AIFF sustain loop */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
audiofile.h | 117 AF_INST_LOOP_SUSTAIN = 3 /* loop during sustain, then continue */ 129 AF_INST_SUSLOOPID = 308, /* loop id for AIFF sustain loop */
|
/external/openssl/crypto/sha/asm/ |
sha1-ppc.pl | 16 # anybody know if pre-POWER3 can sustain unaligned load?
|
/external/oprofile/events/i386/nehalem/ |
events | 38 event:0x1E counters:0,1,2,3 um:one minimum:6000 name:INST_QUEUE_WRITE_CYCLES : This event counts the number of cycles during which instructions are written to the instruction queue. Dividing this counter by the number of instructions written to the instruction queue (INST_QUEUE_WRITES) yields the average number of instructions decoded each cycle. If this number is less than four and the pipe stalls, this indicates that the decoder is failing to decode enough instructions per cycle to sustain the 4-wide pipeline.
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
bcmdevs.h | 451 #define BFL2_TEMPSENSE_HIGHER 0x01000000 /* The tempsense threshold can sustain higher value [all...] |
/external/openssl/crypto/aes/ |
aes_x86core.c | 30 * byte order and expects CPU to sustain unaligned memory references. [all...] |