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

  /external/chromium_org/third_party/webrtc/modules/utility/source/
audio_frame_operations.cc 72 void AudioFrameOperations::Mute(AudioFrame& frame) {
  /external/chromium_org/third_party/WebKit/public/web/
WebMediaPlayerAction.h 40 Mute,
  /external/chromium_org/third_party/libjingle/source/talk/media/other/
linphonemediaengine.h 147 virtual bool Mute(bool on) { return mute_; }
  /external/chromium_org/third_party/webrtc/voice_engine/
transmit_mixer.cc 364 // --- Mute during DTMF tone if direct feedback is enabled
367 AudioFrameOperations::Mute(_audioFrame);
375 // --- Mute signal
378 AudioFrameOperations::Mute(_audioFrame);
    [all...]
channel.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
call.cc 441 void Call::Mute(bool mute) {
442 muted_ = mute;
446 it->second.voice_channel->MuteStream(0, mute);
450 void Call::MuteVideo(bool mute) {
451 video_muted_ = mute;
455 it->second.video_channel->MuteStream(0, mute);
    [all...]
  /external/chromium_org/third_party/webrtc/modules/interface/
module_common_types.h 684 void Mute();
781 inline void AudioFrame::Mute() {
  /external/webrtc/src/modules/interface/
module_common_types.h 747 void Mute() const;
835 AudioFrame::Mute() const
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksmedia.h     [all...]

Completed in 3652 milliseconds