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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_rtcp_impl.cc 486 bool ModuleRtpRtcpImpl::SendingMedia() const {
488 return rtp_sender_.SendingMedia();
495 if (rtp_sender.SendingMedia()) {
541 if ((*it)->SendingMedia()) {
546 if ((*it)->SendingMedia()) {
566 if ((*it)->SendingMedia()) {
588 if (SendingMedia() && ssrc == rtp_sender_.SSRC()) {
596 if ((*it)->SendingMedia() && ssrc == (*it)->rtp_sender_.SSRC()) {
616 if (child_modules_[i]->SendingMedia()) {
    [all...]
rtp_rtcp_impl.h 113 virtual bool SendingMedia() const OVERRIDE;
rtp_sender.h 112 bool SendingMedia() const;
rtp_sender.cc     [all...]
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/interface/
rtp_rtcp.h 304 virtual bool SendingMedia() const = 0;
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h 115 MOCK_CONST_METHOD0(SendingMedia,
  /external/chromium_org/third_party/webrtc/video_engine/
vie_encoder.cc 456 if (default_rtp_rtcp_->SendingMedia() == false) {
vie_channel.cc 326 rtp_rtcp->SetSendingMediaStatus(rtp_rtcp_->SendingMedia());
    [all...]

Completed in 284 milliseconds