HomeSort by relevance Sort by last modified time
    Searched full:gain (Results 226 - 250 of 1249) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/sonivox/arm-fm-22k/lib_src/
eas_fmsynth.h 55 EAS_I16 baseGain; /* patch gain (inc. vel & key scale) */
56 EAS_U16 outputGain; /* current output gain */
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM_synth_constants_gnu.inc 129 .equ m_gainLeft, 16 @ /* current gain, left ch */
130 .equ m_gainRight, 18 @ /* current gain, right ch */
eas_fmsynth.h 55 EAS_I16 baseGain; /* patch gain (inc. vel & key scale) */
56 EAS_U16 outputGain; /* current output gain */
  /external/sonivox/arm-wt-22k/lib_src/
ARM_synth_constants_gnu.inc 129 .equ m_gainLeft, 16 @ /* current gain, left ch */
130 .equ m_gainRight, 18 @ /* current gain, right ch */
  /external/speex/include/speex/
speex_stereo.h 53 float smooth_left; /**< Smoothed left channel gain */
54 float smooth_right; /**< Smoothed right channel gain */
  /external/speex/libspeex/
filters.h 85 int max_pitch, /*pitch gain (3-tap)*/
86 spx_word16_t comb_gain, /*gain of comb filter*/
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
calc_en.h 107 * excitation signals and the LTP coding gain
121 Word16 gain_pit, /* i : pitch gain, Q14 */
126 Word16 *ltpg, /* o : LTP coding gain (log2()), Q13 */
137 * codebook gain gcu (for MR475 only).
163 Word16 *cod_gain_frac,/* o: optimum codebook gain (fraction part), Q15 */
164 Word16 *cod_gain_exp, /* o: optimum codebook gain (exponent part), Q0 */
178 Word16 *en_exp, /* o: optimum codebook gain (exponent part), Q0 */
179 Word16 *en_frac, /* o: optimum codebook gain (fraction part), Q15 */
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
hp6k.c 33 /* filter coefficients (gain=4.0) */
65 x[i + L_FIR - 1] = signal[i] >> 2; /* gain of filter = 4 */
  /frameworks/base/media/java/android/media/videoeditor/
WaveformData.java 25 * Class which describes the waveform data of an audio track. The gain values
26 * represent the average gain for an audio frame. For audio codecs which do not
  /frameworks/base/services/common_time/
clock_recovery.h 54 // Tuned using the "Good Gain" method.
61 // Controller gain, positive and unitless. Larger values converge faster,
  /frameworks/wilhelm/src/
handler_bodies.c 37 SL_LOGD("[ FIXME: gain update on an SL_OBJECTID_OUTPUTMIX to be implemented ]");
45 SL_LOGD("[ FIXME: gain update on an SL_OBJECTID_MIDIPLAYER to be implemented ]");
  /cts/suite/audio_quality/lib/include/audio/
AudioLocal.h 36 virtual bool prepare(AudioHardware::SamplingRate samplingRate, int gain,
  /cts/suite/audio_quality/test_description/test/
dut_speaker_play.xml 31 <output device="DUT" id="sound1" gain="100" sync="start" waitforcompletion="1" />
  /development/ndk/platforms/android-3/include/linux/
mt9t013.h 90 uint16_t gain; member in struct:mt9t013_exposure_gain
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
BiquadFilterNode.idl 43 readonly attribute AudioParam gain; // in Decibels
  /external/chromium_org/tools/cr/
cr-bash-helpers.sh 7 # Source this file into your shell to gain the cr function and tab completion
  /external/kernel-headers/original/linux/
securebits.h 26 set*uid to gain/lose privilege, transitions to/from uid 0 cause
  /external/kernel-headers/original/media/
ov5650.h 66 __u16 gain; member in struct:ov5650_mode
  /external/webrtc/src/modules/audio_processing/agc/
digital_agc.h 43 WebRtc_Word32 gain; member in struct:__anon28679
  /external/webrtc/src/modules/audio_processing/
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/av/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/60xx/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]);
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_audio_acdb.h 54 uint16_t gain; member in struct:sidetone_cal
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
securebits.h 26 set*uid to gain/lose privilege, transitions to/from uid 0 cause

Completed in 391 milliseconds

1 2 3 4 5 6 7 8 91011>>