HomeSort by relevance Sort by last modified time
    Searched refs:Preferable (Results 1 - 2 of 2) sorted by null

  /external/webrtc/talk/media/base/
codec.h 112 static bool Preferable(const Codec& first, const Codec& other) {
148 static bool Preferable(const AudioCodec& first, const AudioCodec& other) {
181 static bool Preferable(const VideoCodec& first, const VideoCodec& other) {
  /external/webrtc/talk/media/webrtc/
webrtcvoiceengine.cc 334 std::sort(result.begin(), result.end(), &AudioCodec::Preferable);
    [all...]

Completed in 3029 milliseconds