Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dwebrtcvideoengine.h150 bool IsExternalEncoderCodecType(webrtc::VideoCodecType type) const;
Dwebrtcvideoengine.cc1560 bool WebRtcVideoEngine::IsExternalEncoderCodecType( in IsExternalEncoderCodecType() function in cricket::WebRtcVideoEngine
3715 if (engine()->IsExternalEncoderCodecType(codec.codecType) && in SetSendCodec()