/external/webkit/Source/WebCore/platform/audio/ |
Distance.cpp | 51 double DistanceEffect::gain(double distance) function in class:WebCore::DistanceEffect
|
/external/webkit/Source/WebCore/webaudio/ |
AudioPannerNode.idl | 55 // Dynamically calculated gain values
|
AudioBufferSourceNode.cpp | 65 m_gain = AudioGain::create("gain", 1.0, 0.0, 1.0); 126 // Apply the gain (in-place) to the output bus. 127 double totalGain = gain()->value() * m_buffer->gain(); 342 m_lastGain = gain()->value();
|
/external/webrtc/src/modules/audio_processing/ns/main/source/ |
defines.h | 52 #define B_LIM (float)0.5 // threshold in final energy gain factor calculation
|
/frameworks/base/core/tests/coretests/src/android/widget/touchmode/ |
TouchModeFocusableTest.java | 31 * Some views, like edit texts, can keep and gain focus even when in touch mode.
|
/frameworks/base/media/libeffects/lvm/lib/Bundle/src/ |
LVM_Control.c | 143 ((pParams->pEQNB_BandDefinition[i].Gain < LVM_EQNB_MIN_BAND_GAIN) || 144 (pParams->pEQNB_BandDefinition[i].Gain > LVM_EQNB_MAX_BAND_GAIN)) || 260 /* Enable the treble boost when the settings are appropriate, i.e. non-zero gain */ 347 * Limit the gain to the maximum allowed 360 pInstance->PSA_GainOffset=(LVM_INT16)(-Volume);/* Loss is compensated by Gain*/ 362 pInstance->PSA_GainOffset=(LVM_INT16)60;/* Loss is compensated by Gain*/ 393 * Calculate the required gain and shifts 460 if(pParams->pEQNB_BandDefinition[ii].Gain > MaxGain) 462 MaxGain = pParams->pEQNB_BandDefinition[ii].Gain; [all...] |
/frameworks/base/media/libeffects/lvm/lib/Common/src/ |
LVC_Mixer.h | 121 /* Gain values should not be more that 1.0 */
|
/frameworks/base/media/libstagefright/codecs/amrnb/common/include/ |
gmed_n.h | 70 Word16 ind[], /* i : Past gain values */
|
gc_pred.h | 47 Purpose : codebook gain MA prediction 109 /* reset of codebook gain MA predictor state (i.e. set state memory to zero) 113 /* de-initialize codebook gain MA predictor state (i.e. free state struct) 133 Word16 *exp_gcode0, /* o : exponent of predicted gain factor, Q0 */ 134 Word16 *frac_gcode0,/* o : fraction of predicted gain factor Q15 */
|
qua_gain.h | 110 Word16 exp_gcode0, /* i : predicted CB gain (exponent), Q0 */ 111 Word16 frac_gcode0, /* i : predicted CB gain (fraction), Q15 */ 116 Word16 gp_limit, /* i : pitch gain limit */ 117 Word16 *gain_pit, /* o : Pitch gain, Q14 */ 118 Word16 *gain_cod, /* o : Code gain, Q1 */
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/ |
omxtypes_s.h | 18 OMX_StsACAAC_GainCtrErr EQU -159 ;// AAC: Unsupported gain control data detected
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/ |
omxtypes_s.h | 18 OMX_StsACAAC_GainCtrErr EQU -159 ;// AAC: Unsupported gain control data detected
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_wtsynth.c | 56 static EAS_I32 WT_UpdateGain (S_SYNTH_VOICE *pVoice, S_WT_VOICE *pWTVoice, const S_ARTICULATION *pArt, S_SYNTH_CHANNEL *pChannel, EAS_I32 gain); 130 /* left and right gain values are needed only if stereo output */ 360 pVoice->gain = 0; 418 wtConfig.gain = pVoice->gain; 519 intFrame.prevGain = pVoice->gain; 536 /* update the gain */ 537 intFrame.frame.gainTarget = WT_UpdateGain(pVoice, pWTVoice, pArt, pChannel, pWTRegion->gain); 580 /* if the update interval has elapsed, then force the current gain to the next 581 * gain since we never actually reach the next gain when ramping -- we just ge [all...] |
/external/sonivox/arm-wt-22k/lib_src/ |
eas_wtsynth.c | 56 static EAS_I32 WT_UpdateGain (S_SYNTH_VOICE *pVoice, S_WT_VOICE *pWTVoice, const S_ARTICULATION *pArt, S_SYNTH_CHANNEL *pChannel, EAS_I32 gain); 130 /* left and right gain values are needed only if stereo output */ 360 pVoice->gain = 0; 418 wtConfig.gain = pVoice->gain; 523 intFrame.prevGain = pVoice->gain; 540 /* update the gain */ 541 intFrame.frame.gainTarget = WT_UpdateGain(pVoice, pWTVoice, pArt, pChannel, pWTRegion->gain); 586 /* if the update interval has elapsed, then force the current gain to the next 587 * gain since we never actually reach the next gain when ramping -- we just ge [all...] |
/external/svox/pico/compat/src/com/android/tts/compat/ |
SynthProxy.java | 38 // Such a huge filter gain is justified by how much energy in the low frequencies is "wasted" at 41 private final static float PICO_FILTER_GAIN = 5.0f; // linear gain
|
/frameworks/base/media/libeffects/lvm/lib/Common/lib/ |
BIQUAD.h | 106 LVM_INT16 G; /* Gain */ 114 LVM_INT16 G; /* Gain */
|
/frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
LVPSA_Private.h | 55 #define LVPSA_MINPOSTGAIN -15 /* Minimum possible post gain */ 56 #define LVPSA_MAXPOSTGAIN 15 /* Maximum possible post gain */
|
LVPSA_QPD_Process.c | 49 /* Apply downsampling, post gain, quasi peak filtering and write the levels values */ 100 /* Apply post gain */
|
/frameworks/base/media/libeffects/lvm/lib/StereoWidening/src/ |
LVCS_StereoEnhancer.c | 164 /* not required and the Trebble boost filter is replaced by a simple gain block. */ 218 (LVM_INT16)pConfig->MidGain, /* Gain */
|
/frameworks/base/media/libstagefright/codecs/amrwb/src/ |
pvamrwbdecoder_acelp.h | 72 int16 gain_hist[], /* (i) : Gain history */ 243 * gain prototypes * 255 int16 * gain_pit, /* (o) Q14 :Pitch gain. */ 256 int32 * gain_cod, /* (o) Q16 :Code gain. */ 300 int16 gain_pit, /* (i) Q14 : gain of pitch */ 302 int16 gain_code, /* (i) Q0 : gain of code */ 316 int16 gain_code, /* (i) Q0 : gain of code */ 317 int16 gain_pit, /* (i) Q14 : gain of pitch */
|
/frameworks/base/media/libstagefright/codecs/amrwbenc/inc/ |
cod_main.h | 54 Word16 gp_clip[2]; /* gain of pitch clipping memory */ 55 Word16 qua_gain[4]; /* gain quantizer memory */
|
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/ |
cl_ltp.cpp | 460 gain_pit = pointer to pitch gain (Word16) 463 gp_limit = pointer to the pitch gain limit (Word16) 508 Word16 *gain_pit, // o : Pitch gain Q14 511 Word16 *gp_limit // o : pitch gain limit 531 * - find unity gain pitch excitation (adapitve codebook entry) * 534 * - compute pitch gain and limit between 0 and 1.2 * 547 // check if the pitch gain should be limit due to resonance in LPC filter 556 // special for the MR475, MR515 mode; limit the gain to 0.85 to 634 Word16 *gain_pit, /* o : Pitch gain Q14 */ 637 Word16 *gp_limit, /* o : pitch gain limit * [all...] |
q_gain_c.h | 111 * Scalar quantization of the innovative codebook gain. * 117 Word16 exp_gcode0, /* i : predicted CB gain (exponent), Q0 */ 118 Word16 frac_gcode0, /* i : predicted CB gain (fraction), Q15 */ 119 Word16 *gain, /* i/o: quantized fixed codebook gain, Q1 */
|
q_gain_p.h | 109 Word16 gp_limit, /* i : pitch gain limit */ 110 Word16 *gain, /* i/o: Pitch gain (unquant/quant), Q14 */ 111 Word16 gain_cand[], /* o : pitch gain candidates (3), MR795 only, Q14 */ 112 Word16 gain_cind[], /* o : pitch gain cand. indices (3),MR795 only, Q0 */
|
/external/webrtc/src/common_audio/signal_processing_library/main/interface/ |
signal_processing_library.h | 285 WebRtc_Word16 gain, 290 WebRtc_Word16 gain, 327 WebRtc_Word16 gain, 333 WebRtc_Word16 gain, [all...] |