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

<<11121314151617181920>>

  /external/chromium_org/chromeos/audio/
cras_audio_handler.cc 205 // NOTE: We do not sanitize input gain values since the range is completely
416 // TODO(rkc,jennyz): Set input gain once we decide on how to store
417 // the gain values since the range and step are both device specific.
480 void CrasAudioHandler::SetInputNodeGain(uint64 node_id, int gain) {
482 SetInputNodeGain(node_id, gain);
  /external/chromium_org/third_party/opus/src/silk/
SigProc_FIX.h 128 /* Compute inverse of LPC prediction gain, and */
130 opus_int32 silk_LPC_inverse_pred_gain( /* O Returns inverse prediction gain in energy domain, Q30 */
136 opus_int32 silk_LPC_inverse_pred_gain_Q24( /* O Returns inverse prediction gain in energy domain, Q30 */
309 const opus_int32 minInvGain_Q30, /* I Inverse of max prediction gain */
319 opus_int32 gain_Q16, /* I Gain in Q16 */
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_midi.c 451 EAS_I32 gain = ((EAS_I32) c << 8) | ((EAS_I32) pMIDIStream->d1 << 1); local
452 gain = (gain * gain) >> 15;
453 VMSetVolume(pSynth, (EAS_U16) gain);
eas_synth.h 278 EAS_I16 gain; /* current gain */ member in struct:s_synth_voice_tag
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_midi.c 451 EAS_I32 gain = ((EAS_I32) c << 8) | ((EAS_I32) pMIDIStream->d1 << 1); local
452 gain = (gain * gain) >> 15;
453 VMSetVolume(pSynth, (EAS_U16) gain);
  /external/sonivox/arm-wt-22k/lib_src/
eas_midi.c 451 EAS_I32 gain = ((EAS_I32) c << 8) | ((EAS_I32) pMIDIStream->d1 << 1); local
452 gain = (gain * gain) >> 15;
453 VMSetVolume(pSynth, (EAS_U16) gain);
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
dec_gain.cpp 119 gain_pit = pointer to pitch gain of type Word16
120 gain_cod = pointer to code gain of type Word16
187 Word16 * gain_pit, /* o : Pitch gain. */
188 Word16 * gain_cod, /* o : Code gain. */
267 * predict codebook gain *
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
gain_q.h 162 Word16 gp_limit, /* i : pitch gain limit */
163 Word16 *sf0_gain_pit, /* o : Pitch gain sf 0. MR475 */
164 Word16 *sf0_gain_cod, /* o : Code gain sf 0. MR475 */
165 Word16 *gain_pit, /* i/o : Pitch gain. */
166 Word16 *gain_cod, /* o : Code gain. */
ton_stab.h 96 /* gain history Q11 */
135 Word16 g_pitch, /* i : pitch gain */
140 Word16 g_pitch, /* i : pitch gain */
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
band_pass_6k_7k.cpp 109 /* filter coefficients (gain=4.0) */
170 x[(i<<2) + L_FIR ] = *(pt_sign) >> 2; /* gain of filter = 4 */
171 x[(i<<2) + L_FIR + 1] = *(pt_sign + 1) >> 2; /* gain of filter = 4 */
172 x[(i<<2) + L_FIR + 2] = *(pt_sign + 2) >> 2; /* gain of filter = 4 */
173 x[(i<<2) + L_FIR + 3] = *(pt_sign + 3) >> 2; /* gain of filter = 4 */
  /hardware/libhardware/tests/camera2/
CameraMultiStreamTests.cpp 346 // Submit a series of requests with the specified exposure/gain values.
449 * (or analog gain implemented sensitivities) then check if the capture
460 * 2. Manual control(gain/exposure) of mutiple burst capture.
611 // Only test the sensitivity implemented by analog gain.
618 // purely by analog gain if possible.
  /docs/source.android.com/src/devices/
audio.jd 259 <li><a href="http://developer.android.com/reference/android/media/audiofx/AutomaticGainControl.html">Automatic Gain Control</a></li>
310 <p>For <code>AudioSource</code> tuning, there are no explicit requirements on audio gain or audio processing
333 <li>Automatic Gain Control
  /external/chromium_org/media/filters/
opus_audio_decoder.cc 125 // - Gain in dB (16 bits, S7.8)
160 // Offset to the gain value in the Opus extra data.
515 DLOG(ERROR) << "Failed to set OPUS header gain; status="
  /external/chromium_org/third_party/opus/src/silk/fixed/
encode_frame_FIX.c 267 /* Adjust gain according to high-rate rate/distortion curve */
276 /* Adjust gain by interpolating */
278 /* New gain multplier must be between 25% and 75% of old range (note that gainMult_upper < gainMult_lower) */
find_LTP_FIX.c 46 opus_int *LTPredCodGain_Q7, /* O LTP coding gain */
145 /* Compute LTP coding gain */
  /external/chromium_org/third_party/opus/src/silk/float/
encode_frame_FLP.c 254 /* Adjust gain according to high-rate rate/distortion curve */
263 /* Adjust gain by interpolating */
265 /* New gain multplier must be between 25% and 75% of old range (note that gainMult_upper < gainMult_lower) */
  /external/kernel-headers/original/sound/
compress_params.h 311 * @gain: Add replay gain tags
328 __u32 gain; member in struct:snd_enc_flac
  /external/speex/libspeex/
nb_celp.c 337 /* Whole frame analysis (open-loop estimation of pitch and excitation gain) */
402 /* Compute open-loop excitation gain */
608 /*Quantize and transmit open-loop excitation gain*/
675 /* Compute analysis filter gain at w=pi (for use in SB-CELP) */
818 /* Calculate gain correction for the sub-frame (if any) */
1481 spx_word16_t gain; local
    [all...]
  /frameworks/base/docs/html/google/play-services/
auth.jd 20 portion of the Google Play services SDK to gain authorization to services that are not yet supported
31 to gain authorization to the services that you want to use. To obtain an access token,
76 methods if you are trying to gain authorization in a background service or sync adapter so that a
  /hardware/qcom/audio/legacy/alsa_sound/
AudioHardwareALSA.h 236 status_t setMasterGain(float gain);
239 status_t setGain(uint32_t device, float gain);
377 virtual status_t setGain(float gain);
  /external/webrtc/src/modules/audio_processing/test/
process_test.cc 104 printf("\n -agc Gain control\n");
109 printf(" --compression_gain GAIN\n");
296 int gain; local
297 ASSERT_EQ(1, sscanf(argv[i], "%d", &gain));
301 apm->gain_control()->set_compression_gain_db(gain));
816 // TODO(ajm): fake an analog gain while simulating.
    [all...]
  /external/aac/libFDK/include/
qmf.h 170 FIXP_DBL outGain; /*!< Gain output data (syn only) (init with 0x80000000 to ignore) */
243 FIXP_DBL outputGain /*!< New gain for output data */
  /external/aac/libSBRdec/src/
lpp_tran.h 121 /* Maximum gain will be sqrt(0.5 * 2^MAX_GAIN_EXP)
124 /* Maximum gain will be sqrt(0.5 * 2^MAX_GAIN_CONCEAL_EXP) in concealment case (0dB) */
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
AbstractTextPropertyEditor.java 54 // that we can open the dialog up immediately on focus gain to show all available
73 // On focus gain, start completing
  /external/qemu/distrib/sdl-1.2.15/test/
testwm.c 245 event->active.gain ? "gained" : "lost");
257 event->active.gain ?

Completed in 383 milliseconds

<<11121314151617181920>>