Home
last modified time | relevance | path

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

/external/webrtc/webrtc/video/
Dvideo_send_stream.cc469 vie_channel_->SetSSRC(config_.rtp.ssrcs.front(), kViEStreamTypeNormal, 0); in ConfigureSsrcs()
472 vie_channel_->SetSSRC(ssrc, kViEStreamTypeNormal, in ConfigureSsrcs()
Dvie_channel.h55 kViEStreamTypeNormal = 0, // Normal media stream enumerator
Dvideo_receive_stream.cc186 vie_channel_->SetSSRC(config_.rtp.local_ssrc, kViEStreamTypeNormal, 0); in VideoReceiveStream()