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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
codec.h 110 static bool Preferable(const Codec& first, const Codec& other) {
159 static bool Preferable(const AudioCodec& first, const AudioCodec& other) {
215 static bool Preferable(const VideoCodec& first, const VideoCodec& other) {
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine.cc 495 std::sort(codecs_.begin(), codecs_.end(), &AudioCodec::Preferable);
    [all...]

Completed in 4780 milliseconds