Searched refs:kIsacCodecName (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/talk/media/base/ |
D | constants.cc | 49 const char kIsacCodecName[] = "isac"; variable
|
D | constants.h | 54 extern const char kIsacCodecName[];
|
/external/webrtc/talk/media/webrtc/ |
D | webrtcvoiceengine.cc | 309 if (IsCodec(codec, kIsacCodecName)) { in SupportedCodecs() 365 if (IsCodec(codec, kIsacCodecName)) { in ToCodecInst() 446 { kIsacCodecName, 16000, 1, 103, true, { 30, 60 } }, 447 { kIsacCodecName, 32000, 1, 104, true, { 30 } },
|
/external/webrtc/talk/app/webrtc/ |
D | webrtcsdp.cc | 219 static const char kIsacCodecName[] = "ISAC"; // From webrtcvoiceengine.cc variable 2951 if (_stricmp(encoding_name.c_str(), kIsacCodecName) == 0) { in ParseRtpmapAttribute()
|