/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
DynamicsCompressorNode.idl | 32 readonly attribute AudioParam attack; // in Seconds
|
DynamicsCompressorNode.cpp | 78 float attack = m_attack->value(); local 84 m_dynamicsCompressor->setParameterValue(DynamicsCompressor::ParamAttack, attack);
|
DynamicsCompressorNode.h | 56 AudioParam* attack() { return m_attack.get(); } function in class:blink::FINAL
|
/external/aac/libPCMutils/src/ |
limiter.cpp | 95 unsigned int attack; member in struct:TDLimiter 123 unsigned int attack, release; local 127 /* calc attack and release time in samples */ 128 attack = (unsigned int)(maxAttackMs * maxSampleRate / 1000); 136 limiter->maxBuf = (FIXP_DBL*)FDKcalloc(attack + 1, sizeof(FIXP_DBL)); 137 limiter->delayBuf = (FIXP_DBL*)FDKcalloc(attack * maxChannels, sizeof(FIXP_DBL)); 144 /* attackConst = pow(0.1, 1.0 / (attack + 1)) */ 145 exponent = invFixp(attack+1); 158 limiter->attack = attack; 236 unsigned int attack = limiter->attack; local 408 unsigned int attack, release; local 444 unsigned int attack; local [all...] |
/external/chromium_org/third_party/libevent/test/ |
regress.rpc | 6 optional struct[kill] attack = 3;
|
regress.c | 1501 struct kill *attack; local 1514 if (EVTAG_GET(msg, attack, &attack) == -1) { 1519 EVTAG_ASSIGN(attack, weapon, "feather"); 1520 EVTAG_ASSIGN(attack, action, "tickle"); 1565 !EVTAG_HAS(msg2, attack)) { [all...] |
/external/icu/icu4c/source/data/mappings/ |
ucmlocal.mk | 5 # Note: noop-*.ucm are for Android only to prevent 2022 security attack.
|
/external/aac/libAACenc/src/ |
block_switch.h | 101 #define BLOCK_SWITCHING_IIR_LEN 2 /* Length of HighPass-IIR-Filter for Attack-Detection */ 114 INT attack; member in struct:__anon4721
|
block_switch.cpp | 178 /* Attack in Window 0 */ {1, 3, 3, 1}, 179 /* Attack in Window 1 */ {1, 1, 3, 3}, 180 /* Attack in Window 2 */ {2, 1, 3, 2}, 181 /* Attack in Window 3 */ {3, 1, 3, 1}, 182 /* Attack in Window 4 */ {3, 1, 1, 3}, 183 /* Attack in Window 5 */ {3, 2, 1, 2}, 184 /* Attack in Window 6 */ {3, 3, 1, 1}, 185 /* Attack in Window 7 */ {3, 3, 1, 1} 188 /* change block type depending on current blocktype and whether there's an attack */ 193 /*no attack*/ {LONG_WINDOW, STOP_WINDOW, WRONG_WINDOW, LONG_WINDOW, STOP_WINDOW , WRONG_WINDOW } [all...] |
/bionic/libc/kernel/uapi/sound/ |
asound_fm.h | 41 unsigned char attack; member in struct:snd_dm_fm_voice
|
/external/kernel-headers/original/uapi/sound/ |
asound_fm.h | 53 unsigned char attack; /* 4 bits: attack rate */ member in struct:snd_dm_fm_voice
|
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
AntiSamyTest.java | [all...] |