Home
last modified time | relevance | path

Searched refs:video_config (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/test/
Dcall_test.cc211 VideoReceiveStream::Config video_config(rtcp_send_transport); in CreateMatchingReceiveConfigs() local
212 video_config.rtp.remb = true; in CreateMatchingReceiveConfigs()
213 video_config.rtp.local_ssrc = kReceiverLocalVideoSsrc; in CreateMatchingReceiveConfigs()
215 video_config.rtp.extensions.push_back(extension); in CreateMatchingReceiveConfigs()
220 video_config.decoders.clear(); in CreateMatchingReceiveConfigs()
221 video_config.decoders.push_back(decoder); in CreateMatchingReceiveConfigs()
222 video_config.rtp.remote_ssrc = video_send_config_.rtp.ssrcs[i]; in CreateMatchingReceiveConfigs()
223 video_receive_configs_.push_back(video_config); in CreateMatchingReceiveConfigs()