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

  /external/chromium_org/third_party/webrtc/video_engine/
vie_encoder.cc 171 default_rtp_rtcp_.reset(RtpRtcp::CreateRtpRtcp(configuration));
188 module_process_thread_.RegisterModule(default_rtp_rtcp_.get()) != 0 ||
207 default_rtp_rtcp_->MaxDataPayloadLength()) != 0) {
210 if (default_rtp_rtcp_->RegisterSendPayload(video_codec) != 0) {
221 default_rtp_rtcp_->MaxDataPayloadLength());
222 default_rtp_rtcp_->RegisterSendPayload(video_codec);
246 module_process_thread_.DeRegisterModule(default_rtp_rtcp_.get());
321 default_rtp_rtcp_->MaxDataPayloadLength();
346 if (default_rtp_rtcp_->RegisterSendPayload(video_codec) != 0) {
354 default_rtp_rtcp_->SetTargetSendBitrate(stream_bitrates)
    [all...]
vie_encoder.h 200 scoped_ptr<RtpRtcp> default_rtp_rtcp_; member in class:webrtc::ViEEncoder
vie_channel.h 386 RtpRtcp* default_rtp_rtcp_; member in class:webrtc::ViEChannel
vie_channel.cc 78 default_rtp_rtcp_(default_rtp_rtcp),
261 configuration.default_module = default_rtp_rtcp_;
    [all...]

Completed in 78 milliseconds