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

  /external/webrtc/webrtc/modules/utility/include/
audio_frame_operations.h 49 static void Mute(AudioFrame& frame);
  /external/webrtc/webrtc/voice_engine/test/auto_test/
voe_output_test.cc 44 void Mute();
130 void OutputTest::Mute() {
192 test.Mute();
  /external/webrtc/webrtc/modules/utility/source/
audio_frame_operations.cc 72 void AudioFrameOperations::Mute(AudioFrame& frame) {
audio_frame_operations_unittest.cc 145 AudioFrameOperations::Mute(frame_);
  /external/webrtc/webrtc/voice_engine/
transmit_mixer.h 91 bool Mute() const;
voe_volume_control_impl.cc 208 // Mute before demultiplexing <=> affects all channels
211 // Mute after demultiplexing <=> affects one channel only
228 enabled = _shared->transmit_mixer()->Mute();
237 enabled = channelPtr->Mute();
transmit_mixer.cc 365 // --- Mute during DTMF tone if direct feedback is enabled
368 AudioFrameOperations::Mute(_audioFrame);
376 // --- Mute signal
379 AudioFrameOperations::Mute(_audioFrame);
    [all...]
channel.h 276 bool Mute() const;
channel.cc     [all...]
  /external/webrtc/webrtc/modules/audio_device/test/
func_test_manager.cc 284 TEST_LOG("[MUTE ON]");
288 TEST_LOG("[MUTE OFF]");
537 TEST_LOG("[MUTE ON]");
541 TEST_LOG("[MUTE OFF]");
1053 PRINT_STR(Speaker Mute, available);
1071 PRINT_STR(Speaker Mute, available);
    [all...]
  /external/webrtc/webrtc/modules/include/
module_common_types.h 517 void Mute();
617 inline void AudioFrame::Mute() {
  /external/webrtc/webrtc/modules/audio_conference_mixer/source/
audio_conference_mixer_impl.cc 304 mixedAudio->Mute();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksmedia.h     [all...]

Completed in 452 milliseconds