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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
constants.cc 44 const char kUlpfecCodecName[] = "ulpfec";
constants.h 48 extern const char kUlpfecCodecName[];
codec.cc 181 if (_stricmp(payload_name, kUlpfecCodecName) == 0) {
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine2.cc 70 VideoCodecPref kUlpfecPref = {117, -1, -1, kUlpfecCodecName, -1};
    [all...]
webrtcvideoengine.cc 856 {kUlpfecCodecName, 117, -1, 2},
    [all...]

Completed in 67 milliseconds