Home
last modified time | relevance | path

Searched refs:playout (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/talk/media/webrtc/
Dwebrtcvoiceengine.h165 bool SetPlayout(bool playout) override;
237 bool SetPlayout(int channel, bool playout);
240 bool ChangePlayout(bool playout);
Dfakewebrtcvoiceengine.h150 playout(false), in Channel()
171 bool playout; member
230 return channels_[channel]->playout; in GetPlayout()
358 channels_[channel]->playout = true;
380 channels_[channel]->playout = false;
425 if (ch->playout)
Dwebrtcvoiceengine.cc1730 bool WebRtcVoiceMediaChannel::SetPlayout(bool playout) { in SetPlayout() argument
1731 desired_playout_ = playout; in SetPlayout()
1743 bool WebRtcVoiceMediaChannel::ChangePlayout(bool playout) { in ChangePlayout() argument
1745 if (playout_ == playout) { in ChangePlayout()
1750 if (!SetPlayout(ch.second->channel(), playout)) { in ChangePlayout()
1751 LOG(LS_ERROR) << "SetPlayout " << playout << " on channel " in ChangePlayout()
1756 playout_ = playout; in ChangePlayout()
2494 bool WebRtcVoiceMediaChannel::SetPlayout(int channel, bool playout) { in SetPlayout() argument
2495 if (playout) { in SetPlayout()
/external/webrtc/talk/session/media/
Dchannel_unittest.cc485 EXPECT_FALSE(media_channel1_->playout()); in TestInit()
814 EXPECT_FALSE(media_channel1_->playout()); in TestPlayoutAndSendingStates()
818 EXPECT_FALSE(media_channel2_->playout()); in TestPlayoutAndSendingStates()
823 EXPECT_FALSE(media_channel1_->playout()); in TestPlayoutAndSendingStates()
829 EXPECT_TRUE(media_channel1_->playout()); in TestPlayoutAndSendingStates()
835 EXPECT_FALSE(media_channel2_->playout()); in TestPlayoutAndSendingStates()
841 EXPECT_FALSE(media_channel2_->playout()); in TestPlayoutAndSendingStates()
846 EXPECT_TRUE(media_channel1_->playout()); in TestPlayoutAndSendingStates()
850 EXPECT_FALSE(media_channel2_->playout()); in TestPlayoutAndSendingStates()
855 EXPECT_TRUE(media_channel2_->playout()); in TestPlayoutAndSendingStates()
[all …]
/external/icu/icu4c/source/layoutex/
DMakefile.in73 playout.o \
77 HEADERS= $(srcdir)/layout/ParagraphLayout.h $(srcdir)/layout/RunArrays.h $(srcdir)/layout/playout.h…
/external/webrtc/talk/media/base/
Dfakemediaengine.h69 bool playout() const { return playout_; } in playout() function
188 void set_playout(bool playout) { playout_ = playout; } in set_playout() argument
268 virtual bool SetPlayout(bool playout) { in SetPlayout() argument
269 set_playout(playout); in SetPlayout()
456 bool rendering() const { return playout(); } in rendering()
Dmediachannel.h1008 virtual bool SetPlayout(bool playout) = 0;
/external/webrtc/webrtc/modules/audio_device/test/
DREADME.txt8 Repeat this test for different selections of playout and recording devices.
/external/webrtc/webrtc/call/
Drtc_event_log.proto103 // required - The SSRC of the audio stream associated with the playout event.
/external/webrtc/webrtc/modules/audio_device/ios/
Daudio_device_ios.mm455 // Change the default receiver playout route to speaker.
724 LOG(LS_INFO) << " required playout buffer size: "
1096 // Produce silence and give audio unit a hint about it if playout is not