/external/webrtc/audio/utility/ |
D | audio_frame_operations_unittest.cc | 335 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 …]
|
D | audio_frame_operations.h | 88 static void Mute(AudioFrame* frame, 93 static void Mute(AudioFrame* frame);
|
D | audio_frame_operations.cc | 194 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/ |
D | remix_resample_unittest.cc | 50 frame->Mute(); in SetMonoFrame() 71 frame->Mute(); in SetStereoFrame() 95 frame->Mute(); in SetQuadFrame()
|
D | channel_send.cc | 820 AudioFrameOperations::Mute(audio_frame.get(), previous_frame_muted_, in ProcessAndEncodeAudio()
|
D | channel_receive.cc | 354 AudioFrameOperations::Mute(audio_frame); in GetAudioFrameWithInfo()
|
/external/webrtc/modules/audio_coding/acm2/ |
D | acm_remixing_unittest.cc | 57 in.Mute(); in TEST() 75 in.Mute(); in TEST()
|
D | acm_receiver_unittest.cc | 93 frame.Mute(); in InsertOnePacketOfSilence()
|
D | audio_coding_module_unittest.cc | 189 input_frame_.Mute(); in SetUp()
|
/external/webrtc/api/audio/ |
D | audio_frame.h | 101 void Mute();
|
D | audio_frame.cc | 150 void AudioFrame::Mute() { in Mute() function in webrtc::AudioFrame
|
/external/webrtc/audio/voip/ |
D | audio_egress.cc | 78 AudioFrameOperations::Mute(audio_frame.get(), in SendAudioData()
|
D | audio_ingress.cc | 69 AudioFrameOperations::Mute(audio_frame); in GetAudioFrameWithInfo()
|
/external/webrtc/audio/voip/test/ |
D | audio_channel_unittest.cc | 111 empty_frame.Mute(); in TEST_F()
|
/external/webrtc/modules/audio_mixer/ |
D | audio_mixer_test.cc | 69 frame->Mute(); in GetAudioFrameWithInfo()
|
D | frame_combiner.cc | 67 audio_frame_for_mixing->Mute(); in MixFewFramesWithNoLimiter()
|
D | frame_combiner_unittest.cc | 247 AudioFrameOperations::Mute(&frame2); in TEST()
|
/external/parameter-framework/upstream/tools/xmlGenerator/ |
D | README.md | 48 conf: Mute 60 - Codec.Flow (containing the Unmute and Mute configurations)
|
/external/webrtc/api/audio/test/ |
D | audio_frame_unittest.cc | 61 frame.Mute(); in TEST()
|
/external/libxkbcommon/test/data/keycodes/ |
D | evdev | 307 indicator 8 = "Mute";
|
D | evdev-xkbcommon | 261 indicator 0x08 = "Mute"; // MUTE
|
/external/ltp/doc/ |
D | style-guide.txt | 53 * Mute some unchecked return code warnings.
|
/external/libxkbcommon/test/data/keymaps/ |
D | no-types.xkb | 256 indicator 8 = "Mute";
|
D | no-aliases.xkb | 256 indicator 8 = "Mute";
|
/external/webrtc/modules/audio_coding/neteq/ |
D | neteq_impl.cc | 993 audio_frame->Mute(); in GetAudioInternal()
|