Searched defs:muted (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/audio/
H A Daudio_service.cc22 bool muted,
49 bool muted,
48 SetDeviceProperties(const std::string& device_id, bool muted, int volume, int gain) argument
H A Daudio_service_linux.cc33 bool muted,
76 bool muted,
75 SetDeviceProperties(const std::string& device_id, bool muted, int volume, int gain) argument
H A Daudio_service_chromeos.cc35 bool muted,
157 bool muted,
169 cras_audio_handler_->SetMuteForDevice(device.id, muted);
156 SetDeviceProperties(const std::string& device_id, bool muted, int volume, int gain) argument
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfakemediaprocessor.h60 virtual void OnVoiceMute(uint32 ssrc, bool muted) {} argument
61 virtual void OnVideoMute(uint32 ssrc, bool muted) {} argument
H A Dhybridvideoengine.cc131 bool HybridVideoMediaChannel::MuteStream(uint32 ssrc, bool muted) { argument
134 ret = channel1_->MuteStream(ssrc, muted);
137 ret = channel2_->MuteStream(ssrc, muted);
H A Dvideocapturer.cc50 // frames. Frontends should coordinate to update the video state of a muted
196 LOG(LS_WARNING) << "Camera cannot be unpaused while muted.";
222 bool VideoCapturer::MuteToBlackThenPause(bool muted) { argument
223 if (muted == IsMuted()) {
227 LOG(LS_INFO) << (muted ? "Muting" : "Unmuting") << " this video capturer.";
228 muted_ = muted; // Do this before calling Pause().
229 if (muted) {
407 // TODO(fbarchard): Avoid scale and convert if muted.
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DMediaController.h75 bool muted() const { return m_muted; } function in class:WebCore::FINAL
H A DHTMLMediaElement.cpp2301 bool HTMLMediaElement::muted() const function in class:WebCore::HTMLMediaElement
2306 void HTMLMediaElement::setMuted(bool muted) argument
2308 WTF_LOG(Media, "HTMLMediaElement::setMuted(%s)", boolString(muted));
2310 if (m_muted == muted)
2313 m_muted = muted;
3255 shouldMute = m_mediaController->muted();
3287 // Set rate, muted before calling play in case they were set before the media engine was setup.
3288 // The media engine should just stash the rate and muted values since it isn't already playing.
/external/chromium_org/media/audio/android/
H A Daudio_manager_android.cc258 void AudioManagerAndroid::SetMute(JNIEnv* env, jobject obj, jboolean muted) { argument
264 muted));
378 void AudioManagerAndroid::DoSetMuteOnAudioThread(bool muted) { argument
382 (*it)->SetMute(muted);
H A Dopensles_output.cc180 void OpenSLESOutputStream::SetMute(bool muted) { argument
181 DVLOG(2) << "OpenSLESOutputStream::SetMute(" << muted << ")";
183 muted_ = muted;
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dcall.h126 bool muted() const { return muted_; } function in class:cricket::Call
H A Dchannelmanager.cc843 VideoCapturer* video_capturer, bool muted) {
848 Bind(&VideoCapturer::MuteToBlackThenPause, video_capturer, muted));
842 MuteToBlackThenPause( VideoCapturer* video_capturer, bool muted) argument
H A Dchannel_unittest.cc576 void OnMediaMuted(cricket::BaseChannel* channel, bool muted) { argument
578 mute_callback_value_ = muted;
/external/chromium_org/third_party/webrtc/modules/audio_device/mac/
H A Daudio_mixer_manager_mac.cc592 UInt32 muted = 0; local
602 size = sizeof(muted);
604 &propertyAddress, 0, NULL, &size, &muted));
606 // 1 means muted
607 enabled = static_cast<bool> (muted);
610 // Otherwise check if all channels are muted.
613 muted = 0;
623 muted = (muted && channelMuted);
636 // 1 means muted
792 UInt32 muted = 0; local
[all...]
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dhangoutpubsubclient.cc222 bool muted, std::string* task_id_out) {
223 audio_mute_state_client_->Publish(nick_, muted, task_id_out);
227 bool muted, std::string* task_id_out) {
228 video_mute_state_client_->Publish(nick_, muted, task_id_out);
272 // mute state, if our state changes to muted, we should mute ourselves.
221 PublishAudioMuteState( bool muted, std::string* task_id_out) argument
226 PublishVideoMuteState( bool muted, std::string* task_id_out) argument
/external/chromium_org/third_party/webrtc/voice_engine/test/cmd_test/
H A Dvoe_cmd_test.cc233 bool muted = false; local
614 res = volume->GetInputMute(chan, muted);
616 muted = !muted;
617 res = volume->SetInputMute(chan, muted);
619 if (muted)
/external/chromium_org/media/base/android/java/src/org/chromium/media/
H A DAudioManagerAndroid.java1086 // implementation can ensure that the volume is completely muted.
1116 private native void nativeSetMute(long nativeAudioManagerAndroid, boolean muted); argument
/external/chromium_org/media/filters/
H A Daudio_renderer_impl_unittest.cc46 // Constants for distinguishing between muted audio and playing audio when using
324 // |muted| is optional and if passed will get set if the value of
325 // the consumed data is muted audio.
326 bool ConsumeBufferedData(int requested_frames, bool* muted) { argument
331 if (muted)
332 *muted = true;
336 if (muted)
337 *muted = frames_read < 1 || bus->channel(0)[0] == kMutedAudio;
589 bool muted = false; local
591 EXPECT_FALSE(ConsumeBufferedData(kDataSize, &muted));
677 bool muted = false; local
713 bool muted = false; local
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_processing/
H A Daudio_processing_impl.cc340 void AudioProcessingImpl::set_output_will_be_muted(bool muted) { argument
341 output_will_be_muted_ = muted;
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvoiceengine.cc3121 bool WebRtcVoiceMediaChannel::MuteStream(uint32 ssrc, bool muted) { argument
3127 if (engine()->voe()->volume()->SetInputMute(channel, muted) == -1) {
3128 LOG_RTCERR2(SetInputMute, channel, muted);
H A Dwebrtcvideoengine.cc602 bool muted() {return muted_; } function in class:cricket::WebRtcVideoChannelSendInfo
2830 bool WebRtcVideoMediaChannel::MuteStream(uint32 ssrc, bool muted) { argument
2836 send_channel->set_muted(muted);
3264 const bool mute = (send_channel->muted() && !is_screencast);

Completed in 574 milliseconds