HomeSort by relevance Sort by last modified time
    Searched refs:playout (Results 1 - 7 of 7) sorted by null

  /external/webrtc/talk/media/webrtc/
webrtcvoiceengine.h 165 bool SetPlayout(bool playout) override;
237 bool SetPlayout(int channel, bool playout);
240 bool ChangePlayout(bool playout);
fakewebrtcvoiceengine.h 150 playout(false),
171 bool playout; member in struct:cricket::FakeWebRtcVoiceEngine::Channel
230 return channels_[channel]->playout;
358 channels_[channel]->playout = true;
380 channels_[channel]->playout = false;
425 if (ch->playout)
webrtcvoiceengine.cc 852 LOG(LS_INFO) << "Playout sample rate is " << *options.playout_sample_rate;
    [all...]
  /external/webrtc/talk/media/base/
fakemediaengine.h 69 bool playout() const { return playout_; } function in class:cricket::RtpHelper
188 void set_playout(bool playout) { playout_ = playout; }
268 virtual bool SetPlayout(bool playout) {
269 set_playout(playout);
456 bool rendering() const { return playout(); }
mediachannel.h 857 // Requested minimum playout latency.
    [all...]
  /external/webrtc/talk/session/media/
channel_unittest.cc 485 EXPECT_FALSE(media_channel1_->playout());
810 // Test that we only start playout and sending at the right times
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commctrl.h 562 #define Header_Layout(hwndHD,playout) (WINBOOL)SNDMSG((hwndHD),HDM_LAYOUT,0,(LPARAM)(HD_LAYOUT *)(playout))
    [all...]

Completed in 422 milliseconds