Home
last modified time | relevance | path

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

/external/webrtc/talk/media/webrtc/
Dwebrtcvideoengine2.cc150 bool CodecIsInternallySupported(const std::string& codec_name) { in CodecIsInternallySupported() function
331 if (CodecIsInternallySupported(kVp9CodecName)) { in DefaultVideoCodecList()
336 if (CodecIsInternallySupported(kH264CodecName)) { in DefaultVideoCodecList()
592 if (CodecIsInternallySupported(codecs[i].name)) { in GetSupportedCodecs()
672 if (CodecIsInternallySupported(codec.codec.name) || in FilterSupportedCodecs()