Searched refs:agc (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/media/java/android/media/audiofx/
H A DAutomaticGainControl.java62 AutomaticGainControl agc = null;
64 agc = new AutomaticGainControl(audioSession);
66 Log.w(TAG, "not implemented on this device "+agc);
72 return agc;
/frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
H A Dagc.h34 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 */
H A Dpstfilt.cpp403 agc (st->agc_state, &syn_work[i_subfr], &syn[i_subfr],
567 agc(&(st->agc_state), &syn_work[i_subfr], &syn[i_subfr],
H A Dagc.cpp34 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
609 pOverflow -> 1 if the agc computatio
737 void agc( function
[all...]
/frameworks/av/media/libeffects/preprocessing/
H A DPreProcessing.cpp271 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) {
287 effect->engine = static_cast<preproc_fx_handle_t>(agc);
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...]
/frameworks/av/media/libstagefright/codecs/amrnb/dec/
H A DAndroid.mk6 src/agc.cpp \

Completed in 386 milliseconds