/external/webrtc/webrtc/video/ |
video_receive_stream.cc | 162 vie_channel_.reset(new ViEChannel( 168 RTC_CHECK(vie_channel_->Init() == 0); 171 call_stats_->RegisterStatsObserver(vie_channel_->GetStatsObserver()); 174 vie_channel_->SetProtectionMode(config_.rtp.nack.rtp_history_ms > 0, false, 179 vie_channel_->SetRTCPMode(config_.rtp.rtcp_mode); 186 vie_channel_->SetSSRC(config_.rtp.local_ssrc, kViEStreamTypeNormal, 0); 193 vie_channel_->SetRemoteSSRCType(kViEStreamTypeRtx, it->second.ssrc); 194 vie_channel_->SetRtxReceivePayloadType(it->second.payload_type, it->first); 198 vie_channel_->SetUseRtxPayloadMappingOnRestore( 202 vie_channel_->rtp_rtcp()) [all...] |
video_send_stream.cc | 153 vie_channel_.reset(new ViEChannel( 162 RTC_CHECK(vie_channel_->Init() == 0); 164 call_stats_->RegisterStatsObserver(vie_channel_->GetStatsObserver()); 167 vie_channel_->send_payload_router(), 168 vie_channel_->vcm_protection_callback()); 180 RTC_CHECK_EQ(0, vie_channel_->SetSendTimestampOffsetStatus(true, id)); 182 RTC_CHECK_EQ(0, vie_channel_->SetSendAbsoluteSendTimeStatus(true, id)); 184 RTC_CHECK_EQ(0, vie_channel_->SetSendVideoRotationStatus(true, id)); 186 RTC_CHECK_EQ(0, vie_channel_->SetSendTransportSequenceNumber(true, id)); 193 vie_channel_->rtp_rtcp()) [all...] |
video_receive_stream.h | 90 rtc::scoped_ptr<ViEChannel> vie_channel_; member in class:webrtc::internal::VideoReceiveStream
|
video_send_stream.h | 91 rtc::scoped_ptr<ViEChannel> vie_channel_; member in class:webrtc::internal::VideoSendStream
|