Searched defs:SetCodecAndOptions (Results 1 - 1 of 1) sorted by relevance

/external/webrtc/talk/media/webrtc/
H A Dwebrtcvideoengine2.cc1813 LOG(LS_INFO) << "SetCodecAndOptions because of SetOptions; options="
1815 SetCodecAndOptions(*parameters_.codec_settings, options);
1824 LOG(LS_INFO) << "SetCodecAndOptions because of SetCodec.";
1825 SetCodecAndOptions(codec_settings, parameters_.options);
1882 void WebRtcVideoChannel2::WebRtcVideoSendStream::SetCodecAndOptions( function in class:cricket::WebRtcVideoChannel2::WebRtcVideoSendStream
1929 << "RecreateWebRtcStream (send) because of SetCodecAndOptions; options="

Completed in 95 milliseconds