HomeSort by relevance Sort by last modified time
    Searched full:suppressor (Results 1 - 24 of 24) sorted by null

  /frameworks/base/packages/SystemUI/res/layout/
volume_panel_item.xml 38 android:id="@+id/suppressor"
  /frameworks/base/media/java/android/media/audiofx/
NoiseSuppressor.java 22 * Noise Suppressor (NS).
AudioEffect.java 116 * UUID for Noise Suppressor (NS)
    [all...]
  /docs/source.android.com/src/devices/
audio_implement.jd 261 <li>Noise Suppressor
263 <li>Tuned for wind noise suppressor for <code>CAMCORDER</code></li>
264 <li>Tuned for stationary noise suppressor for <code>VOICE_COMMUNICATION</code></li>
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumePanel.java 637 (TextView) sc.group.findViewById(com.android.systemui.R.id.suppressor);
703 final ComponentName suppressor = isNotificationOrRing(sc.streamType) local
705 if (suppressor == null) {
712 getSuppressorCaption(suppressor)));
717 private String getSuppressorCaption(ComponentName suppressor) {
720 final ServiceInfo info = pm.getServiceInfo(suppressor, 0);
731 Log.w(TAG, "Error loading suppressor caption", e);
733 return suppressor.getPackageName();
    [all...]
  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
EffectsTest.java 174 return "Noise Suppressor";
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.cc     [all...]
  /external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_window_manager_chromeos.cc 587 base::AutoReset<bool> suppressor(&suppress_visibility_changes_, true);
687 base::AutoReset<bool> suppressor(&suppress_visibility_changes_, true);
  /cts/tests/tests/media/src/android/media/cts/
AudioPreProcessingTest.java 42 // 1 - Noise Suppressor
  /external/webrtc/src/modules/audio_processing/interface/
audio_processing.h 288 // Sets the aggressiveness of the suppressor. A higher level trades off
  /hardware/qcom/audio/voice_processing/
voice_processing.c 38 NS_ID, // Noise Suppressor
  /frameworks/native/include/media/openmax/
OMX_Audio.h     [all...]
  /hardware/qcom/media/mm-core/inc/
OMX_Audio.h     [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Audio.h     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Audio.h     [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Audio.h     [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Audio.h     [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Audio.h     [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/include/
audio_processing.h 410 // Sets the aggressiveness of the suppressor. A higher level trades off
  /frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp 853 // Create local echo suppressor if platform AEC cannot be used.
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java 970 final ComponentName suppressor = !mListenersDisablingEffects.isEmpty() local
    [all...]
  /hardware/libhardware/include/hardware/
audio_effect.h     [all...]
  /frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp 46 PREPROC_NS, // Noise Suppressor
    [all...]
  /frameworks/base/docs/html/about/versions/
android-4.1.jd 392 <li>Noise Suppressor (NS) with {@link android.media.audiofx.NoiseSuppressor}
    [all...]

Completed in 1273 milliseconds