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

/external/kernel-headers/original/uapi/linux/
H A Dmeye.h41 unsigned char agc; member in struct:meye_params
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/
H A Dapmtest.m16 % '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 ' ...
/external/webrtc/src/modules/audio_processing/test/
H A Dapmtest.m16 % '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 ' ...
/external/chromium_org/content/renderer/media/
H A Dmedia_stream_audio_processor.cc560 webrtc::GainControl* agc = ap->gain_control(); local
561 int err = agc->set_stream_analog_level(volume);
584 return (agc->stream_analog_level() == volume) ?
585 0 : agc->stream_analog_level();
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_base_impl.cc459 GainControl* agc = audioproc->gain_control(); local
460 if (agc->set_analog_level_limits(kMinVolumeLevel, kMaxVolumeLevel) != 0) {
461 LOG_FERR2(LS_ERROR, agc->set_analog_level_limits, kMinVolumeLevel,
465 if (agc->set_mode(kDefaultAgcMode) != 0) {
466 LOG_FERR1(LS_ERROR, agc->set_mode, kDefaultAgcMode);
469 if (agc->Enable(kDefaultAgcState) != 0) {
470 LOG_FERR1(LS_ERROR, agc->Enable, kDefaultAgcState);
476 bool agc_enabled = agc->mode() == GainControl::kAdaptiveAnalog &&
477 agc->is_enabled();
H A Dtransmit_mixer.cc1259 GainControl* agc = audioproc_->gain_control(); local
1260 if (agc->set_stream_analog_level(current_mic_level) != 0) {
1279 _captureLevel = agc->stream_analog_level();
1283 _saturationWarning |= agc->stream_is_saturated();
/external/webrtc/
H A DAndroid.mk120 include $(webrtc_path)/src/modules/audio_processing/agc/Android.mk
/external/webrtc/src/modules/audio_processing/
H A DAndroid.mk51 $(LOCAL_PATH)/agc/interface \
/external/chromium_org/third_party/webrtc/modules/
H A Daudio_processing.target.darwin-arm.mk33 third_party/webrtc/modules/audio_processing/agc/analog_agc.c \
34 third_party/webrtc/modules/audio_processing/agc/digital_agc.c \
H A Daudio_processing.target.darwin-arm64.mk33 third_party/webrtc/modules/audio_processing/agc/analog_agc.c \
34 third_party/webrtc/modules/audio_processing/agc/digital_agc.c \
H A Daudio_processing.target.darwin-mips.mk33 third_party/webrtc/modules/audio_processing/agc/analog_agc.c \
34 third_party/webrtc/modules/audio_processing/agc/digital_agc.c \
H A Daudio_processing.target.darwin-mips64.mk33 third_party/webrtc/modules/audio_processing/agc/analog_agc.c \
34 third_party/webrtc/modules/audio_processing/agc/digital_agc.c \
H A Daudio_processing.target.darwin-x86.mk33 third_party/webrtc/modules/audio_processing/agc/analog_agc.c \
34 third_party/webrtc/modules/audio_processing/agc/digital_agc.c \
H A Daudio_processing.target.darwin-x86_64.mk33 third_party/webrtc/modules/audio_processing/agc/analog_agc.c \
34 third_party/webrtc/modules/audio_processing/agc/digital_agc.c \
H A Daudio_processing.target.linux-arm.mk33 third_party/webrtc/modules/audio_processing/agc/analog_agc.c \
34 third_party/webrtc/modules/audio_processing/agc/digital_agc.c \
H A Daudio_processing.target.linux-arm64.mk33 third_party/webrtc/modules/audio_processing/agc/analog_agc.c \
34 third_party/webrtc/modules/audio_processing/agc/digital_agc.c \
H A Daudio_processing.target.linux-mips.mk33 third_party/webrtc/modules/audio_processing/agc/analog_agc.c \
34 third_party/webrtc/modules/audio_processing/agc/digital_agc.c \
H A Daudio_processing.target.linux-mips64.mk33 third_party/webrtc/modules/audio_processing/agc/analog_agc.c \
34 third_party/webrtc/modules/audio_processing/agc/digital_agc.c \
H A Daudio_processing.target.linux-x86.mk33 third_party/webrtc/modules/audio_processing/agc/analog_agc.c \
34 third_party/webrtc/modules/audio_processing/agc/digital_agc.c \
H A Daudio_processing.target.linux-x86_64.mk33 third_party/webrtc/modules/audio_processing/agc/analog_agc.c \
34 third_party/webrtc/modules/audio_processing/agc/digital_agc.c \
/external/chromium_org/third_party/skia/src/device/xps/
H A DSkXPSDevice.cpp1934 SkAutoGlyphCache agc(paint, NULL, &SkMatrix::I());
1935 SkGlyphCache* glyphCache = agc.getCache();
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp2088 SkAutoGlyphCache agc(paint, NULL, &SkMatrix::I());
2089 SkGlyphCache* glyphCache = agc.getCache();
/external/chromium_org/third_party/libjingle/source/talk/media/testdata/
H A Dvoice.rtpdump129 ��pju���wmmkszskjfgp~���zv������������}omvsjdhmxslmw��wnr}�oin����tdjn�������������xwv��������unox������rjkjhgjsw{oxpo��������������}sq�����z���zy���x|���~eafyrd_��׀:��5~���pjcfjggw����{qyxyqvmnks{��xy|������������okq����vicj���mfq�����yv�����y{zwurplbaagcl����w������������|us���rmn{xtmu����}���|���{p~��~mjnqmmmq~yt{�����������zkgj���:��5J��pjsojer���vrr�����������rppkotzwtny}~��uty���putpx|xtmksx{�}nko{�|pmo}ylim�������������������yhdjtnoo���{~��������ys{yvz���������~���ukjoi_]ehd^blsoort���{ls�������:��5��pj���~tkltotz|zujecgmnljszyv����p|���������t{����{����������������}ieeoywuupmosxu}��}�~n`_gpnhekovx�����������xo|����xlhly���xs}��������tqw��~v���~����������mmkh���:��5����pjijjgq��qlirpknx��nfjz�rfo��������������oq���������{���sp����y|������������qikuukhm���znq}���xsnmlfcflrurvywoihfkiqz��so~��tfgz������������������������st���~z�����&�:��5�*��pj������s}���slo�����rq����~��������mbdfd_Z\agc^ao���~��������volhknnlfdedj|�{���zlhhz������xoo���������������������y�����������������mkkh^XWVX\afilt�~������������:�:��5�ʎ�pj�rvyzplkjq���yx����|�����{��wkksttkijmpqoz��zru~��������{rkhcddkjjq~|vko������������������}y��������~}�������������yof__emnjebiq}zx����}�}j_`iojc_ep{ts}��������O�:��5�j��pj��������zqhabgoz{���������������xnonilkowvmmrz����|z����vzwonjpt�qef|����|rz����shbdikhehhilz�xv��������������f]`otkhmsvxv{�����������������ty�yliiu���shk���oa��c�:��5�
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 1901 milliseconds