Home
last modified time | relevance | path

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

/external/webrtc/talk/media/base/
Dcodec.h112 static bool Preferable(const Codec& first, const Codec& other) { in Preferable() function
148 static bool Preferable(const AudioCodec& first, const AudioCodec& other) { in Preferable() function
181 static bool Preferable(const VideoCodec& first, const VideoCodec& other) { in Preferable() function
/external/webrtc/talk/media/webrtc/
Dwebrtcvoiceengine.cc334 std::sort(result.begin(), result.end(), &AudioCodec::Preferable); in SupportedCodecs()