/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
BiquadFilterNode.cpp | 55 case BiquadProcessor::Peaking: 56 return "peaking"; 79 else if (type == "peaking") 80 setType(BiquadProcessor::Peaking);
|
BiquadFilterNode.idl | 34 const unsigned short PEAKING = 5;
|
BiquadFilterNode.h | 44 PEAKING = 5,
|
BiquadProcessor.h | 47 Peaking = 5,
|
BiquadDSPKernel.cpp | 99 case BiquadProcessor::Peaking:
|
/frameworks/av/media/libeffects/testlibs/ |
AudioEqualizer.h | 29 // The EQ is composed of a low-shelf, zero or more peaking filters and a high 30 // shelf, where each band has frequency and gain controls, and the peaking 149 // For the peaking filters, they are the gain[dB]/2 points. 209 // Number of peaking filters. Total number of bands is +2. 225 // An array of size mNumPeaking of peaking filters.
|
AudioPeakingFilter.h | 26 // A peaking audio filter, with unity skirt gain, and controllable peak
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
V8BiquadFilterNodeCustom.cpp | 51 if (type == "lowpass" || type == "highpass" || type == "bandpass" || type == "lowshelf" || type == "highshelf" || type == "peaking" || type == "notch" || type == "allpass") {
|
/frameworks/av/media/libeffects/lvm/lib/Common/lib/ |
BIQUAD.h | 100 /*** Peaking coefficients *********************************************************/ 135 /*** Types used for biquad, band pass and peaking filter **************************/
|
/frameworks/av/media/libeffects/lvm/lib/Eq/src/ |
LVEQNB_CalcCoef.c | 40 /* Calculate double precision coefficients for a peaking filter */ 178 /* Calculate single precision coefficients for a peaking filter */
|
/frameworks/av/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
LVPSA_Control.c | 502 /* Force D = 1 : the function was originally used for a peaking filter. 624 /* Force D = 1 : the function was originally used for a peaking filter. [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/rc4/ |
rc4_enc.c | 86 * and, or and finally 64-bit store. Peaking data and operating
|
/external/openssl/crypto/rc4/ |
rc4_enc.c | 86 * and, or and finally 64-bit store. Peaking data and operating
|
/external/chromium_org/third_party/tcmalloc/vendor/doc/ |
tcmalloc.html | 400 on operations/sec - peaking somewhere around 4 million ops/sec
|
/external/chromium_org/third_party/sqlite/src/test/ |
fts1c.test | 238 Marketers and Poolers can receive gas via Peaking and IBSS nominations(daisy [all...] |
fts2c.test | 238 Marketers and Poolers can receive gas via Peaking and IBSS nominations(daisy [all...] |
fts3ac.test | 238 Marketers and Poolers can receive gas via Peaking and IBSS nominations(daisy [all...] |
fts1porter.test | [all...] |
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/ |
EffectBundle.cpp | [all...] |