Home
last modified time | relevance | path

Searched refs:kVp8CodecName (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
Dconstants.h35 extern const char kVp8CodecName[];
Dwebrtcvideoengine2.cc67 } kDefaultVideoCodecPref = {100, 640, 400, kVp8CodecName, 96};
203 if (_stricmp(codec.name.c_str(), kVp8CodecName) == 0) { in CreateVideoEncoder()
216 if (_stricmp(codec.name.c_str(), kVp8CodecName) == 0) { in CreateVideoEncoderSettings()
232 if (_stricmp(codec.name.c_str(), kVp8CodecName) == 0) { in DestroyVideoEncoderSettings()
238 return _stricmp(codec.name.c_str(), kVp8CodecName) == 0; in SupportsCodec()
788 if (_stricmp(mapped_codecs[i].codec.name.c_str(), kVp8CodecName) != 0) { in SetRecvCodecs()
Dwebrtcvideoengine.cc91 const char kVp8CodecName[] = "VP8"; variable
854 {kVp8CodecName, 100, -1, 0},
1405 if (_stricmp(kVp8CodecName, codec.name.c_str()) == 0) { in RebuildCodecList()