Home
last modified time | relevance | path

Searched refs:Mute (Results 1 – 25 of 30) sorted by relevance

12

/external/webrtc/audio/utility/
Daudio_frame_operations_unittest.cc335 AudioFrameOperations::Mute(&frame_, false, false); in TEST_F()
346 AudioFrameOperations::Mute(&frame_, true, true); in TEST_F()
359 AudioFrameOperations::Mute(&frame_, false, true); in TEST_F()
369 AudioFrameOperations::Mute(&frame_, false, true); in TEST_F()
379 AudioFrameOperations::Mute(&frame_, false, true); in TEST_F()
394 AudioFrameOperations::Mute(&frame_, false, true); in TEST_F()
411 AudioFrameOperations::Mute(&frame_, true, false); in TEST_F()
421 AudioFrameOperations::Mute(&frame_, true, false); in TEST_F()
431 AudioFrameOperations::Mute(&frame_, true, false); in TEST_F()
446 AudioFrameOperations::Mute(&frame_, true, false); in TEST_F()
[all …]
Daudio_frame_operations.h88 static void Mute(AudioFrame* frame,
93 static void Mute(AudioFrame* frame);
Daudio_frame_operations.cc194 void AudioFrameOperations::Mute(AudioFrame* frame, in Mute() function in webrtc::AudioFrameOperations
204 frame->Mute(); in Mute()
249 void AudioFrameOperations::Mute(AudioFrame* frame) { in Mute() function in webrtc::AudioFrameOperations
250 Mute(frame, true, true); in Mute()
/external/webrtc/audio/
Dremix_resample_unittest.cc50 frame->Mute(); in SetMonoFrame()
71 frame->Mute(); in SetStereoFrame()
95 frame->Mute(); in SetQuadFrame()
Dchannel_send.cc820 AudioFrameOperations::Mute(audio_frame.get(), previous_frame_muted_, in ProcessAndEncodeAudio()
Dchannel_receive.cc354 AudioFrameOperations::Mute(audio_frame); in GetAudioFrameWithInfo()
/external/webrtc/modules/audio_coding/acm2/
Dacm_remixing_unittest.cc57 in.Mute(); in TEST()
75 in.Mute(); in TEST()
Dacm_receiver_unittest.cc93 frame.Mute(); in InsertOnePacketOfSilence()
Daudio_coding_module_unittest.cc189 input_frame_.Mute(); in SetUp()
/external/webrtc/api/audio/
Daudio_frame.h101 void Mute();
Daudio_frame.cc150 void AudioFrame::Mute() { in Mute() function in webrtc::AudioFrame
/external/webrtc/audio/voip/
Daudio_egress.cc78 AudioFrameOperations::Mute(audio_frame.get(), in SendAudioData()
Daudio_ingress.cc69 AudioFrameOperations::Mute(audio_frame); in GetAudioFrameWithInfo()
/external/webrtc/audio/voip/test/
Daudio_channel_unittest.cc111 empty_frame.Mute(); in TEST_F()
/external/webrtc/modules/audio_mixer/
Daudio_mixer_test.cc69 frame->Mute(); in GetAudioFrameWithInfo()
Dframe_combiner.cc67 audio_frame_for_mixing->Mute(); in MixFewFramesWithNoLimiter()
Dframe_combiner_unittest.cc247 AudioFrameOperations::Mute(&frame2); in TEST()
/external/parameter-framework/upstream/tools/xmlGenerator/
DREADME.md48 conf: Mute
60 - Codec.Flow (containing the Unmute and Mute configurations)
/external/webrtc/api/audio/test/
Daudio_frame_unittest.cc61 frame.Mute(); in TEST()
/external/libxkbcommon/test/data/keycodes/
Devdev307 indicator 8 = "Mute";
Devdev-xkbcommon261 indicator 0x08 = "Mute"; // MUTE
/external/ltp/doc/
Dstyle-guide.txt53 * Mute some unchecked return code warnings.
/external/libxkbcommon/test/data/keymaps/
Dno-types.xkb256 indicator 8 = "Mute";
Dno-aliases.xkb256 indicator 8 = "Mute";
/external/webrtc/modules/audio_coding/neteq/
Dneteq_impl.cc993 audio_frame->Mute(); in GetAudioInternal()

12