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

  /external/chromium_org/third_party/webrtc/video_engine/
vie_channel.cc 80 vie_receiver_(channel_id, vcm_, remote_bitrate_estimator, this),
118 configuration.receive_statistics = vie_receiver_.GetReceiveStatistics();
121 vie_receiver_.SetRtpRtcpModule(rtp_rtcp_.get());
127 vie_receiver_.GetReceiveStatistics()) != 0) {
163 if (!vie_receiver_.RegisterPayload(video_codec)) {
179 module_process_thread_.DeRegisterModule(vie_receiver_.GetReceiveStatistics());
356 vie_receiver_.RegisterSimulcastRtpRtcpModules(simulcast_rtp_rtcp_);
371 vie_receiver_.RegisterSimulcastRtpRtcpModules(simulcast_rtp_rtcp_);
404 if (!vie_receiver_.SetReceiveCodec(video_codec)) {
550 vie_receiver_.SetNackStatus(true, max_nack_reordering_threshold_)
    [all...]
vie_channel.h 393 ViEReceiver vie_receiver_; member in class:webrtc::ViEChannel

Completed in 46 milliseconds