/external/webrtc/src/modules/audio_processing/main/source/ |
gain_control_impl.cc | 298 int GainControlImpl::set_compression_gain_db(int gain) { 300 if (gain < 0 || gain > 90) { 304 compression_gain_db_ = gain;
|
gain_control_impl.h | 49 virtual int set_compression_gain_db(int gain);
|
/frameworks/base/media/libeffects/lvm/lib/Bass/src/ |
LVDBE_Control.c | 148 /* Sets the AGC gain level and attack and decay times constants. */ 168 * Get the boost gain 221 * Limit the gain to the maximum allowed 235 * Calculate the required gain and shifts
|
/hardware/invensense/mlsdk/mllite/ |
mlBiasNoMotion.c | 156 long gain; local 182 gain = inv_obj->accel_lpf_gain * rate; 188 inv_q30_mult(((1L << 30) - gain), inv_obj->accel_lpf[kk]); 189 inv_obj->accel_lpf[kk] += inv_q30_mult(gain, accel[kk]);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/ |
mt9t013.h | 90 uint16_t gain; member in struct:mt9t013_exposure_gain
|
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/ |
mt9t013.h | 90 uint16_t gain; member in struct:mt9t013_exposure_gain
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/ |
mt9t013.h | 90 uint16_t gain; member in struct:mt9t013_exposure_gain
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
mt9t013.h | 90 uint16_t gain; member in struct:mt9t013_exposure_gain
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
mt9t013.h | 90 uint16_t gain; member in struct:mt9t013_exposure_gain
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
mt9t013.h | 90 uint16_t gain; member in struct:mt9t013_exposure_gain
|
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/ |
mt9t013.h | 90 uint16_t gain; member in struct:mt9t013_exposure_gain
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/ |
mt9t013.h | 90 uint16_t gain; member in struct:mt9t013_exposure_gain
|
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/ |
mt9t013.h | 90 uint16_t gain; member in struct:mt9t013_exposure_gain
|
/system/media/audio_effects/include/audio_effects/ |
effect_equalizer.h | 36 EQ_PARAM_BAND_LEVEL, // Gets/Sets the gain set for the given equalizer band.
|
/external/kernel-headers/original/linux/ |
a1026.h | 178 /* Get/Set Transmit Digital Input Gain */ 182 /* Get/Set Receive Digital Input Gain */ 186 /* Get/Set Transmit Digital Output Gain */
|
/external/speex/libspeex/ |
ltp.h | 54 void open_loop_nbest_pitch(spx_word16_t *sw, int start, int end, int len, int *pitch, spx_word16_t *gain, int N, char *stack); 100 /** Forced pitch delay and gain */ 124 /** Unquantize forced pitch delay and gain */
|
modes.h | 94 int forced_pitch_gain; /**< Use the same (forced) pitch gain for all sub-frames */ 95 int have_subframe_gain; /**< Number of bits to use as sub-frame innovation gain */ 111 spx_word16_t comb_gain; /**< Gain of enhancer comb filter */
|
/external/webkit/Source/WebCore/webaudio/ |
AudioBufferSourceNode.h | 77 AudioGain* gain() { return m_gain.get(); } function in class:WebCore::AudioBufferSourceNode 89 // Used for the "gain" and "playbackRate" attributes. 128 // m_lastGain provides continuity when we dynamically adjust the gain.
|
BiquadProcessor.cpp | 56 m_parameter2 = AudioParam::create("gain", 0.0, -20.0, 20.0); 66 m_parameter2 = AudioParam::create("gain", 0.0, 0.0, 1.0); 71 m_parameter2 = AudioParam::create("gain", 0.0, 0.0, 1.0);
|
/frameworks/base/media/libeffects/lvm/lib/Common/src/ |
PK_2I_D32F32C14G11_TRC_WRA_01.c | 28 pBiquadState->coefs[3] is Gain, in Q11 format 69 /* ynLO= ((Gain (Q11) * ynL (Q0))>>11) in Q0*/ 90 /* ynRO= ((Gain (Q11) * ynR (Q0))>>11) in Q0*/
|
PK_2I_D32F32C30G11_TRC_WRA_01.c | 28 pBiquadState->coefs[3] is Gain, in Q11 format 69 /* ynLO= ((Gain (Q11) * ynL (Q0))>>11) in Q0*/ 89 /* ynRO= ((Gain (Q11) * ynR (Q0))>>11) in Q0*/
|
/frameworks/base/media/libstagefright/codecs/amrwbenc/src/ |
p_med_ol.c | 47 Word16 *gain = &(st->ol_gain); /* normalize correlation of hp_wsp for the lag */ local 120 /* gain = R0/ sqrt(R1*R2) */ 147 *gain = vo_round(L_shl(R0, exp_R0));
|
/external/libgsm/src/ |
long_term.c | 23 * This module computes the LTP gain (bc) and the LTP lag (Nc) 144 /* Coding of the LTP gain 148 * quantization of the LTP gain b to get the coded version bc. 279 /* Coding of the LTP gain 283 * quantization of the LTP gain b to get the coded version bc. 459 /* Coding of the LTP gain 463 * quantization of the LTP gain b to get the coded version bc. 624 /* Coding of the LTP gain 628 * quantization of the LTP gain b to get the coded version bc. 701 /* Coding of the LTP gain [all...] |
/frameworks/base/media/libeffects/lvm/lib/Eq/lib/ |
LVEQNB.h | 57 /* Gain is in integer dB, range -15dB to +15dB inclusive */ 62 /* Gain = 7 7dB gain */ 245 LVM_INT16 Gain; /* Band gain in dB */
|
/external/webrtc/src/modules/audio_processing/main/interface/ |
audio_processing.h | 159 // necessary, to provide if gain control is enabled. On the server-side this 363 // The automatic gain control (AGC) component brings the signal to an 364 // appropriate range. This is done by applying a digital gain directly and, in 365 // the analog mode, prescribing an analog gain to be applied at the audio HAL. 389 // It consists of an analog gain prescription for the audio device and a 403 // short time-window of the input signal. It applies a fixed gain through 404 // most of the input level range, and compresses (gradually reduces gain 407 // predictable, so that a known gain can be applied. 424 // Sets the maximum |gain| the digital compression stage may apply, in dB. A 427 virtual int set_compression_gain_db(int gain) = 0 [all...] |