HomeSort by relevance Sort by last modified time
    Searched refs:agc (Results 1 - 20 of 20) sorted by null

  /frameworks/base/media/java/android/media/audiofx/
AutomaticGainControl.java 22 * Automatic Gain Control (AGC).
23 * <p>Automatic Gain Control (AGC) is an audio pre-processing which automatically normalizes the
26 * AGC can be used by applications where the input signal dynamic range is not important but where
28 * <p>An application creates a AutomaticGainControl object to instantiate and control an AGC
34 * <p>On some devices, an AGC can be inserted by default in the capture path by the platform
36 * call AutomaticGainControl.getEnable() after creating the AGC to check the default AGC activation
59 * @return AutomaticGainControl created or null if the device does not implement AGC.
62 AutomaticGainControl agc = null; local
64 agc = new AutomaticGainControl(audioSession)
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AudioPreProcessingTest.java 154 //Test case 3.1: test AGC creation and release
161 AutomaticGainControl agc = AutomaticGainControl.create(ar.getAudioSessionId()); local
162 assertTrue("AGC not available but created or available and not created",
163 isAvailable == (agc != null));
164 if (agc != null) {
165 agc.release();
174 //Test case 3.2: test AGC setEnabled() and getEnabled()
183 AutomaticGainControl agc = AutomaticGainControl.create(ar.getAudioSessionId()); local
184 assertNotNull("could not create AutomaticGainControl", agc);
186 agc.setEnabled(true)
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
agc.h 34 Filename: /audio/gsm_amr/c/src/include/agc.h
42 Updated function prototype for agc() and agc2() to match new
46 functions agc() and agc2()
58 File : agc.h
117 ; Purpose : Reset of agc (i.e. set state memory to 1.0)
126 ; Function : agc
135 void agc(
136 agcState *st, /* i/o : agc state */
139 Word16 agc_fac, /* i : AGC factor */
pstfilt.cpp 403 agc (st->agc_state, &syn_work[i_subfr], &syn[i_subfr],
567 agc(&(st->agc_state), &syn_work[i_subfr], &syn[i_subfr],
agc.cpp 34 Pathname: ./audio/gsm-amr/c/src/agc.c
40 agc
57 #include "agc.h"
120 agc.c, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
311 agc.c, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
526 Reset of agc (i.e. set state memory to 1.0).
536 agc.c, UMTS GSM AMR speech codec, R99 - Version 3.2.0, March 2, 2001
594 FUNCTION NAME: agc
599 st = pointer to agc state
602 agc_fac = AGC facto
737 void agc( function
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
meye.h 41 unsigned char agc; member in struct:meye_params
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
meye.h 41 unsigned char agc; member in struct:meye_params
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
meye.h 41 unsigned char agc; member in struct:meye_params
  /device/samsung/manta/
audio_effects.conf 82 agc {
137 agc {}
  /frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp 261 // Automatic Gain Control (AGC)
271 webrtc::GainControl *agc = static_cast<webrtc::GainControl *>(effect->engine); local
272 agc->set_mode(webrtc::GainControl::kFixedDigital);
273 agc->set_target_level_dbfs(kAgcDefaultTargetLevel);
274 agc->set_compression_gain_db(kAgcDefaultCompGain);
275 agc->enable_limiter(kAgcDefaultLimiter);
281 webrtc::GainControl *agc = effect->session->apm->gain_control(); local
282 ALOGV("AgcCreate got agc %p", agc);
283 if (agc == NULL)
300 webrtc::GainControl *agc = static_cast<webrtc::GainControl *>(effect->engine); local
361 webrtc::GainControl *agc = static_cast<webrtc::GainControl *>(effect->engine); local
400 webrtc::GainControl *agc = static_cast<webrtc::GainControl *>(effect->engine); local
408 webrtc::GainControl *agc = static_cast<webrtc::GainControl *>(effect->engine); local
    [all...]
  /external/webrtc/src/modules/audio_processing/test/
apmtest.m 16 % 'agc' The AGC test set.
60 tests = {'apm','apmm','aec','aecm','agc','ns','vad'};
101 opt = ['-ec 1 -agc 2 -nc 2 -vad 3'];
104 ' -aec --drift_compensation -agc --fixed_digital' ...
113 opt = ['-fs 32000 -ec 1 -agc 2 -nc 2'];
116 ' -aec --drift_compensation -agc --adaptive_digital' ...
122 opt = ['-aec --drift_compensation -agc --fixed_digital -hpf -ns ' ...
  /device/samsung/tuna/
audio_effects.conf 82 agc {
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/
Android.mk 6 src/agc.cpp \
  /external/webrtc/
Android.mk 19 include $(MY_WEBRTC_ROOT_PATH)/src/modules/audio_processing/agc/Android.mk
  /external/webrtc/src/modules/audio_processing/
Android.mk 44 $(LOCAL_PATH)/agc/interface \
  /external/skia/src/device/xps/
SkXPSDevice.cpp 2064 SkAutoGlyphCache agc = SkAutoGlyphCache(paint, NULL, &SkMatrix::I()); local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
voice.rtpdump     [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 2032 bool agc; \/* loop from init gain and going down *\/ member in struct:wl_samplecollect_args
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]

Completed in 396 milliseconds