Searched refs:Preferable (Results 1 – 2 of 2) sorted by relevance
112 static bool Preferable(const Codec& first, const Codec& other) { in Preferable() function148 static bool Preferable(const AudioCodec& first, const AudioCodec& other) { in Preferable() function181 static bool Preferable(const VideoCodec& first, const VideoCodec& other) { in Preferable() function
334 std::sort(result.begin(), result.end(), &AudioCodec::Preferable); in SupportedCodecs()