Searched refs:DUCKING (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/media/audio/
H A Daudio_parameters.h52 DUCKING = 0x2, // Enables ducking if the OS supports it. enumerator in enum:media::AudioParameters::PlatformEffectsMask
/external/chromium_org/content/browser/media/
H A Dmedia_internals_unittest.cc37 media::AudioParameters::DUCKING),
99 ExpectString("effects", "ECHO_CANCELLER | DUCKING");
H A Dmedia_internals.cc36 { media::AudioParameters::DUCKING, "DUCKING" },
/external/chromium_org/media/audio/win/
H A Daudio_low_latency_input_win.cc337 AudioParameters::DUCKING : AudioParameters::NO_EFFECTS;
518 if (effects_ & AudioParameters::DUCKING) {
537 effects_ &= ~AudioParameters::DUCKING;
671 (effects_ & AudioParameters::DUCKING) ? &kCommunicationsSessionId : NULL);
H A Daudio_manager_win.cc378 params.effects() & AudioParameters::DUCKING ? eCommunications : eConsole);
H A Dcore_audio_util_win.cc699 // Raise the 'DUCKING' flag for default communication devices.
703 params->effects() | AudioParameters::DUCKING);
/external/chromium_org/content/renderer/media/webrtc/
H A Dpeer_connection_dependency_factory.cc65 media::AudioParameters::DUCKING },
103 media::AudioParameters::DUCKING && value && !is_mandatory) {
104 // Special handling of the DUCKING flag that sets the optional
109 DCHECK((*effects & media::AudioParameters::DUCKING) == 0);
/external/chromium_org/content/renderer/media/
H A Dwebrtc_local_audio_renderer.cc270 DVLOG(1) << "Forcing DUCKING to be ON for output";
271 implicit_ducking_effect = media::AudioParameters::DUCKING;
273 DVLOG(1) << "DUCKING not forced ON for output";
296 // If DUCKING is enabled on the source, it needs to be enabled on the
H A Dmedia_stream_dispatcher.cc413 if (device_it->device.input.effects & media::AudioParameters::DUCKING)
H A Dwebrtc_audio_renderer.cc128 // Returns either AudioParameters::NO_EFFECTS or AudioParameters::DUCKING
137 return media::AudioParameters::DUCKING;
H A Dmedia_stream_dispatcher_unittest.cc433 audio_device_info.device.input.effects = media::AudioParameters::DUCKING;
455 // Now do the same sort of test with the DUCKING flag off.
/external/chromium_org/content/browser/renderer_host/media/
H A Dmedia_stream_manager.cc134 *effects &= ~media::AudioParameters::DUCKING;

Completed in 2729 milliseconds