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

  /external/webrtc/webrtc/call/
bitrate_estimator_tests.cc 122 video_send_config_ = VideoSendStream::Config(send_transport_.get());
123 video_send_config_.rtp.ssrcs.push_back(kVideoSendSsrcs[0]);
125 video_send_config_.encoder_settings.encoder = nullptr;
126 video_send_config_.encoder_settings.payload_name = "FAKE";
127 video_send_config_.encoder_settings.payload_type =
133 receive_config_.rtp.remote_ssrc = video_send_config_.rtp.ssrcs[0];
172 test_->video_send_config_.rtp.ssrcs[0]++;
173 test_->video_send_config_.encoder_settings.encoder = &fake_encoder_;
175 test_->video_send_config_, test_->video_encoder_config_);
186 receive_config.rtp.remote_ssrc = test_->video_send_config_.rtp.ssrcs[0]
    [all...]
call_perf_tests.cc 299 video_send_config_.rtp.nack.rtp_history_ms = kNackRtpHistoryMs;
301 video_send_config_.rtp.fec.red_payload_type = kRedPayloadType;
302 video_send_config_.rtp.fec.ulpfec_payload_type = kUlpfecPayloadType;
  /external/webrtc/webrtc/test/
call_test.cc 29 video_send_config_(nullptr),
85 test->ModifyVideoConfigs(&video_send_config_, &video_receive_configs_,
185 video_send_config_ = VideoSendStream::Config(send_transport);
186 video_send_config_.encoder_settings.encoder = &fake_encoder_;
187 video_send_config_.encoder_settings.payload_name = "FAKE";
188 video_send_config_.encoder_settings.payload_type =
190 video_send_config_.rtp.extensions.push_back(
194 video_send_config_.rtp.ssrcs.push_back(kVideoSendSsrcs[i]);
195 video_send_config_.rtp.extensions.push_back(RtpExtension(
210 RTC_DCHECK(!video_send_config_.rtp.ssrcs.empty())
    [all...]
call_test.h 87 VideoSendStream::Config video_send_config_; member in class:webrtc::test::CallTest
  /external/webrtc/webrtc/video/
video_quality_test.cc 797 video_send_config_.encoder_settings.encoder = encoder_.get();
798 video_send_config_.encoder_settings.payload_name = params_.common.codec;
799 video_send_config_.encoder_settings.payload_type = payload_type;
800 video_send_config_.rtp.nack.rtp_history_ms = kNackRtpHistoryMs;
801 video_send_config_.rtp.rtx.payload_type = kSendRtxPayloadType;
803 video_send_config_.rtp.rtx.ssrcs.push_back(kSendRtxSsrcs[i]);
805 video_send_config_.rtp.extensions.clear();
807 video_send_config_.rtp.extensions.push_back(
811 video_send_config_.rtp.extensions.push_back(RtpExtension(
    [all...]
end_to_end_tests.cc 886 video_send_config_.encoder_settings.encoder = encoder.get();
887 video_send_config_.encoder_settings.payload_name = "VP8";
891 video_send_config_.pre_encode_callback = &pre_encode_callback;
    [all...]
video_send_stream_tests.cc     [all...]

Completed in 90 milliseconds