HomeSort by relevance Sort by last modified time
    Searched defs:attack (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DynamicsCompressorNode.cpp 54 m_attack = AudioParam::create(context, "attack", 0.003, 0, 1);
73 float attack = m_attack->value(); local
79 m_dynamicsCompressor->setParameterValue(DynamicsCompressor::ParamAttack, attack);
DynamicsCompressorNode.h 55 AudioParam* attack() { return m_attack.get(); } function in class:WebCore::DynamicsCompressorNode
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
block_switch.h 30 #define BLOCK_SWITCHING_IIR_LEN 2 /* Length of HighPass-FIR-Filter for Attack-Detection */
41 Flag attack; member in struct:__anon31375
  /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:__anon2502
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
atlantis.h 51 int spurt, attack; member in struct:_fishRec
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
atlantis.h 51 int spurt, attack; member in struct:_fishRec
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/
atlantis.h 51 int spurt, attack; member in struct:_fishRec
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
asound_fm.h 53 unsigned char attack; /* 4 bits: attack rate */ member in struct:snd_dm_fm_voice
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
asound_fm.h 53 unsigned char attack; /* 4 bits: attack rate */ member in struct:snd_dm_fm_voice
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asound_fm.h 53 unsigned char attack; /* 4 bits: attack rate */ member in struct:snd_dm_fm_voice
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
asound_fm.h 53 unsigned char attack; /* 4 bits: attack rate */ member in struct:snd_dm_fm_voice
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asound_fm.h 53 unsigned char attack; /* 4 bits: attack rate */ member in struct:snd_dm_fm_voice
  /external/chromium/third_party/libevent/test/
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/chromium_org/third_party/libevent/test/
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...]

Completed in 825 milliseconds