Searched refs:playout_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfakemediaengine.h56 playout_(false),
68 bool playout() const { return playout_; }
193 void set_playout(bool playout) { playout_ = playout; }
210 bool playout_; member in class:cricket::RtpHelper
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvoiceengine.cc1820 playout_(false),
1976 if (playout_) {
2022 if (desired_playout_ && !playout_) {
2411 if (playout_ == playout) {
2431 playout_ = playout;
2669 return SetPlayout(voe_channel(), playout_);
2738 if (receive_channels_.empty() && default_receive_ssrc_ == 0 && playout_) {
2761 return SetPlayout(channel, playout_);
2783 if (playout_)
2810 if (enable_default_channel_playout && playout_) {
[all...]
H A Dwebrtcvoiceengine.h455 bool playout_; member in class:cricket::WebRtcVoiceMediaChannel

Completed in 71 milliseconds